tvOS: dyld library not loaded

On AppleTV DevelopmentKit only (it works on the simulator) I get:



dyld: Library not loaded: @rpath/ObjectiveLyricsTouchTV.framework/MyLibTouchTV

Referenced from: /var/mobile/Containers/Bundle/Application/DD87E506-BA2A-47E6-8772-CEE7E1B57FD4/MyAppTestbedTV.app/MyAppTestbedTV

Reason: image not found

The library is static framework library (not embedded library) with Objective-C.

Any other getting this issue?

I found the solution. I add to add the Embedded tvOS Framework in both "Embedded Binaries" and "Linked Frameworks and Libraries" to get it on the real device (this does not happen on the AppleTV OS Simulator).

tvOS: dyld library not loaded
 
 
Q