Xcode - Error creating LLDB target

前端 未结 6 433
北海茫月
北海茫月 2020-12-01 04:09

I\'m getting this error whenever I build in XCode 6 beta 4. It seems to be making my app insanely slow.

Warning: Error creating LLDB

6条回答
  •  遥遥无期
    2020-12-01 04:55

    In Xcode 6.4 , Swift 1.2. I had to edit both the Project and Target to the correct arm verisons (arm64, armv7 and armv7s). Take a look:

提交回复
热议问题