dyld error

Help!! I have been trying to resolve this issue for days now. Been to every forum. I'm getting this error


dyld: Library not loaded: /Library/Frameworks/Vorbis.framework/Vorbis

Referenced from: /private/var/mobile/Containers/Bundle/Application/

Reason: image not found


So frustrated.... And yes I have tried embedded binaries, copy files, etc.


Works fine on simulator, but this error pops up when I try to run it on device. (ipad iOS 8.3. Using latest xCode)

Wondering if you were able to find a fix for this?


I have similar dyld error with CoreFoundation - https://forums.developer.apple.com/community/xcode/xcode-ide-and-editor


Thanks!

It's not finding the framework because it's not there. You don't have write permission to /Library/Frameworks in order to install Vorbis.framework there. You need to bundle it in your application. I suggest using static libraries for this.

dyld error
 
 
Q