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

后端 未结 30 2507
鱼传尺愫
鱼传尺愫 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:57

    Xcode 11

    1. Navigate to settings of your target and select General.
    2. Look for "Frameworks, Libraries, and Embedded Content"
    3. Keep "Do Not Embed" and make sure that all your targets (if you have more than one) have only set it's own framework and not others targets.

提交回复
热议问题