Xcode 5.1: missing required architecture arm64

后端 未结 4 1796
长发绾君心
长发绾君心 2020-11-29 04:46

Just upgraded to Xcode 5.1, getting the following error:

ignoring file ...Dependencies/SalesforceNetworkSDK/libSalesforceNetworkSDK.a, missing req

4条回答
  •  难免孤独
    2020-11-29 05:19

    I just changed the Debug from Yes to No,

    Build Settings -> Architectures -> Build Active Architecture Only -> Debug -> NO.
    

    This one fixed my error.enter image description here

提交回复
热议问题