iOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 Beta

后端 未结 30 2863
鱼传尺愫
鱼传尺愫 2020-11-22 10:08

This crash has been a blocking issue I used the following steps to reproduce the issue:

  • Create a Cocoa Touch Framework project
  • Add a swift file and a
30条回答
  •  日久生厌
    2020-11-22 10:49

    If you are using a third-party framework, and using Cocoapods as your dependency manager, try doing a pod install to refresh your pods.

    This crash was occurring on a third-party library I was using, so glad the above solution worked for me, hope it works for you!

提交回复
热议问题