Xcode 5.1 and compiling error for architecture x86_64

后端 未结 6 1418
栀梦
栀梦 2021-01-14 00:12

Yesterday I had a project working without problem with Xcode 5. Today, after the update to Xcode 5.1 i have 6 errors and the project is not compiling.

Undefi         


        
6条回答
  •  感情败类
    2021-01-14 00:24

    If you just miss x86_64 architecture (but you have arm64) and it's not possible to get library that includes x86_64 architecture, do the following:

    adding different architectures for different SDKs

提交回复
热议问题