Crash on react-native-map view in standalone ios app.

I have component with mapview and markers on it.
It is working fine on ios and android in expo app during development, working on android in standalone app but crashes in standalone ios app.
App doesn’t provide any error, it is just crashing to ios homescreen every time mapview is openned. My physical device is Iphone 6 with ios 12.1.
I just upgraded my expo sdk version from 27 to 31 but i built standalone apps for both platforms after that.
I will provide any info needed.

2 Likes

I got some device log. Maybe it will help to figure out issue.

exception    13:57:26.871693 +0300    SpringBoard    HW kbd: Failed to set (null) as keyboard focus
exception    13:57:26.910430 +0300    assertiond    [com.apple.WebKi:2455] SyscallError: setpriority(PRIO_DARWIN_ROLE, 2455, 3): No such process
exception    13:57:26.927033 +0300    assertiond    [com.apple.WebKi:2456] SyscallError: setpriority(PRIO_DARWIN_ROLE, 2456, 3): Operation not supported
exception    13:57:27.111157 +0300    symptomsd    Can't get most elevated app state from dictionary {
    BKSApplicationStateExtensionKey = 0;
    SBApplicationStateDisplayIDKey = "com.carbiru.carbi";
    SBApplicationStateKey = 0;
    SBApplicationStateProcessIDKey = 2454;
    SBApplicationStateRunningReasonsKey =     (
                {
            SBApplicationStateRunningReasonAssertionIdentifierKey = Resume;
            SBApplicationStateRunningReasonAssertionReasonKey = 10000;
        }
    );
}
1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.