SDK version: "customerio-expo-plugin": "^1.0.0-beta.13",
"customerio-reactnative": "^3.3.1",
Environment: Production
Are logs available?
Describe the bug
When building in release mode via xcode I get this error:
Cannot load module 'CioInternalCommon' built with SDK 'iphonesimulator16.4' when using SDK 'iphonesimulator17.0': /Users/danielwilliams/Library/Developer/Xcode/DerivedData/ArroStaging-bwhufddsxieuyueferyyvumsbyll/Build/Products/Release-iphonesimulator/CustomerIOCommon/CioInternalCommon.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
To Reproduce
Edit scheme in xcode to release mode and run a build
Expected behavior
build should succeed.
Screenshots
Additional context
If I change target to 'any ios device' i.e not a simulator build it seems to work.