I am running my app from xcode to my iOS device and I get this and black screen on iOS device.
Console text:
dyld: Library not loaded: @rpath/libswif
For me helps adding @executable_path/Frameworks to the project Runpath Search Paths, not target. your_project -> Build Settings -> Linking -> Runpath Search Paths
@executable_path/Frameworks