xcodebuild error - SecKey API returned: -25308

前端 未结 3 1369
生来不讨喜
生来不讨喜 2021-02-14 17:15

I\'m receiving the error below while trying to build my iOS app. This error only occurs while building for the Release configuration. Also, I\'m using CocoaPods for my third-par

3条回答
  •  广开言路
    2021-02-14 17:33

    It is a keychain access issue. Solution is Here

    With the code in the link you can try to execute that in shell on the build config of the project

提交回复
热议问题