Skip to content
New issue

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

dyld_fatal_error #60

Closed
BurhanMughal opened this issue Apr 30, 2015 · 12 comments
Closed

dyld_fatal_error #60

BurhanMughal opened this issue Apr 30, 2015 · 12 comments

Comments

@BurhanMughal
Copy link

Xcode 6.3 and iOS 8.3 Deployment.
Any help?

dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /private/var/mobile/Containers/Bundle/Application/37604CDA-D682-424D-A215-8FC42D486884/PatientApp.app/Frameworks/Charts.framework/Charts
Reason: image not found
(lldb)

screen shot 2015-04-30 at 1 43 59 pm
screen shot 2015-04-30 at 1 44 19 pm

@danielgindi
Copy link
Collaborator

Maybe try another one in the list when choosing the embedded library. Sometimes there are two options - one for it being under your project, one as itself... I don't know why. But maybe there lies solution to your problem.

And you might want to Clean & Build after re-adding the framework.

Please let us know if it solved your problem.

@BurhanMughal
Copy link
Author

Thank you Danielgindi for your response, I tried your suggested solution but it didn't work. Still app is crashing. Waiting for quick reply.

@BurhanMughal
Copy link
Author

Finally resolved my problem.

Here are the Steps:
1: Build Setting
2: Build Options
3:Under Build Options Mark Embedded Content Contains Swift Code YES.

4: Clean the Build and RUN.

Thanks.

@danielgindi
Copy link
Collaborator

Thank you - I'll add to the README!

On Mon, May 4, 2015 at 1:04 PM, BurhanMughal notifications@github.com
wrote:

Finally resolved my problem.

Here are the Steps:
1: Build Setting
2: Build Options
3:Under Build Options Mark Embedded Content Contains Swift Code YES.

4: Clean the Build and RUN.

Thanks.


Reply to this email directly or view it on GitHub
#60 (comment)
.

@BurhanMughal
Copy link
Author

You are most Welcome :)

@BurhanMughal
Copy link
Author

Hey Denial I have another question, If you have some time ?

@BurhanMughal
Copy link
Author

Can we change the TEXT position of PIE Chart, Currently I can only draw text in the slice, I want to draw text outside the slice. Is there any way to do it ?

@zakkhoyt
Copy link

@BurhanMughal, thanks for listing the fix. It saved lots of mad time.

@BurhanMughal
Copy link
Author

You are most welcome @zakkhoyt

@iOSArchitect
Copy link

I am having weird issue in my Xcode when I turned the Embedded Content contains swift code to Yes and then tried running in the device got this error, please see the error in the snapshot.
And when set to NO that same old error dyld: Library not loaded: @rpath/libswiftCore.dylib

Your urgent help will be appreciated.

screen shot 2015-12-22 at 12 11 00 pm

@liuxuan30
Copy link
Member

@iOSArchitect Do not post same issue in two different closed issues. We had answer it in the other one. If it's a different question, file a new one.

@JhonnyTawk
Copy link

I am having the same issue on Xcode(9.3) the only solution thats worked for me is to use Xcode(9.2)
that's the error I am getting :
dyld: Library not loaded: .dylib
Referenced from: /Users/ziadtawk/Library/Developer/CoreSimulator/Devices/B0ECFE80-1882-4A5B-ADE8-D547298E92D1/data/Containers/Bundle/Application/8464DBFD-8ADC-4B93-BD5E-2872645BEAFF/Slybroadcast.app/Frameworks/Charts.framework/Charts
Reason: image not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants