Keychain + adhoc distribution

前端 未结 2 1007
眼角桃花
眼角桃花 2021-02-10 03:57

To begin, some details : we are developing an iOS application currently using Swift/Xcode 6.1 GM 2 for development.

We are having some confusing problems with keychain

2条回答
  •  萌比男神i
    2021-02-10 04:46

    Everything in the provisioning profile and keychain code appears to be fine. The problem is a setting in the Swift compiler ... Change the Optimization Level for "Release" from "Fastest" to "None" and this seems to resolve the problem

    enter image description here

提交回复
热议问题