After updating iOS, all applications using the framework stopped running on the device, but they run on the simulator

后端 未结 5 1448
半阙折子戏
半阙折子戏 2020-11-30 10:50

error:
{ dyld: Library not loaded: @rpath/Realm.framework/Realm Referenced from: /private/var/containers/Bundle/Application/43190AF8-F437-4B8F-9827-DDEA599AF6

5条回答
  •  眼角桃花
    2020-11-30 11:11

    I have been facing the same problem... It got fixed by adding:

    In you podfile:

    use_modular_headers!

    instead of

    use_frameworks!

    Good luck! I hope this works for you!

提交回复
热议问题