We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
The charts works in simulator perfectly, but when I build for device, and starting app, I receive the following error in console:
dyld: Library not loaded: @rpath/Charts.framework/Charts Referenced from: /private/var/mobile/Containers/Bundle/Application/92EF72C5-C1C2-4551-94E6-28BE32ED57F4/My.app/My App Reason: no suitable image found. Did find: /private/var/mobile/Containers/Bundle/Application/92EF72C5-C1C2-4551-94E6-28BE32ED57F4/My.app/Frameworks/Charts.framework/Charts: mmap() error 1 at address=0x00280000, size=0x00130000 segment=__TEXT in Segment::map() mapping /private/var/mobile/Containers/Bundle/Application/92EF72C5-C1C2-4551-94E6-28BE32ED57F4/My.app/Frameworks/Charts.framework/Charts
iOS 8, Swift 2 branch, full swift project, xcode 7
How can I fix it?
Thanks, Gabor
The text was updated successfully, but these errors were encountered:
Please search the issues for similar issues
Sorry, something went wrong.
No branches or pull requests
Hello,
The charts works in simulator perfectly, but when I build for device, and starting app, I receive the following error in console:
dyld: Library not loaded: @rpath/Charts.framework/Charts
Referenced from: /private/var/mobile/Containers/Bundle/Application/92EF72C5-C1C2-4551-94E6-28BE32ED57F4/My.app/My App
Reason: no suitable image found. Did find:
/private/var/mobile/Containers/Bundle/Application/92EF72C5-C1C2-4551-94E6-28BE32ED57F4/My.app/Frameworks/Charts.framework/Charts: mmap() error 1 at address=0x00280000, size=0x00130000 segment=__TEXT in Segment::map() mapping /private/var/mobile/Containers/Bundle/Application/92EF72C5-C1C2-4551-94E6-28BE32ED57F4/My.app/Frameworks/Charts.framework/Charts
iOS 8, Swift 2 branch, full swift project, xcode 7
How can I fix it?
Thanks,
Gabor
The text was updated successfully, but these errors were encountered: