Closed brenoangelotti-paramount closed 10 months ago
Hi @brenoangelotti-paramount, thank you very much for bringing this to our attention. I was able to reproduce the crash exactly as you described. We will look into this and keep you updated as we work on a fix.
Thank you!
Hi. Just wanted to let you know that we'll be including a fix for this as part of our next release. We'll let you know when we release the next version.
Platform
Other
Platform Version
tvOS 15.0.0
Braze SDK Version
6.6.0
Xcode Version
Xcode 15.0
Computer Processor
Apple (M1)
Repro Rate
100%
Steps To Reproduce
Expected Behavior
App should run normally
Actual Incorrect Behavior
App crashes on launch with
dyld[43471]: Symbol not found: _$sSo13UIApplicationC5UIKitE33openNotificationSettingsURLStringSSvgZ
Verbose Logs
No response
Additional Information
Due to missing debugging symbols, I had to go on a hunt for the SDK causing the call to
openNotificationSettingsURLString
, which is only available on tvOS 16+. Once I removed BrazeKit, the app run without crashing at startup. I have tested up to version 7.4.0, the issue persists there.