-
-
Notifications
You must be signed in to change notification settings - Fork 864
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to export the iOS Archieve using Cocoapods version 1.10.2 #1509
Comments
hi, did you try building the Also, please do not share screenshots but actual text files of your configs. Did you make sure to go through the iOS install steps again, once you updated? |
Hi, Thanks for your quick response so when we tried to create different project then everything works fine after adding pre and post install step in podfile. But in current project where we have many other used library also there its not working with cocoapods version 1.10.2. Could you please look into the pod file code i am attaching with this comment. platform :ios, '12.0' require_relative '../node_modules/react-native/scripts/react_native_pods' use_frameworks! pre_install do |installer| target 'TamamAppClient' do end target 'InsiderNotificationContent' do target 'InsiderNotificationService' do |
hi 👋🏿, We're using mapbox in a big production project with |
I'm actually getting the same issue but with version 8.2. @ferdicus what is your mapbox version? |
in our production app we're using: You might want to update your native SDK dependencies and try again, |
closing - please drop another comment here, if you still experience the same issue and we can further investigate. Thanks |
Describe the bug
Currently using version ^8.1.0 and Cocoapods version 1.10.2 and as we are using this version 1.10.2 we are not able to export the Ios build. Now previously we found solution like dump the version to 1.9.3 and then everything started working again but now we have added few libraries like AppFlyer which must require Cocoapods version 1.10 or grater. So if we dump the version
then we have issue with AppFlyer and other libraries and if we use 1.10.2 version then we have issue with mapbox.
We tried below thing but non of that work.
To Reproduce
Use version 8.1.0 with Cocoapods version 1.10.2
Versions (please complete the following information):
Additional context


I am attaching two screenshots one for pod file and another one when we are using version 8.3.0 that crash issue screenshot. Also we tried look into similar issues like this https://github.com/react-native-mapbox-gl/maps/issues/1097 but it did not worked. Any help would be appriciated.
The text was updated successfully, but these errors were encountered: