-
Notifications
You must be signed in to change notification settings - Fork 102
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
iOS deployment target was not taken from the configuration. #160
Comments
Same issue here |
same |
Did you find out a way to force the deploymentTarget ? |
Any update on this? Having same/similar issue: https://stackoverflow.com/questions/78027658/expo-eas-build-getting-deployment-target-error-despite-setting-it-in-app-js |
Also looking for any update here I just ran into this as well when trying to include a third party pod in a custom native module |
On my side I had to use |
I was having this issue and found that the native module I was trying to install had this line in the podspec:
I set the version numbers there to 13, ran a clean prebuild, and the issue went away |
This was the only thing that solved my problem too. Thanks a lot, @GoldAndLink! |
Summary
We're trying to build an ios app using
eas build --platform ios
in the project which contains a newly installed plugin"@config-plugins/react-native-webrtc",
. We followed instructions in the really big and old thread about implementing WebRTC with Expo (link here). According to the recommendation, we need to install packageexpo-dev-client
along with the@config-plugins/react-native-webrtc
and according to the example offered for review, we did exactly as required. Due to having a failing build with traceback logs sayingwe added
to the app.json configuration, but it looks like it does not catch up in the eas build environment. We still get
after adding this config instructions.
Config Plugin
@config-plugins/react-native-webrtc
What platform(s) does this occur on?
iOS
SDK Version
~47.0.12
Reproducible demo
Minumum reproducible example:
https://drive.proton.me/urls/Y4TY3DFGCM#NBcYtaD7q31N
1st failed build:
https://expo.dev/accounts/the_bina_school/projects/bina-app/builds/f0ad1db9-6a74-4585-b047-d01ec8a6fbd0
2nd failed build:
https://expo.dev/accounts/the_bina_school/projects/bina-app/builds/ec898bf2-a7c2-421d-a05b-ff2a7640208e
The text was updated successfully, but these errors were encountered: