Xcode - Error creating LLDB target

前端 未结 6 443
北海茫月
北海茫月 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:30

    Double Check Build Settings => Valid Architectures for both Project and Target.

    Mine used to say: arm64 armv7 i386 (The one causing the error was i386)

    I replaced it to : arm64 armv7

    I hope that helps.

提交回复
热议问题