Xcode 5.1 and compiling error for architecture x86_64

后端 未结 6 1463
栀梦
栀梦 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:31

    i think the paypal library you are using, does not support arm64.

    check this PayPal-iOS-SDK issue-47 for the updated paypal library.

    Edit :- update link for paypal library (with arm64 support)

提交回复
热议问题