-
-
Notifications
You must be signed in to change notification settings - Fork 846
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
MacOS 15 Xcode build Error #3625
Comments
Hi, just got the same issue few minutes ago 🫤 I also had to upgrade Regards |
Same here. I also upgraded to latest |
I've managed to build the app on Xcode 16 and iOS 18 with the following changes:
|
Hi @predescu thank you for the quick & dirty, I still have the error with the command Regards |
I got the same error with this dependency after fixing the sentry issue. These errors occurred after upgrading my mac to xcode 16 too. I was able to resolve the issue by upgrading the mapbox version in my podfile to I'm running expo 51 & react native 0.74.5 |
I guess it's pretty obvious but you need to change the name check to
cc @73k05 in case this was your issue. |
Unfortunately this one did not help to me |
EDIT: it was my fault that i leave some miss version implementation of mapbox in podfile. Now it's working fine |
Hi @Bayramito , It worked for me thank you guys! Indeed I followed @chris-gaona steps:
I also upgraded macOS to @enlivn thank you, I did not need to have to add the specific
Build on iOS
Expo Peace |
It worked! Thanks @chris-gaona! |
That worked for me, thanks @73k05 But in my case, After the app is uploaded, shows me some warnings, should I be worried about that? |
Updating maps to v11 doesn't work for me as I also use MapboxNavigation v2 which depends on Maps v10. So I had to make a dirty change directly in public var annotations: [UIView: ViewAnnotationOptions] {
idsByView.compactMapValues { [mapboxMap] id in
try? mapboxMap.options(forViewAnnotationWithId: id)
} as [UIView: ViewAnnotationOptions]
} |
UPD. For those who have to stay on maps v10 $RNMapboxMapsVersion = '~> 10.18.2' |
I owe you a beer! For expo user, just upgrade the the
And then set the mapbox version to [
"@rnmapbox/maps",
{
"RNMapboxMapsVersion": "11.6.0",
}
] |
@jael0x do you want to post this as a new issue? I was wondering about this too. Without the dSYMs, it's gonna be annoying/impossible to de-symbolicate stack traces once the app is released. edit: just want to note that I've tried the following 2 things without success
|
Edit: With Xode 16, I was getting the |
didn't hear back so I've created an issue myself: #3637 |
Hi @hot2eatorg, thanks for sharing the fix for Expo, could you tell me how you menaged to install the |
Just noting - Our project is in limbo right now.. We can't move to MapboxMapVersion 11 since that doesn't support terrain yet, and MapboxMapVersion 10.18.* has some weird glitch where the satellite view isn't fully loading in some cases. Xcode really messed that upgrade up. Hoping v10.1.32 comes out soon so we're able to deploy on ios again. Thanks! |
Should be addressed by |
Environment
Steps to reproduce
i got this error after i upgraded my xcode to 16
The text was updated successfully, but these errors were encountered: