-
-
Notifications
You must be signed in to change notification settings - Fork 854
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
Missing MapboxMobileEvents.framework/Info.plist #1649
Comments
This issue has been haunting me for weeks. Usually clearing Pods, Podfile.lock, and doing a rain dance fixes it. But lately no luck at all. |
@tomgreco so... perhaps a recent rain dance fixed the issue because it's working for me now 😂 After reading this comment and inspecting the Pods, it seems as if the root cause could be related to MapboxMobileEvents-Info.plist missing from "ios/Pods/Target Support Files/MapboxMobileEvents" and the XCode project, which could potentially happen again. |
@acoulon99 I am jealous. The issue has now come back to haunt me again!
@ferdicus here is how to recreate the issue: Can you see if anything can be done about this? |
hey @tomgreco, I'm no longer actively maintaining this repo, see my post here |
I also just started seeing this problem have you tried downgrading versions from |
@haron68 for now I have a copy of the Pods folder from a working build saved on my desktop to revert back to whenever this happens. |
I bumped into this issue about six months ago and now again all of the sudden. It seems to be completely random since I'm using Mapbox in four different RN projects and fixing is seems to be random as well. Don't remember what magic I used the last time but this time after a day of banging my head to the wall I was able to run my project by doing a pod clean, pod deintegrate, delete podfile.lock, restarted my computer, cleaned the build folder and deleted derived data. I did all of those steps more than once before except restarting my machine in between. So who knows it required that as well. Or maybe it was the rain dance.. |
I've also seen this. |
Describe the bug
After following the @react-native-mapbox-gl/maps installation instructions for iOS, the app was unable to be installed on a simulator because of a missing Info.plist file for MapboxMobileEvents.
To Reproduce
Steps to reproduce the behavior.
react-native init MapboxMobileEventsBugReproduction --version 0.66.3 cd MapboxMobileEventsBugReproduction npm install @react-native-mapbox-gl/maps@8.5.0 --save
Expected behavior
MapboxMobileEventsBugReproduction installs and launches successfully on the simulated device.
Actual behavior
After a successful build, while installing the app onto an iOS simulated device, a popup within Xcode is displayed saying that the app cannot be installed because of a missing Info.plist file within MapboxMobileEvents.
Screenshots
Error popup
No .plist file within "MapboxMobileEvents/Support Files"
Versions
Additional context
Simulator installation error
Podfile
Replicates
https://github.com/react-native-mapbox-gl/maps/issues/1415
Seemingly related
mapbox/mapbox-gl-native-ios#555
Tried
/example
project (same result)The text was updated successfully, but these errors were encountered: