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

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

    If you're using Xcode 11 or newer:

    1. Navigate to the settings of your target and select General.

    1. Scroll down to Frameworks, Libraries and Embedded Content.

    2. Make sure the Embed & Sign or Embed Without Signing value is selected for the Embed option if necessary.

提交回复
热议问题