still dyld: Library not loaded

后端 未结 4 596
说谎
说谎 2020-12-17 20:45

I am integrating Facebook in my application. As required frameworks I added to the project. But the app crashes without loading even first screen.

dyld: Libr         


        
4条回答
  •  误落风尘
    2020-12-17 21:34

    I had the same problem. i keep all .dylib in system root directory usr/lib it working fine. At the run time .o file not get .dylib file path then it gives an error.

提交回复
热议问题