Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

dyld: Library not loaded. Reason: image not found #18

Closed
tanhoang181 opened this issue Jan 4, 2017 · 7 comments
Closed

dyld: Library not loaded. Reason: image not found #18

tanhoang181 opened this issue Jan 4, 2017 · 7 comments

Comments

@tanhoang181
Copy link

Hello, I'm running the framework on simulators with Xcode 8.1 but it doesn't work at all and the error showed up every time.
Do I need to include some other libs or frameworks?

@AlexKMDev
Copy link
Owner

AlexKMDev commented Jan 9, 2017

Are you using 32-bit simulator (iPhone 5 and below)? #16 (comment)

@tanhoang181
Copy link
Author

No. I was using iPhone 6s simulator.

@AlexKMDev
Copy link
Owner

You don't need to include anything additional. Not sure what can be a problem, maybe old Xcode version. Can you include the full description of the error, i.e. path to the image that not found?

@tanhoang181
Copy link
Author

dyld: Library not loaded: @rpath/WebRTC.framework/WebRTC
Referenced from: /Users/hoangtan/Library/Developer/CoreSimulator/Devices/0EDE3787-FC46-4F47-8D1A-E6105E07F99E/data/Containers/Bundle/Application/977571ED-6862-42D3-95CD-B937E10A3EF2/webrtc.app/webrtc
Reason: image not found

I got the message.

@alexeychirkov
Copy link

Add framework to target's Embeded binaries section

@CoderXLL
Copy link

I have added framework to the target,but only run the framework on 8.1 simulators ,it doesn't work, the error is this:
dyld: Library not loaded: /System/Library/Frameworks/MetalKit.framework/MetalKit
Referenced from: /private/var/mobile/Containers/Bundle/Application/8454DA05-F872-497A-A44A-F6261169E57B/EUCIMManager.app/Frameworks/WebRTC.framework/WebRTC
Reason: image not found

@AlexKMDev
Copy link
Owner

Included a note about that in the README.

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

No branches or pull requests

4 participants