Closed hassaan4584 closed 7 months ago
Hi @hassaan4584,
Since you are using Braze SDK version 8.2.1, you will need to use Xcode 15.2+ in order to compile successfully, as noted in our breaking changes in the 8.0.0 release notes. Feel free to reopen if you continue to have issues compiling when using the updated version of Xcode.
Thanks!
Platform
iOS
Platform Version
iOS 17.2
Braze SDK Version
8.2.1
Xcode Version
Xcode 15.0.1
Computer Processor
Apple (M1)
Repro Rate
100% of the times
Steps To Reproduce
Steps to reproduce:
let config = Braze.Configuration(apiKey: "api-Key", endpoint: "sdk.eu")
the build starts to fail.Below is a sample Project that problems while compiling Braze Failing Integration.zip
Expected Behavior
When we integrate Braze SDK using SPM, and use
Braze.Configuration
in AppDelegate, it should successfully compile and runActual Incorrect Behavior
When we integrate BrazeSDK using SPM and use
Braze.Configuration(apiKey: "api-Key", endpoint: "sdk.eu")
, the app stops to compileVerbose Logs
Additional Information
No response