Getting dyld_fatal_error after updating to Xcode 6 beta 4 using swift

后端 未结 12 1961
伪装坚强ぢ
伪装坚强ぢ 2020-12-14 14:30

I just recently downloaded Xcode 6 beta 4, and my swift project compiles with no errors but before it gets to my code I get a dyld_fatal_error just above start in the call s

12条回答
  •  有刺的猬
    2020-12-14 15:07

    Adding the non-system Framework to "Embedded Binaries" inside the general tab of the main project worked for me.

    As stated by bitwit, this will also add your framework to "Linked Frameworks and Libraries", so watch out for those duplicates.

    Tested with Xcode 7.3.

提交回复
热议问题