-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building failed using the sdk ( third party from react native ), Error unsupported Swift architecture #11
Comments
Hi Rodrigo, |
Same problem here using the RN library, with the following setup: |
Hi Sander, |
Hi Ori, Sorry, there are differences. If you want I can open another issue. "medallia-digital-rn": 4.4.1 Error: node_modules/medallia-digital-rn/ios/libs/MedalliaDigitalSDK/MedalliaDigitalSDK.xcframework/ios-arm64/MedalliaDigitalSDK.framework/Headers/MedalliaDigitalSDK-Swift.h:896:2: error: unsupported Swift architecture We've update from 4.2.0 to 4.4.1 Happens when building on simulator. Cannot test with a real device right now unfortunately. |
I see, so since it sounds like a different root cause, please contact your Medallia Digital Expert (CSM) and share with them all the information so they can raise this issue and it'll be prioritized for the engineering team. |
We are using the third-party module from Medallia provided for React Native, which utilizes the Medallia Digital iOS SDK (MedalliaDigitalSDK.xcframework). It is only possible to build and run successfully using an physical device. The error occurs when attempting to build and run from simulators on the arm( included rosetta as destination ) or Intel x86_64 architecture.
medallia-digital-rn (4.4.0)
XCode Version 15.2
iPhone 15 Simulator, iOS 17.2
"react-native": "0.68.0",
The text was updated successfully, but these errors were encountered: