I got a problem: iOS app with framework crashed on device, dyld: Library not loaded XCode8.2.1. And I found this:iOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 Beta But it seems that it use the debug-build framework resault. How to fix this?
Asked
Active
Viewed 330 times
0
-
post your crash log – Nhat Dinh Feb 03 '17 at 08:47
-
I use shell script to solve it. copy .framework file to a fix place in after build script and embad it. But some time the debug simple may lost. – wudijimao May 08 '17 at 08:09