Getting dyld_fatal_error after updating to Xcode 6 beta 4 using swift

后端 未结 12 2153
伪装坚强ぢ
伪装坚强ぢ 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:02

    Xcode 8.

    Clean and build didn't work. I deleted the cache, deleted Derived data. After that, my pods configuration was broken, so i needed to install pods again. Pods Target configuration was set to a very old Valid architectures. setting to armv7 and armv7s, was ok to compile and no problems

提交回复
热议问题