Upgrading to xcode 4 error No architectures to compile for

后端 未结 8 1329
野性不改
野性不改 2020-12-04 19:39

I am getting an error after upgrading to xcode 4, for all of the library projects that my application depends on.

[BEROR]No architectures to compile f

8条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-04 20:25

    Open project.pbxproj (show package content of xcodeproj file), remove all lines with VALID_ARCHS = "...";, and restart Xcode.

提交回复
热议问题