Closed tomisacat closed 1 year ago
Hi @tomisacat,
This error looks to be the same one as in this issue on the Cocoapods main repo relating to Xcode 14. In the meantime, there currently are workarounds mentioned in that thread (e.g. creating a post_install
step) that you can follow, and you can also give the issue a 👍 to show signal around it.
Thanks!
Thanks, the workarounds worked!
Platform
iOS
Platform Version
iOS 16.0
Braze SDK Version
5.6.3
Xcode Version
Xcode 14.1
Computer Processor
Apple (M1)
Repro Rate
100%
Steps To Reproduce
Example:
pod 'BrazeKit'
inPodfile
.pod install
.Expected Behavior
Build succeed.
Actual Incorrect Behavior
Build succeed on Intel chip Mac, no matter for simulator or real device.
On a M1 chip Mac, it succeed building on
simulator
, but failed building onreal device
, error isSigning for "BrazeKit-BrazeKit" requires a development team. Select a development team in the Signing & Capabilities editor.
The error is happened on Pod.project -> BrazeKit-BrazeKit target, check the screenshot:Verbose Logs
No response
Additional Information
No response