Xcode arm64 Vs arm64e

前端 未结 3 1852
长发绾君心
长发绾君心 2021-02-01 01:10

Xcode 10.1 mention Support for arm64e (Preview). Anyone have any idea about arm64e. Any difference between arm64 and arm64e.

https://developer.apple.com/documentation/xc

3条回答
  •  北荒
    北荒 (楼主)
    2021-02-01 01:33

    To test arm64e with an app, update the Architectures setting in Build Settings. More details at https://developer.apple.com/documentation/security/preparing_your_app_to_work_with_pointer_authentication.

    Note that if you have CocoaPods dependencies, all of the Pods build targets must be similarly changed.

    If any of the CocoaPods dependencies are binary instead of source pods, make a request to the vendor like https://github.com/firebase/firebase-ios-sdk/issues/4110

提交回复
热议问题