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

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

    1. Go to file in xcode -> Workspace settings
    2. Click the arrow next to which appears /Users/apple/Library/Developer/Xcode/DerivedData
    3. Select the Derived data and move it to Trash.
    4. Quite the xcode and reopen it.
    5. Clean the project and run again.

    Above steps resolved my issuses.

提交回复
热议问题