我正在尝试将我的应用分发到TestFlight,目前我的应用需要iOS 13和NFC访问权限。
我不打算在iOS 13测试版发布之前发布我的应用程序,但是我希望我的质量检查小组能够对其进行测试。
我可以从Xcode 11 beta构建和存档应用程序,但是,如果我尝试上传它,则会出现以下错误:
App Store Connect Operation Error
ERROR ITMS-90087: "Unsupported Architectures. The executable for myappsname.app/Frameworks/SomeNFCFrameworkIWrote.framework contains unsupported architectures '[x86_64]'."
App Store Connect Operation Error
ERROR ITMS-90778: "Invalid entitlement for core nfc framework. The sdk version '13.0' and min OS version '13.0' are not compatible for the entitlement '{com.apple.developer.nfc.readersession.formats}' because '{NDEF is disallowed}'."
App Store Connect Operation Error
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'myappsname.app/Frameworks/SomeNFCFrameworkIWrote.framework/SomeNFCFrameworkIWrote' does not have proper segment alignment. Try rebuilding …
Run Code Online (Sandbox Code Playgroud)