still dyld: Library not loaded

后端 未结 4 595
说谎
说谎 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:43

    It may happen because of framework compilation. I worked out it

    App target -> Build Phases -> Embed Frameworks.

    So mark copy only when installing on. Clean the project and run it!

提交回复
热议问题