-
-
Notifications
You must be signed in to change notification settings - Fork 848
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
Example app crashes on iOS 15.4, emulator only #1792
Comments
same issue |
@savv , @Guccifer98 is this on |
Yes, I just tried again on a clean clone and it crashes on main with iOS 15.4. It works when I set the emulator to 15.2. I had to run |
Think we're getting the same issue - although only seems to be one of our developers who recently updated XCode to latest version. |
Possibly that's because that also resulted in them getting the latest iOS emulator..? |
@savv very likely, good point. |
we have the same issue, about half of our guys are OK, rest of us got crashes. |
I can report that I am seeing the same thing after my simulators updated to 15.4 this morning, it will immediately crash on startup. The only thing I have to add is that if I take out references to Hope this helps. |
I noticed that too - I was assuming that the reason it doesn't crash when you remove the camera, is that nothing (of significance) gets drawn, and the crash seems to relate to drawing. |
Any simulator from the latest XCode (13.3) generates this bug. The previous xCode version works fine. |
This is not true for me on xcode 13.3, except for iOS 15.4. |
You are right. I meant that by default I have only 15.4 simulators. And yes, they all have this bug. I've just installed bunch of 15.2 - they are working well |
Today with latest macOS 12.3.1 (M1) and some component updates my Xcode Version 13.3 wanted to install, our app is working again in the simulator using iOS 15.4. |
@norbertschuler Any further observations? 🤔 I'm still encountering crashes on 16" Intel MBP even after updating to 12.3.1. It looked promising for a while, but once user location experiments got involved, crashes occur pretty often. Directly using Mapbox in a native ObjC app, but that shouldn't really matter as the framework and the crash stack is the same. |
Sorry, my comment was too early and probably just wrong. Still crashing. |
Xcode 13.3, react-native-mapbox-gl Version 8.5.0 crashes on simulator 15.4, but works on the real phone. |
MacBook M1 Pro |
the same for me, even with iOS 15.0 |
MacBook pro intel Same problem with Mapbox, not only maplibre ! |
Should be fixed on v10, other implementation are deprecated |
Xcode 14 with iOS 16 Simulator no exception so far for MapLibre 5.12.2. |
Describe the bug
The app crashes under very specific conditions:
To Reproduce
git clone
...,git checkout 8.5.0
,cd example
,yarn ios
)Expected behavior
No crash.
Actual behavior
I get the crash report below.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: