Skip to content
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 17.5.x crashing #402

Closed
ngdbao opened this issue Jun 4, 2024 · 5 comments
Closed

iOS 17.5.x crashing #402

ngdbao opened this issue Jun 4, 2024 · 5 comments
Labels
bug Something isn't working
Milestone

Comments

@ngdbao
Copy link

ngdbao commented Jun 4, 2024

Hi,

Since iOS 17.5.0, Crash Analytics reports few cases to me.
From statistic, all crashing come from only iPhone XS Max and iOS >= 17.5.0
I wish I could have minimal reproduce, but these Stack trace may help hopefully.

issue_8a3647f99fc8a4a47c8174d15810f0b7_crash_session_c53ee078483846f192a38ceff981c1e9_DNE_0_v2_stacktrace.txt
issue_8a3647f99fc8a4a47c8174d15810f0b7_crash_session_d31463c1fbea48738bcd38ea16fbd264_DNE_0_v2_stacktrace.txt

@tyrauber
Copy link
Collaborator

tyrauber commented Jun 4, 2024

@ngdbao, is this 9.1.0 or 10.0.4.alpha? If 9.x, then 10.0.4 may resolve the issue (as it uses the latest Maplibre native libraries).

@ngdbao
Copy link
Author

ngdbao commented Jun 8, 2024

@ngdbao, is this 9.1.0 or 10.0.4.alpha? If 9.x, then 10.0.4 may resolve the issue (as it uses the latest Maplibre native libraries).

It's 9.1.0 indeed

I'll give a try on 10.0.0-alpha.4
Thanks

@mwmcode
Copy link

mwmcode commented Jun 12, 2024

Hi @tyrauber
I'm having issues upgrading to alpha 10.0.4.
"Failed to resolve dependencies Dependencies could not be resolved because root depends on 'maplibre-gl-native-distribution' 5.13.0 and root depends on 'maplibre-gl-native-distribution' 6.4.0."

error Failed to build ios project. "xcodebuild" exited with error code '74'. To debug build logs further, consider building your app with Xcode.app, by opening 'eTA.xcworkspace'.
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace eTA.xcworkspace -configuration Debug -scheme eTA -destination id=185ED13D-572C-4753-A358-279397A1147B

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Resolve Package Graph


Resolved source packages:
  MapLibre GL Native: https://github.com/maplibre/maplibre-gl-native-distribution @ 5.13.0

Update: fixed by yarn remove @maplibre/maplibre-react-native then removing the package from xcode:
select projectName (not target) -> package dependencies tab -> remove - MapLibreNative
then install latest...pod install..

@lmeier
Copy link

lmeier commented Jun 12, 2024

Confirmed that upgrading to 10.0.0-alpha.4 fixed this issue for me.

Any idea when we'll get a full release for 10.0.0? I maintain a package that takes a peer dependency on this and I'd prefer to not be pointing to an alpha.

@KiwiKilian
Copy link
Collaborator

@lmeier we are working on it, refere to https://github.com/maplibre/maplibre-react-native/milestone/2.

@KiwiKilian KiwiKilian added this to the 10.0.0 milestone Nov 15, 2024
@KiwiKilian KiwiKilian added the bug Something isn't working label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants