expo / sentry-expo

MIT License
202 stars 83 forks source link

EAS managed workflow build crashes #168

Closed allan-simon closed 3 years ago

allan-simon commented 3 years ago

Summary

I use sentry as described in the doc, it works fine when using expo-go , but crash when building it for my phone using EAS (i have no mac, so no way to tell what would happen with Xcode)

Managed or bare workflow? If you have ios/ or android/ directories in your project, the answer is bare!

managed

What platform(s) does this occur on?

iOS

SDK Version (managed workflow only)

0.40.0

Environment

  Expo CLI 4.1.3 environment info:
    System:
      OS: Linux 5.10 Ubuntu 18.04.5 LTS (Bionic Beaver)
      Shell: 5.4.2 - /usr/bin/zsh
    Binaries:
      Node: 12.20.1 - /usr/bin/node
      Yarn: 1.22.5 - /usr/bin/yarn
      npm: 6.14.10 - /usr/bin/npm
    npmPackages:
      expo: ~40.0.0 => 40.0.1 
      react: 16.13.* => 16.13.1 
      react-dom: 16.13.* => 16.13.1 
      react-native: https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz => 0.63.2 
    npmGlobalPackages:
      expo-cli: 4.1.3
    Expo Workflow: managed

Reproducible demo or steps to reproduce from a blank project

import React from 'react';
import { WebView } from 'react-native-webview';
import { SafeAreaProvider, SafeAreaView } from 'react-native-safe-area-context';
import {StatusBar} from 'react-native';
import * as Sentry from 'sentry-expo';

Sentry.init({
  dsn: '******',
  enableInExpoDevelopment: true,
  debug: true, // Sentry will try to print out useful debugging information if something goes wrong with sending an event. Set this to `false` in production.
});

export default function App() {

    return (
        <SafeAreaProvider>
            <StatusBar backgroundColor="#0000D1"/>
            <SafeAreaView style={{height: '100%'}}>
                <WebView source={{ uri: 'https://app-production.rosaly.info' }}/>
            </SafeAreaView>
        </SafeAreaProvider>
   );
}

Here the crash report

{"app_name":"app","timestamp":"2021-01-30 18:22:20.00 +0100","app_version":"1.0.0","slice_uuid":"13783817-a5bf-3a8a-a24c-5126a386c612","adam_id":0,"build_version":"1","platform":2,"bundleID":"com.rosaly.app","share_with_app_devs":0,"is_first_party":0,"bug_type":"109","os_version":"iPhone OS 14.0 (18A373)","incident_id":"45AFB8DC-D4D0-4DB1-84D8-2A04586AEE28","name":"app"}
Incident Identifier: 45AFB8DC-D4D0-4DB1-84D8-2A04586AEE28
CrashReporter Key:   c8cdd7f5487b51c83d14c2b2771e7f0db68876e2
Hardware Model:      iPhone9,1
Process:             app [3730]
Path:                /private/var/containers/Bundle/Application/89BDC95E-C91D-41AD-900E-C3CF449C9A78/app.app/app
Identifier:          com.rosaly.app
Version:             1 (1.0.0)
AppStoreTools:       12A7403
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.rosaly.app [817]

Date/Time:           2021-01-30 18:22:20.7772 +0100
Launch Time:         2021-01-30 18:22:20.4165 +0100
OS Version:          iPhone OS 14.0 (18A373)
Release Type:        User
Baseband Version:    8.02.01
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  5

Application Specific Information:
abort() called

Last Exception Backtrace:
(0x1ac701114 0x1bff27cb4 0x100381fa8 0x1003fe5b4 0x1003fefec 0x1ac705870 0x1ac5e8fd0 0x1ac5e9530 0x1003b1ed8 0x1003b406c 0x1003b3dd0 0x1ac339298 0x1ac33a280 0x1ac2e2fa8 0x1ac2e3a84 0x1ac2ed518 0x1f1fe45a4 0x1f1fe7874)

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_kernel.dylib          0x00000001d70568c4 0x1d7053000 + 14532
1   libsystem_kernel.dylib          0x00000001d7055cc8 0x1d7053000 + 11464
2   CoreFoundation                  0x00000001ac68074c 0x1ac5e7000 + 628556
3   CoreFoundation                  0x00000001ac67abd0 0x1ac5e7000 + 605136
4   CoreFoundation                  0x00000001ac67a200 0x1ac5e7000 + 602624
5   GraphicsServices                0x00000001c2775598 0x1c2772000 + 13720
6   UIKitCore                       0x00000001aef40004 0x1ae41f000 + 11669508
7   UIKitCore                       0x00000001aef455d8 0x1ae41f000 + 11691480
8   app                             0x00000001003011e8 0x1002fc000 + 20968
9   libdyld.dylib                   0x00000001ac359598 0x1ac358000 + 5528

Thread 1 name:  Dispatch queue: com.apple.network.boringssl.metrics_queue
Thread 1:
0   libsystem_kernel.dylib          0x00000001d70568c4 0x1d7053000 + 14532
1   libsystem_kernel.dylib          0x00000001d7055cc8 0x1d7053000 + 11464
2   libdispatch.dylib               0x00000001ac2f2a2c 0x1ac2d9000 + 105004
3   libdispatch.dylib               0x00000001ac2f2dc0 0x1ac2d9000 + 105920
4   libxpc.dylib                    0x00000001f2003440 0x1f1ff8000 + 46144
5   Security                        0x00000001b36590c0 0x1b363a000 + 127168
6   Security                        0x00000001b3659ad0 0x1b363a000 + 129744
7   Security                        0x00000001b370ef10 0x1b363a000 + 872208
8   libboringssl.dylib              0x00000001c11d9fd4 0x1c1189000 + 331732
9   libdispatch.dylib               0x00000001ac339298 0x1ac2d9000 + 393880
10  libdispatch.dylib               0x00000001ac33a280 0x1ac2d9000 + 397952
11  libdispatch.dylib               0x00000001ac2e2fa8 0x1ac2d9000 + 40872
12  libdispatch.dylib               0x00000001ac2e3a84 0x1ac2d9000 + 43652
13  libdispatch.dylib               0x00000001ac2ed518 0x1ac2d9000 + 83224
14  libsystem_pthread.dylib         0x00000001f1fe45a4 0x1f1fd9000 + 46500
15  libsystem_pthread.dylib         0x00000001f1fe7874 0x1f1fd9000 + 59508

Thread 2:
0   libsystem_pthread.dylib         0x00000001f1fe786c 0x1f1fd9000 + 59500

Thread 3:
0   libsystem_pthread.dylib         0x00000001f1fe786c 0x1f1fd9000 + 59500

Thread 4:
0   libsystem_pthread.dylib         0x00000001f1fe786c 0x1f1fd9000 + 59500

Thread 5 name:  Dispatch queue: com.facebook.react.ExceptionsManagerQueue
Thread 5 Crashed:
0   libsystem_kernel.dylib          0x00000001d707995c 0x1d7053000 + 158044
1   libsystem_pthread.dylib         0x00000001f1fe39e8 0x1f1fd9000 + 43496
2   libsystem_c.dylib               0x00000001b534b934 0x1b52d8000 + 473396
3   libc++abi.dylib                 0x00000001c0023cc8 0x1c0011000 + 77000
4   libc++abi.dylib                 0x00000001c0015ca0 0x1c0011000 + 19616
5   libobjc.A.dylib                 0x00000001bff27f64 0x1bff1e000 + 40804
6   libc++abi.dylib                 0x00000001c0023154 0x1c0011000 + 74068
7   libc++abi.dylib                 0x00000001c00230ec 0x1c0011000 + 73964
8   libdispatch.dylib               0x00000001ac33a294 0x1ac2d9000 + 397972
9   libdispatch.dylib               0x00000001ac2e2fa8 0x1ac2d9000 + 40872
10  libdispatch.dylib               0x00000001ac2e3a84 0x1ac2d9000 + 43652
11  libdispatch.dylib               0x00000001ac2ed518 0x1ac2d9000 + 83224
12  libsystem_pthread.dylib         0x00000001f1fe45a4 0x1f1fd9000 + 46500
13  libsystem_pthread.dylib         0x00000001f1fe7874 0x1f1fd9000 + 59508

Thread 6 name:  com.apple.uikit.eventfetch-thread
Thread 6:
0   libsystem_kernel.dylib          0x00000001d70568c4 0x1d7053000 + 14532
1   libsystem_kernel.dylib          0x00000001d7055cc8 0x1d7053000 + 11464
2   CoreFoundation                  0x00000001ac68074c 0x1ac5e7000 + 628556
3   CoreFoundation                  0x00000001ac67abd0 0x1ac5e7000 + 605136
4   CoreFoundation                  0x00000001ac67a200 0x1ac5e7000 + 602624
5   Foundation                      0x00000001ad884278 0x1ad87c000 + 33400
6   Foundation                      0x00000001ad884158 0x1ad87c000 + 33112
7   UIKitCore                       0x00000001aefeb9fc 0x1ae41f000 + 12372476
8   Foundation                      0x00000001ad9e0c48 0x1ad87c000 + 1461320
9   libsystem_pthread.dylib         0x00000001f1fe2b70 0x1f1fd9000 + 39792
10  libsystem_pthread.dylib         0x00000001f1fe7880 0x1f1fd9000 + 59520

Thread 7:
0   libsystem_pthread.dylib         0x00000001f1fe786c 0x1f1fd9000 + 59500

Thread 8:
0   libsystem_pthread.dylib         0x00000001f1fe786c 0x1f1fd9000 + 59500

Thread 9 name:  com.facebook.react.JavaScript
Thread 9:
0   JavaScriptCore                  0x00000001b5e6a038 0x1b539e000 + 11321400
1   JavaScriptCore                  0x00000001b575c124 0x1b539e000 + 3924260
2   JavaScriptCore                  0x00000001b575c124 0x1b539e000 + 3924260
3   JavaScriptCore                  0x00000001b5efb14c 0x1b539e000 + 11915596
4   JavaScriptCore                  0x00000001b5efbb00 0x1b539e000 + 11918080
5   JavaScriptCore                  0x00000001b5c32004 0x1b539e000 + 8994820
6   JavaScriptCore                  0x00000001b5594528 0x1b539e000 + 2057512
7   JavaScriptCore                  0x00000001b559453c 0x1b539e000 + 2057532
8   JavaScriptCore                  0x00000001b559453c 0x1b539e000 + 2057532
9   JavaScriptCore                  0x00000001b5594494 0x1b539e000 + 2057364
10  JavaScriptCore                  0x00000001b559453c 0x1b539e000 + 2057532
11  JavaScriptCore                  0x00000001b559453c 0x1b539e000 + 2057532
12  JavaScriptCore                  0x00000001b559453c 0x1b539e000 + 2057532
13  JavaScriptCore                  0x00000001b559453c 0x1b539e000 + 2057532
14  JavaScriptCore                  0x00000001b559453c 0x1b539e000 + 2057532
15  JavaScriptCore                  0x00000001b55722b8 0x1b539e000 + 1917624
16  JavaScriptCore                  0x00000001b5b58954 0x1b539e000 + 8104276
17  JavaScriptCore                  0x00000001b5dedd04 0x1b539e000 + 10812676
18  JavaScriptCore                  0x00000001b5572464 0x1b539e000 + 1918052
19  JavaScriptCore                  0x00000001b5b58984 0x1b539e000 + 8104324
20  JavaScriptCore                  0x00000001b5d59af4 0x1b539e000 + 10205940
21  JavaScriptCore                  0x00000001b55f7598 0x1b539e000 + 2463128
22  app                             0x0000000100455d90 0x1002fc000 + 1416592
23  app                             0x000000010045dccc 0x1002fc000 + 1449164
24  app                             0x000000010045c6f4 0x1002fc000 + 1443572
25  app                             0x0000000100451450 0x1002fc000 + 1397840
26  app                             0x0000000100452210 0x1002fc000 + 1401360
27  app                             0x000000010039e4c4 0x1002fc000 + 664772
28  app                             0x00000001003aab74 0x1002fc000 + 715636
29  app                             0x00000001003aa934 0x1002fc000 + 715060
30  CoreFoundation                  0x00000001ac680fa0 0x1ac5e7000 + 630688
31  CoreFoundation                  0x00000001ac680228 0x1ac5e7000 + 627240
32  CoreFoundation                  0x00000001ac67ade4 0x1ac5e7000 + 605668
33  CoreFoundation                  0x00000001ac67a200 0x1ac5e7000 + 602624
34  app                             0x0000000100393d64 0x1002fc000 + 621924
35  Foundation                      0x00000001ad9e0c48 0x1ad87c000 + 1461320
36  libsystem_pthread.dylib         0x00000001f1fe2b70 0x1f1fd9000 + 39792
37  libsystem_pthread.dylib         0x00000001f1fe7880 0x1f1fd9000 + 59520

Thread 10 name:  JavaScriptCore bmalloc scavenger
Thread 10:
0   libsystem_kernel.dylib          0x00000001d707972c 0x1d7053000 + 157484
1   libsystem_pthread.dylib         0x00000001f1fdc330 0x1f1fd9000 + 13104
2   libc++.1.dylib                  0x00000001bffc3ea4 0x1bffb7000 + 52900
3   JavaScriptCore                  0x00000001b61c2028 0x1b539e000 + 14827560
4   JavaScriptCore                  0x00000001b61c18e4 0x1b539e000 + 14825700
5   JavaScriptCore                  0x00000001b61c2fc4 0x1b539e000 + 14831556
6   libsystem_pthread.dylib         0x00000001f1fe2b70 0x1f1fd9000 + 39792
7   libsystem_pthread.dylib         0x00000001f1fe7880 0x1f1fd9000 + 59520

Thread 11 name:  Heap Helper Thread
Thread 11:
0   libsystem_kernel.dylib          0x00000001d707972c 0x1d7053000 + 157484
1   libsystem_pthread.dylib         0x00000001f1fdc330 0x1f1fd9000 + 13104
2   JavaScriptCore                  0x00000001b614c5fc 0x1b539e000 + 14345724
3   JavaScriptCore                  0x00000001b5a51b40 0x1b539e000 + 7027520
4   JavaScriptCore                  0x00000001b611b580 0x1b539e000 + 14144896
5   JavaScriptCore                  0x00000001b617001c 0x1b539e000 + 14491676
6   JavaScriptCore                  0x00000001b61727d4 0x1b539e000 + 14501844
7   libsystem_pthread.dylib         0x00000001f1fe2b70 0x1f1fd9000 + 39792
8   libsystem_pthread.dylib         0x00000001f1fe7880 0x1f1fd9000 + 59520

Thread 5 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x00000001c0026f31   x5: 0x000000016fdba430   x6: 0x000000000000006e   x7: 0x0000000000000033
    x8: 0x000000016fdbb000   x9: 0x1717059671875500  x10: 0x0000000000000002  x11: 0x000000000000000b
   x12: 0x00000001f3c8cc4a  x13: 0x0000000000000001  x14: 0x0000000000000010  x15: 0x0000000000000021
   x16: 0x0000000000000148  x17: 0x0000000000000000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000002c03  x21: 0x000000016fdbb0e0  x22: 0x0000000000000114  x23: 0x0000000000000000
   x24: 0x0000000000000000  x25: 0x0000000283650400  x26: 0x0000000280d5da80  x27: 0x0000000000000000
   x28: 0x0000000000000000   fp: 0x000000016fdba390   lr: 0x00000001f1fe39e8
    sp: 0x000000016fdba370   pc: 0x00000001d707995c cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images:
0x1002fc000 - 0x10051ffff app arm64  <13783817a5bf3a8aa24c5126a386c612> /var/containers/Bundle/Application/89BDC95E-C91D-41AD-900E-C3CF449C9A78/app.app/app
0x10064c000 - 0x1006b7fff dyld arm64  <db2dc234676830f889db5b18092543c0> /usr/lib/dyld
0x1007e8000 - 0x1007f3fff libobjc-trampolines.dylib arm64  <531731c8e9f131659c4be4d34eb3ad02> /usr/lib/libobjc-trampolines.dylib
0x1ac2d9000 - 0x1ac357fff libdispatch.dylib arm64  <a564fa91a3e33a41afd1410fad72e52a> /usr/lib/system/libdispatch.dylib
0x1ac358000 - 0x1ac38efff libdyld.dylib arm64  <77e573148a58306490c08af9a4745430> /usr/lib/system/libdyld.dylib
0x1ac38f000 - 0x1ac5e6fff libicucore.A.dylib arm64  <b69f2d5b339d3615816342da657b3a4a> /usr/lib/libicucore.A.dylib
0x1ac5e7000 - 0x1ac98ffff CoreFoundation arm64  <f80fca31bf7632938bc61729588ae8b6> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1ac990000 - 0x1acb28fff CoreServices arm64  <7831e6e5279d3a0bbde2de0b9ea2d43a> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1acb29000 - 0x1acb71fff WirelessDiagnostics arm64  <6618cbc3569a38c28aa1920c4c034f64> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1acb72000 - 0x1acbeafff SystemConfiguration arm64  <9a8a9b4a8d233d76a3e00d2e23adc717> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1acbeb000 - 0x1accd2fff CoreTelephony arm64  <080a8015d906315b95b5d151427bb5ef> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1accd3000 - 0x1ad153fff CFNetwork arm64  <c2a586f195cb35cfb58d7c215706514e> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1ad154000 - 0x1ad80afff libnetwork.dylib arm64  <76479c40a7f539f98c08062009d8cf1b> /usr/lib/libnetwork.dylib
0x1ad80b000 - 0x1ad87bfff Accounts arm64  <1119c5897f3f318eb36fb7cadd13b35d> /System/Library/Frameworks/Accounts.framework/Accounts
0x1ad87c000 - 0x1adb16fff Foundation arm64  <4b7b9c0abad3348d95a394784bfed02e> /System/Library/Frameworks/Foundation.framework/Foundation
0x1adb17000 - 0x1ade78fff ImageIO arm64  <1eb4eb79e3d63843bdf651030946d702> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1ade92000 - 0x1ae41efff CoreGraphics arm64  <8db9d5e0ae2e3452ba61e08b61d0b5a7> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1ae41f000 - 0x1af7d3fff UIKitCore arm64  <00ea142638f73fd2be0104ebd44eca35> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1af7d4000 - 0x1af7f0fff libAccessibility.dylib arm64  <6eaa2bbb983c31e0a54445ab83e375e7> /usr/lib/libAccessibility.dylib
0x1af7f1000 - 0x1afa63fff QuartzCore arm64  <3e647da558433774b65aa1928066ebbc> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1afa64000 - 0x1afac9fff BackBoardServices arm64  <8d8ff0c391863e14b59fba5a0379b135> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1afaca000 - 0x1afb51fff TextInput arm64  <38541dc1398a31429a5764b434068b97> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1afb52000 - 0x1afbb9fff libusrtcp.dylib arm64  <b04edb78d7c23279a2f08c48547650de> /usr/lib/libusrtcp.dylib
0x1b0464000 - 0x1b0478fff UIKitServices arm64  <1f3cd175224d3f26a5600d139f4f1f40> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1b07d0000 - 0x1b0988fff CoreText arm64  <acab3f31cda932a28fe5566404fc7b76> /System/Library/Frameworks/CoreText.framework/CoreText
0x1b0989000 - 0x1b09a1fff ExtensionKit arm64  <eb2e265374973c91ae06db90c531dee8> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x1b09b7000 - 0x1b0a34fff BaseBoard arm64  <b9796c0d4cb6374bbfefc4211e2a621b> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1b0a35000 - 0x1b0c4afff CoreDuet arm64  <0d0b95a19dc033fc80a96c7ae0f93653> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1b0c4b000 - 0x1b0d91fff Contacts arm64  <b92ac3df43b93676abbcd44967415cd3> /System/Library/Frameworks/Contacts.framework/Contacts
0x1b0d92000 - 0x1b21f0fff GeoServices arm64  <44979cf9b49d3a9ab31bb4ddd82be40e> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1b21f1000 - 0x1b2275fff CoreLocation arm64  <5c9e124296273b4b9cbcf94e3d5785b9> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1b2276000 - 0x1b2412fff CloudKit arm64  <c9e5d97746e93c0f8ea54a1a53852093> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1b2413000 - 0x1b2775fff CoreData arm64  <d6bd337e6232360cbc36ab1edb921118> /System/Library/Frameworks/CoreData.framework/CoreData
0x1b336e000 - 0x1b33acfff AppSupport arm64  <7007fbe50270309dbb72a9675db02535> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1b33ad000 - 0x1b34c9fff ManagedConfiguration arm64  <4af6524e93173aafaf9f264dcac12fd8> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1b34ca000 - 0x1b3536fff IMFoundation arm64  <88c687b2e1de325c95cf8d8559614f0a> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1b3537000 - 0x1b3639fff IDS arm64  <6b252a94405c31729d5d0777dc17a546> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1b363a000 - 0x1b3776fff Security arm64  <d6b2c1cb544d3d628f8b0e86922622dc> /System/Library/Frameworks/Security.framework/Security
0x1b3b6d000 - 0x1b3b84fff AudioSession arm64  <dc0b478c08c33b24be2fb932a6fa08f0> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x1b3b85000 - 0x1b3cfdfff AVFCore arm64  <4af35698d09930f897bfdb8192af532a> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x1b3cfe000 - 0x1b424cfff Intents arm64  <26c944ab8a4e39a4820d1744faeb5ec0> /System/Library/Frameworks/Intents.framework/Intents
0x1b4298000 - 0x1b458cfff CoreImage arm64  <36f179cea2393257b48e1f20786da448> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1b458d000 - 0x1b4646fff ColorSync arm64  <486b1137d98a3a9f91f386bd7f2f425d> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1b4647000 - 0x1b467ffff CoreVideo arm64  <9e006d465bb939e9ab31782d3f254f8c> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1b4680000 - 0x1b4d95fff MediaToolbox arm64  <bb26609fdb0d3079bcbee8b5757deabd> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1b4d96000 - 0x1b4e81fff CoreMedia arm64  <b48e8ae41fe437b0bfc9bf9255a835ef> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1b4e82000 - 0x1b50ecfff AudioToolbox arm64  <623cddc84b86320ea5843eac139f9d83> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1b50ed000 - 0x1b513cfff CoreHaptics arm64  <4bed7c06a10c3a7590b6166e97e8035a> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1b519a000 - 0x1b5299fff UIFoundation arm64  <ac4b381071c5329eab3171245848a2a3> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1b529a000 - 0x1b52d7fff libsystem_info.dylib arm64  <86ea93b2cc963d8ca53ebfcf708b5ec5> /usr/lib/system/libsystem_info.dylib
0x1b52d8000 - 0x1b5354fff libsystem_c.dylib arm64  <e64a11f730ec313c8acfb0de81756ee6> /usr/lib/system/libsystem_c.dylib
0x1b5355000 - 0x1b539dfff RunningBoardServices arm64  <4bd250113ccc351eaa970f2b8ce9436d> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1b539e000 - 0x1b62d0fff JavaScriptCore arm64  <5f868c00551331a1adf812a5ade40e41> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1b684d000 - 0x1b68d2fff ContactsFoundation arm64  <257b2b7bdbca3e6b88c8421592d39fe8> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1b6af7000 - 0x1b6b18fff ProactiveEventTracker arm64  <9fee4f7ebeee35a28af89190fbc2726b> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1b6b19000 - 0x1b6b62fff Lexicon arm64  <78773acb16613a8b9eec2879de95e700> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1b6bcc000 - 0x1b6c18fff CoreDuetContext arm64  <1e09c135b60a339ebe3c48ee226bdfd0> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1b6c19000 - 0x1b6cbefff IOKit arm64  <ac262e0f73c53352a36cd240aed00570> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1b6cbf000 - 0x1b6ccefff DataMigration arm64  <36ee29905cf33ea4b63c9e57ebff658a> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1b6ccf000 - 0x1b6d26fff SpringBoardServices arm64  <159a44bea3c33324adb33c5ed8b4d4af> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1b6d39000 - 0x1b6f90fff CoreMotion arm64  <ced520684e043c36a22acebca7007ee6> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1b6f91000 - 0x1b70c6fff EventKit arm64  <4368112a67393f67a1f8e1c5f5cfc2cf> /System/Library/Frameworks/EventKit.framework/EventKit
0x1b7830000 - 0x1b79c7fff CoreUtils arm64  <f509e9b22a093c2d88d34f0411370f74> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1b79de000 - 0x1b7a49fff CoreSpotlight arm64  <89247d507da83c648e1a29268e910585> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1b7f96000 - 0x1b8057fff CoreUI arm64  <06b307c805fb365c9a17bf28e03315ad> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1b8058000 - 0x1b80a5fff SafariSafeBrowsing arm64  <2f7c2bb62eb53887897d840f25e56412> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1b80a6000 - 0x1b87cdfff WebKit arm64  <d2b002fc25433913b5c93b01c4fa936a> /System/Library/Frameworks/WebKit.framework/WebKit
0x1b87ce000 - 0x1bab2dfff WebCore arm64  <24a23357aaff3969b8ac1c1b9e59b652> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1bab2e000 - 0x1bab8afff libMobileGestalt.dylib arm64  <dc5e8552363c3a369d3f34167d2ee890> /usr/lib/libMobileGestalt.dylib
0x1bab8b000 - 0x1baba6fff CommonUtilities arm64  <0b5a598e0add354085b5beb2bcfa6dc1> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1baba7000 - 0x1bad0cfff IDSFoundation arm64  <34c0a0a0f6c33886bab5c794cfa320f0> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1bae0a000 - 0x1baeaafff CoreSuggestions arm64  <1536f2bcf499367f910d541000fdb6a8> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1baeab000 - 0x1baf45fff AddressBookLegacy arm64  <d4ba359136373c76bbca277ff35d79a6> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1baf46000 - 0x1baf76fff UserNotifications arm64  <609d7b0ee0523347a0f9a80503675b1e> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1baf77000 - 0x1baff7fff FrontBoardServices arm64  <4722b22ec68836a38a0fb123cada07ce> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1baff8000 - 0x1bb01afff libsystem_malloc.dylib arm64  <ab9cee1431f83a1d88a6a326ab836926> /usr/lib/system/libsystem_malloc.dylib
0x1bba9a000 - 0x1bbb23fff AuthKit arm64  <67b5623b340e3d86a3382db5cc964e7f> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1bbb24000 - 0x1bbbb2fff AppleAccount arm64  <48612228b5e132e7930d54b0acf6c9af> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1bbbb3000 - 0x1bbcb8fff AVFAudio arm64  <7a95cc9202f1319aba84f5849848469a> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1bbcb9000 - 0x1bbf10fff AudioToolboxCore arm64  <d7ca5d15a5c13addae7d6fefb1c2fd56> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1bc34b000 - 0x1bc3eafff ShareSheet arm64  <a6c9670a5f6b3ea68a0a5c44b37f8af4> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1bc4d3000 - 0x1bc518fff PhotoFoundation arm64  <d83173a3329e3833985972fa231225cd> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1bc519000 - 0x1bc749fff Photos arm64  <0836fb6caa503bf69ee0e0333e1fac91> /System/Library/Frameworks/Photos.framework/Photos
0x1bc74a000 - 0x1bce1afff PhotoLibraryServices arm64  <61f1bfea902336048e5e083803c05ab4> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1bce1b000 - 0x1bced0fff AssetsLibraryServices arm64  <3091819eac0f3d579c7879a0e10835a0> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1bced1000 - 0x1bcf20fff MobileBackup arm64  <4b01636f4da8353aa4a297f16f20b4ec> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1bcf21000 - 0x1bcf34fff MSUDataAccessor arm64  <84d5e50dff2a331eb1108248336bcab1> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x1bcf35000 - 0x1bcf5afff MobileAsset arm64  <b584963553bb3adca793f115acbf49ff> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1bcf5b000 - 0x1bcf6afff libsystem_networkextension.dylib arm64  <a135b009fd9b3b3299978ba024bd4544> /usr/lib/system/libsystem_networkextension.dylib
0x1bd1d1000 - 0x1bd593fff CoreML arm64  <7d66482de4f3308582c21fce441f6b5d> /System/Library/Frameworks/CoreML.framework/CoreML
0x1bd594000 - 0x1bddadfff Espresso arm64  <99c3dab82d27363982de3212ad3ab10a> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1bddae000 - 0x1bde99fff VideoToolbox arm64  <a151f840cfed3618a0077f3314424eaf> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1bdfd5000 - 0x1bdfe4fff AXCoreUtilities arm64  <639753bc281334d89a36eeaff0d77176> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1bee0d000 - 0x1bef7cfff Montreal arm64  <e0b801b4b6083e71b7824ef7074942e9> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1bef7d000 - 0x1bf089fff LanguageModeling arm64  <27a195926ea23cc2af8559c7eb55d4a5> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1bf08a000 - 0x1bf092fff InternationalSupport arm64  <368cef823686339bab0f913210fdfaad> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1bf415000 - 0x1bf4b7fff CalendarDatabase arm64  <33aaefba2d3736b9b7b87298fb7c3438> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1bf750000 - 0x1bf760fff UniformTypeIdentifiers arm64  <d350a3b2316c31dd80e97c844188d78a> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x1bf761000 - 0x1bf7ddfff CloudDocs arm64  <c434ebfedf7f3b7993012aec47808baf> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1bff1e000 - 0x1bff56fff libobjc.A.dylib arm64  <19e9f9a3f38334eaa5f2a59774933351> /usr/lib/libobjc.A.dylib
0x1bff57000 - 0x1bffb6fff LoggingSupport arm64  <4c06c79633853395850ce8fa3fa81141> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1bffb7000 - 0x1c0010fff libc++.1.dylib arm64  <da67cb48478c3703b904cdb242a7f957> /usr/lib/libc++.1.dylib
0x1c0011000 - 0x1c0029fff libc++abi.dylib arm64  <9bdc8fb7f27b37588232411f2a070984> /usr/lib/libc++abi.dylib
0x1c002a000 - 0x1c0068fff SetupAssistant arm64  <5c93f286b0153da6bb97e6f8308fca2e> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1c0069000 - 0x1c0081fff OctagonTrust arm64  <4d4d03731a63304d97f97b325599ec28> /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust
0x1c0188000 - 0x1c01c8fff CoreAutoLayout arm64  <3bc7cf7c2e7538829037e607c116b9ca> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x1c01c9000 - 0x1c031efff Network arm64  <67039f9e1e69383ea880069034391a06> /System/Library/Frameworks/Network.framework/Network
0x1c031f000 - 0x1c0353fff MobileKeyBag arm64  <d29b9fde1baf36ad8961c36fbb2a70fc> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1c0585000 - 0x1c061ffff libvDSP.dylib arm64  <c55aaf2d958a33a0ad9bf4cfdd8e48c6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1c0620000 - 0x1c0652fff libAudioToolboxUtility.dylib arm64  <e0bdfdab0049343ab35dac6f69cc78ab> /usr/lib/libAudioToolboxUtility.dylib
0x1c07f0000 - 0x1c0878fff CoreNLP arm64  <a23c25ae670134fd896abe988a1bb98c> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1c0879000 - 0x1c0984fff FileProvider arm64  <02b95742eef73bc688fdb11dcf0c910c> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1c09ac000 - 0x1c09e1fff DataDetectorsCore arm64  <05b1738eeabf30a7944d237e25330e00> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1c09e2000 - 0x1c0a6cfff Symbolication arm64  <1b798f7ce66b33589838af2e889e6ebd> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1c0a6d000 - 0x1c0a8afff CrashReporterSupport arm64  <02a6ad802ab137e9a23a4936922c071e> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1c0bc6000 - 0x1c0dadfff MPSNeuralNetwork arm64  <a0568a6501de34ef81c8cdc81f96044d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1c0dae000 - 0x1c0e01fff MPSCore arm64  <ed6393fdf55a3ef4919adc36a3caa181> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1c0f51000 - 0x1c0fb9fff CalendarFoundation arm64  <ebff33ebf2403637a306026589f3a811> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1c1018000 - 0x1c1105fff NLP arm64  <86f130b92bca37bd863f6b2982b33df0> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1c1189000 - 0x1c1235fff libboringssl.dylib arm64  <13f92f4a74393c7b844803e524055329> /usr/lib/libboringssl.dylib
0x1c1236000 - 0x1c124cfff ProtocolBuffer arm64  <d054565aab6a384c8a34ab50862e369f> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1c14b0000 - 0x1c14befff AssertionServices arm64  <441bcb1580e9332bbdaa932daf272733> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1c14bf000 - 0x1c14e6fff CloudServices arm64  <561da489bf933eeeb30c584e03ebb812> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1c1539000 - 0x1c1612fff Metal arm64  <127b5a5e58ed3ba18771ea667305519d> /System/Library/Frameworks/Metal.framework/Metal
0x1c1613000 - 0x1c1741fff MediaExperience arm64  <69dbd1b3ebfb34509d7513f20e3c6bfc> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1c1aef000 - 0x1c1b05fff libsystem_trace.dylib arm64  <27106d0783f33262a2186c09cb43bbd6> /usr/lib/system/libsystem_trace.dylib
0x1c1b06000 - 0x1c1b36fff CoreServicesInternal arm64  <a1f716fc85c235bfa842533b5056a21f> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1c2772000 - 0x1c277afff GraphicsServices arm64  <7762c1613c1b3e56ba759cb873604898> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1c2931000 - 0x1c2945fff PowerLog arm64  <fa316322274a3edfb0f24695fdfa39cb> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1c2946000 - 0x1c296dfff DuetActivityScheduler arm64  <2f304715b5ab33098f1fe60f5f253ee5> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1c415e000 - 0x1c41c8fff ProactiveSupport arm64  <f2c830d151bb34e7ab8fd4250743c2e0> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1c41f4000 - 0x1c4211fff ApplePushService arm64  <a5fa6bb2d5d83e4db58c01e18fcac7e3> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1c4212000 - 0x1c4238fff BoardServices arm64  <c7a26f1fed133352b792e02a7d6189a0> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1c43b8000 - 0x1c4403fff OSAnalytics arm64  <4fe5520295d93e4287b2f3d284b8340c> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1c4404000 - 0x1c4486fff CoreBluetooth arm64  <59237f455cdc3eb7931f2c451a80006c> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1c4696000 - 0x1c46c8fff MobileInstallation arm64  <7e4f8f06ecfc3eab890efcb394dabdaa> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1c46c9000 - 0x1c4757fff libTelephonyUtilDynamic.dylib arm64  <30eaf24df2793f489b51d83e50ad6177> /usr/lib/libTelephonyUtilDynamic.dylib
0x1c4758000 - 0x1c47bffff NanoRegistry arm64  <e2e8bbe9a58d318da122d4f07d8c61d1> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1c4891000 - 0x1c48adfff CoreMaterial arm64  <8b58bde11d7d3a12aa801bfd971db617> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1c491d000 - 0x1c4a9ffff libsqlite3.dylib arm64  <2c36458eaa8b3745a820f81bc42a8205> /usr/lib/libsqlite3.dylib
0x1c4aa0000 - 0x1c4b5bfff AVFCapture arm64  <95eb034ce265335290c436a74b46432a> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1c4b5c000 - 0x1c4e78fff CMCapture arm64  <e1b94c798737384d902adac539005a57> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1c4fc3000 - 0x1c5213fff MobileSpotlightIndex arm64  <e91a485ec14039df9c5a6fb6bac1d100> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1c5614000 - 0x1c561efff libsystem_notify.dylib arm64  <53d35bc61c833bb8bdd07cb45194afdc> /usr/lib/system/libsystem_notify.dylib
0x1c56c9000 - 0x1c573afff libcorecrypto.dylib arm64  <0132fdd2a91538919c322733a68c136f> /usr/lib/system/libcorecrypto.dylib
0x1c573b000 - 0x1c575dfff UserManagement arm64  <446f0ed5432e39f7ba07fc13098c05cd> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1c582e000 - 0x1c5844fff libsystem_asl.dylib arm64  <2d732c1c91d739da8981bb8ea0265b47> /usr/lib/system/libsystem_asl.dylib
0x1c5aad000 - 0x1c5ae3fff DataAccessExpress arm64  <4ccafb8eae983b01ab3c6a2250807c06> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1c5ae4000 - 0x1c5b1afff CoreServicesStore arm64  <5f2ae90d70833f00af3df3e126b3ddd6> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1c5b1b000 - 0x1c5b3ffff CoreAnalytics arm64  <43ed2b52d6bf34ff85a81fa594917963> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1c5d27000 - 0x1c5d36fff NanoPreferencesSync arm64  <f80f79b345713bd28f159efe73cefd53> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1c64e2000 - 0x1c650cfff IconServices arm64  <3f645203f06b3c5494b55cbc282a8018> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1c6ed4000 - 0x1c716ffff vImage arm64  <4d2753e5ccc03c1ebeb4d89472ebf7cd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1c7fa1000 - 0x1c7ff6fff ktrace arm64  <097420ebaa7e36ae9dbf36f796be63e9> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1c82de000 - 0x1c82ebfff Celestial arm64  <4943ee031d6f3f7ca307f6c5fc714f16> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1c83d3000 - 0x1c8531fff WebKitLegacy arm64  <02f26121740a3a808167d6e3e1041857> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1c859d000 - 0x1c860cfff ClassKit arm64  <fd158d64632d31d1b81196f88c443a0e> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1c9247000 - 0x1c9251fff IOMobileFramebuffer arm64  <dcdc7f06833c3f8e9e1d245cf8b94f02> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1c936a000 - 0x1c94defff CloudPhotoLibrary arm64  <a1ff10c0237d3360aac52835deeb2898> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1c98a5000 - 0x1c98c3fff PrototypeTools arm64  <d3f78765bb3137baacf8009e96d8b371> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1c98c4000 - 0x1c98effff PersistentConnection arm64  <16765b75546c37c381d5e435d025a787> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1ca300000 - 0x1ca315fff AppSSOCore arm64  <f8d2d4db4a71381c97518a92a2d21b65> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1ca320000 - 0x1ca336fff CoreFollowUp arm64  <0bd8154ad157397ebce9c7a77815c21b> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1ca337000 - 0x1ca3a9fff Rapport arm64  <ad4b3a0b533f3dd18ce3c95647c11147> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1ca6f4000 - 0x1ca71afff LocationSupport arm64  <8a9be86de4a13e62bffb1705c59938b3> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1ca71b000 - 0x1ca74dfff iCalendar arm64  <0aee8247fe7a34daad7902c510ad9a6c> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1ca87c000 - 0x1ca8a5fff CacheDelete arm64  <78237707ea453c1e82e84825f349de82> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1caa58000 - 0x1caa5afff OSAServicesClient arm64  <4976b7be0b953226a56f02869e05429b> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1caa5e000 - 0x1caab5fff ProtectedCloudStorage arm64  <383e1d3f1f3331d9a9cf892509f52ca1> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1caab6000 - 0x1caaecfff C2 arm64  <198f3ea947503cc39f9d220e5ebdc001> /System/Library/PrivateFrameworks/C2.framework/C2
0x1cb5a9000 - 0x1cb658fff CoreSymbolication arm64  <757c9f0b17273bba990c590adc517fa5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1cbd4f000 - 0x1cbd60fff IOSurface arm64  <8f94086085d737abb5aaac2b1866d86c> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1cbd61000 - 0x1cbdc0fff MobileWiFi arm64  <1a97840fcb963453be177d661925cefb> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1cc191000 - 0x1cc237fff MMCS arm64  <16ec2b038dc939f48cb197c2b2bcc6d3> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1cc29a000 - 0x1cc2d3fff libGLImage.dylib arm64  <cf2eef14d66d36aa949e5befda03088b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1cc2d4000 - 0x1cc2dbfff libsystem_symptoms.dylib arm64  <b85143fe2be737688af32e1d37a86a1d> /usr/lib/system/libsystem_symptoms.dylib
0x1cc31e000 - 0x1cc8cafff CoreAudio arm64  <67773bc042d8391eaa3fdadf97f39bab> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1cc99c000 - 0x1cc9d2fff ImageCaptureCore arm64  <1a0585d91f983e01a8bc876b7ceb1ec3> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1ccf03000 - 0x1ccf13fff CoreAUC arm64  <523a64721fb3342b94b28c35ee4fd67e> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1ce0db000 - 0x1ce135fff ToneLibrary arm64  <a6b1eda9bf093ea69c7f46925b41ff7f> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1ce92a000 - 0x1ce937fff MediaSafetyNet arm64  <a9e7a7d80dad359f9ccff776c2a33a90> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1ce938000 - 0x1ce973fff TimeSync arm64  <7fd32790f5ce3bcea216a85abae43e94> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1cf08e000 - 0x1cf097fff CoreTime arm64  <ed632bf6778b3ff2a7e5df4b28073eeb> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1cfbf7000 - 0x1cfc00fff ContextKitExtraction arm64  <21524cab8edf34a1b467a8c8081a30b4> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1d11ca000 - 0x1d124bfff CoreDAV arm64  <e1e784b0dd223349be80f1b93f2b07d4> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1d1416000 - 0x1d1424fff MobileIcons arm64  <babb5e4371b53c38a6cb824c212e6fe6> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1d2a0d000 - 0x1d2a17fff MallocStackLogging arm64  <858acb277af3359a8fd07152b168f83a> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1d2c38000 - 0x1d2c82fff MetadataUtilities arm64  <887a9e9e654f3ba9acb59e9d76eb3c9c> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1d3304000 - 0x1d335cfff CoreLocationProtobuf arm64  <f12482f70d263955b66e45df0c68da11> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1d3560000 - 0x1d3591fff Bom arm64  <7cb897977fe03d0e84104df94cfc60a5> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1d35c1000 - 0x1d35c7fff PushKit arm64  <ffa088e21dab396d84943bb7aa81819a> /System/Library/Frameworks/PushKit.framework/PushKit
0x1d35c8000 - 0x1d362cfff PhotosFormats arm64  <4dc0fa5751a6347e9aafa4df53580a77> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1d3778000 - 0x1d3809fff Quagga arm64  <16715f6e7b1d385fa856ca8df5600c8d> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1d380a000 - 0x1d3811fff StudyLog arm64  <93b1a618f6083a1aa2ab05298e2db029> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1d473c000 - 0x1d477bfff NaturalLanguage arm64  <de4b268a090034b693e05d481a97cdcb> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1d51c6000 - 0x1d51e3fff MediaStream arm64  <b5ae8925a6e43131be15bc2f83501e79> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1d5d9f000 - 0x1d5dc6fff MediaConversionService arm64  <efea70eb22c13e8fb1e8f3281a011357> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1d676e000 - 0x1d6779fff AppleIDAuthSupport arm64  <ed66c34b77d7399eac6e24e6ae1acb3b> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1d6788000 - 0x1d679efff LocalAuthentication arm64  <2c84adac652935d1934557abc150e9be> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1d6816000 - 0x1d681cfff IOAccelerator arm64  <eab9ed1834473d798cae3b74751ab9b6> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1d6be2000 - 0x1d6bebfff CloudPhotoServices arm64  <630f6e1dec6935ae964abe5f87c5a67c> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1d7053000 - 0x1d7082fff libsystem_kernel.dylib arm64  <82dbf088d58735cf959815f79c12eaa4> /usr/lib/system/libsystem_kernel.dylib
0x1d72a0000 - 0x1d73a7fff ResponseKit arm64  <c2964f19570c3b16ae474c2221d03aa6> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1d79bc000 - 0x1d79c8fff FontServices arm64  <dba6ff60c1d3311da5d116ae5092e555> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1d7b5a000 - 0x1d7b65fff MediaAccessibility arm64  <b2d8b4ea7bde35c6a97130bb23dc1305> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1d8172000 - 0x1d8180fff SetupAssistantSupport arm64  <1e22cc340d043c43b63bff994d7367b2> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1d975f000 - 0x1d976bfff libdscsym.dylib arm64  <4eb292dfd43834d4a7b219841e8326c5> /usr/lib/libdscsym.dylib
0x1d976c000 - 0x1d977dfff HangTracer arm64  <28aed98179ea3d32a8dc4e8a397ff700> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1d992a000 - 0x1d99e2fff SampleAnalysis arm64  <74a526e5693b39f9a867d04debeac387> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1d99e3000 - 0x1d9a11fff PlugInKit arm64  <a1dae7ad9f003dbc8baec9d505b5e2fe> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1d9aa8000 - 0x1d9aa9fff libSystem.B.dylib arm64  <ebdb6d14cbdc3ce0ab68c0ee237a16e0> /usr/lib/libSystem.B.dylib
0x1d9d95000 - 0x1d9decfff CalendarDaemon arm64  <31871f62e60a3208b5b119cac39e1c39> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1d9ee1000 - 0x1d9f4ffff libarchive.2.dylib arm64  <584a70fd7da63008b71604ef99254229> /usr/lib/libarchive.2.dylib
0x1d9f50000 - 0x1d9f73fff libtailspin.dylib arm64  <fa2e827ad7b334e58a715cf79f831b7f> /usr/lib/libtailspin.dylib
0x1d9f74000 - 0x1da39afff libBNNS.dylib arm64  <a42c621f162e32d5a9672b9ad124d346> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1da39b000 - 0x1da3dafff SharedUtils arm64  <87ca7742c6013aa3b4120db837f4125f> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1da6ac000 - 0x1da7adfff CoreMediaStream arm64  <a61952605e623d76acc9e58fdbe2680a> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1da9a9000 - 0x1da9a9fff AVFoundation arm64  <47a18200c0333bc9864cdb00a2e46c29> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1da9aa000 - 0x1da9aafff Accelerate arm64  <61d6e706b1863b32a2a8e01ac1d46443> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1da9ab000 - 0x1daa5afff libBLAS.dylib arm64  <b404152c5ebe3ab5bba9c852ee97ea31> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1daa5b000 - 0x1dad6dfff libLAPACK.dylib arm64  <8625162ce6dc3c7e8c654a7d6bf57cbe> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1dad6e000 - 0x1dad82fff libLinearAlgebra.dylib arm64  <1cab0d8379243f9296d553ac0d70cbd6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1dad83000 - 0x1dad87fff libQuadrature.dylib arm64  <c4b76ae2a5783857b19b17e7a82e7309> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1dad88000 - 0x1dade9fff libSparse.dylib arm64  <9fff1eaa7a4f3e619368364d0721f352> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1dadea000 - 0x1dadfbfff libSparseBLAS.dylib arm64  <7dd5047a29e9366197256c1e0020011a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1dadfc000 - 0x1dae55fff libvMisc.dylib arm64  <220714da804534e2b661bd16662bbc7f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1dae56000 - 0x1dae56fff vecLib arm64  <adeee68d3e453776add246aad6dae801> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1db7fa000 - 0x1db941fff MLCompute arm64  <2a1c84ab8b0e3dd69efe5508531b1d62> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1db97f000 - 0x1dba04fff MPSImage arm64  <a744a1dc0803351d962c706046fe56a6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1dba05000 - 0x1dba2bfff MPSMatrix arm64  <55d5253d52b432c89fc1d451f9d55f6e> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1dba2c000 - 0x1dba64fff MPSNDArray arm64  <5cb7c6034ece3efc9d0fe60311e96562> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1dba65000 - 0x1dbaadfff MPSRayIntersector arm64  <a2457e1d186c35df8e6b720f51604300> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1dbaae000 - 0x1dbaaefff MetalPerformanceShaders arm64  <cea4592557393600bbf50a1ea2e23dd0> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1dbe2a000 - 0x1dbe2afff MobileCoreServices arm64  <434bbf96e27e328cbb52b460c26486a2> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1dca10000 - 0x1dca18fff OpenGLES arm64  <3f31fb62ab1733009a9bfe21c1507898> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1dca19000 - 0x1dca1afff libCVMSPluginSupport.dylib arm64  <f357556cd2df3ac39603664f87aa04c8> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1dca1b000 - 0x1dca21fff libCoreFSCache.dylib arm64  <c198a37a10713397910d44bbbe89f354> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1dca22000 - 0x1dca27fff libCoreVMClient.dylib arm64  <ef1d65f5b0f03a04b64c80209bce055f> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1dca28000 - 0x1dca30fff libGFXShared.dylib arm64  <ac3853445de336668360e5b93f2dc30d> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1dcbdd000 - 0x1dcc9dfff PDFKit arm64  <b9466cfc60c6314b831289b9361055ec> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1dccac000 - 0x1dcce7fff QuickLookThumbnailing arm64  <ca8940d211d6360d883a0db1d4d05f81> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1dd5da000 - 0x1dd5dafff UIKit arm64  <0684bbaa65d33a28aa9770f30beb518c> /System/Library/Frameworks/UIKit.framework/UIKit
0x1de7ad000 - 0x1de7b0fff AFKUser arm64  <69c1d09c8a403dfabb1a2d3e06c22000> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1de870000 - 0x1deaebfff ANECompiler arm64  <41638650c8f83d6292e0e3bf25cd8a9a> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1deaec000 - 0x1deafffff ANEServices arm64  <66b4799b31a73955af1cf67acaf714e3> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1deb04000 - 0x1debbbfff APFS arm64  <823ea73b7581318ca59d5efb59d0e199> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1debbc000 - 0x1debc1fff ASEProcessing arm64  <43e5bc61f8ad3e9a8cea6787497bd35e> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1df39a000 - 0x1df39ffff AggregateDictionary arm64  <59d523348b21398b880ac82a7af28390> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1df51e000 - 0x1df5f7fff AirPlaySync arm64  <bfd72e08cc2e3390a3299141ec62e4e4> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1df6fe000 - 0x1df719fff AlgosScoreFramework arm64  <3a3863c728423925af48609ec0ee1654> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1df83e000 - 0x1df85ffff AppConduit arm64  <c11b391a62263245b9c8cea122e9dd49> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1e09c6000 - 0x1e09d5fff AppleFSCompression arm64  <ff58c35416ed37628f2315b40db8e5c6> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1e09e2000 - 0x1e09effff AppleIDSSOAuthentication arm64  <f95cd2626f9c320183b79e8a96a8b74f> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1e09f0000 - 0x1e0a33fff AppleJPEG arm64  <ca73b2334751376d8d20e48fc7bf9366> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1e0aae000 - 0x1e0ac2fff AppleNeuralEngine arm64  <33956eaa28523b89989b56ef570bd5cb> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1e0acc000 - 0x1e0aeffff AppleSauce arm64  <98773b29d1ca32859bb2e33e372e7ad4> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1e0b1e000 - 0x1e0b3bfff AssetCacheServices arm64  <09fca87c8e573488afca2933c3ce83d2> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1e12ce000 - 0x1e12d8fff CMCaptureCore arm64  <46a5a06a59cb33448f65493275cacd3b> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1e12d9000 - 0x1e12effff CPAnalytics arm64  <366f0bb55f423a198996b765b97e5031> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
0x1e12f2000 - 0x1e1301fff CPMS arm64  <e39e55f4bd8b3eb8a2c67baa319925b5> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1e1302000 - 0x1e1311fff CTCarrierSpace arm64  <0398db29b63f3fd7b23a67a8f0c7ab07> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1e1614000 - 0x1e161ffff CaptiveNetwork arm64  <5d00f4e42152382fb63fbd925f29fd05> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1e179a000 - 0x1e17bbfff CellularPlanManager arm64  <33a79b49d65f3614b3cbc328807e2626> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1e17e5000 - 0x1e1833fff ChunkingLibrary arm64  <c720b94d770535e990d278956ad4c6d3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1e1ced000 - 0x1e1cf0fff ConstantClasses arm64  <0acd87d41849364085c69009cf692c90> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1e1f26000 - 0x1e2017fff CoreBrightness arm64  <f0ead13cec4232fc864fceb96b90362b> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1e2081000 - 0x1e2090fff CoreDuetDaemonProtocol arm64  <14a65e5a1411356d8ad7e24969046a33> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1e2093000 - 0x1e2095fff CoreDuetDebugLogging arm64  <6e6f179aad41307282f668e877577ada> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1e20a4000 - 0x1e20b6fff CoreEmoji arm64  <20394a668c1a320b80df41055cee6182> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1e25e0000 - 0x1e25e4fff CoreOptimization arm64  <df515a8d246e342891f774e3bf18cfa6> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1e25e5000 - 0x1e269efff CorePDF arm64  <61a4575378d23bd186a8cc421e380a85> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1e269f000 - 0x1e26a7fff CorePhoneNumbers arm64  <64a166806f5031a997756c064232fe11> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1e26a8000 - 0x1e26fcfff CorePrediction arm64  <8f16184fb32432259b700ea8212322cf> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1e3087000 - 0x1e30affff CoreSVG arm64  <3217d7e9ae72350c87ebb30b3b364cc6> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1e327b000 - 0x1e3288fff DCIMServices arm64  <06f1d1344adb394581fd7912b7b6b6ed> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1e329f000 - 0x1e32dbfff DataDetectorsNaturalLanguage arm64  <20dd0e19fab8334baf5a45c147003723> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1e333e000 - 0x1e334dfff DeviceIdentity arm64  <3982948d7e8d31b3b4cbcc808159a972> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1e35c3000 - 0x1e35fdfff DocumentManager arm64  <7c3051c977cd374db31b43b733d94e4e> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1e35fe000 - 0x1e361cfff DocumentManagerCore arm64  <602d77fd1c8d3df6ab53f027fdb0695e> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1e36a0000 - 0x1e36a2fff DragUI arm64  <19371251fd3433e2b7299e371b5d8db5> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1e36d1000 - 0x1e3701fff EAP8021X arm64  <723dfd9ab82837e6a343f505d7e6144c> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1e3730000 - 0x1e3744fff Engram arm64  <166b4486f1b732fcbd1cf18a3d8f316a> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1e387d000 - 0x1e3884fff ExtensionFoundation arm64  <3057cf1d42953e77929fb8679c6e9ff9> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1e39fe000 - 0x1e3a06fff FSEvents arm64  <2018b3b538ba3346ad0c38c0dd50ae58> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1e3a2b000 - 0x1e3e3dfff FaceCore arm64  <1212449c1d813831a67f01c0bbb73ccd> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1e3fdd000 - 0x1e4119fff libFontParser.dylib arm64  <811fcf65dfa1310ba7269cb3184c18c4> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1e411a000 - 0x1e4122fff libGSFont.dylib arm64  <23ada823abf434bda35b475e1b402f79> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1e4123000 - 0x1e4160fff libGSFontCache.dylib arm64  <2e6bbc94fcb13b36bb6848ea16466410> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1e41c4000 - 0x1e41d1fff libhvf.dylib arm64  <c9c2ba49f172327fa09b274b163bebfa> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1e4e38000 - 0x1e4e56fff GenerationalStorage arm64  <e5421432be29351b9a27bc7462df8a3d> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1e4e57000 - 0x1e4e64fff GraphVisualizer arm64  <8d7ecf3365e43e499586765506ebd73f> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1e4e8f000 - 0x1e4e9afff HID arm64  <4121b87277253bc2bd754a4cba7daa72> /System/Library/PrivateFrameworks/HID.framework/HID
0x1e5737000 - 0x1e5740fff IOKitten arm64  <ebcf65636f953fd092e8a0fc807e5136> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1e5741000 - 0x1e5743fff IOSurfaceAccelerator arm64  <d2c560b91ce9359f8aa43eb55cd6b530> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1e5767000 - 0x1e576efff IdleTimerServices arm64  <545551ecfa1a38faa6836766fc80200d> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1e583a000 - 0x1e5846fff IntentsFoundation arm64  <801454c3444c3d04840ce557e6aec172> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1e5860000 - 0x1e5863fff InternationalTextSearch arm64  <2cd95d117f0631eaa158de4107181f2c> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1e5864000 - 0x1e587ffff IntlPreferences arm64  <655065db99d53d638ef5bf18b4dfc07f> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1e5ade000 - 0x1e5ae4fff LinguisticData arm64  <1d113deee31d3c7aa4136f8a7721d172> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1e5d21000 - 0x1e5d21fff Marco arm64  <7b19828708ec396ab560a8d93384f83c> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1e670e000 - 0x1e67d6fff MetalTools arm64  <b5ad1500f65a3872bed8180b6c3fee2d> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1e6857000 - 0x1e686bfff MobileBluetooth arm64  <37eb95d7550133338864f22af7452aaf> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1e68eb000 - 0x1e68f1fff MobileSystemServices arm64  <34a5144899f431068ab1eb0c593a56a8> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1e6d43000 - 0x1e6d5cfff NetworkStatistics arm64  <9e20389a661f39b7b2c22c2d718d8253> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1e6e32000 - 0x1e6e72fff OTSVG arm64  <29902cc4eb1732728b22d4340051a2e6> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1e747a000 - 0x1e74a2fff Pasteboard arm64  <8326ef1a9c53387683bf62097e6c3ef6> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1e74d1000 - 0x1e74dcfff PersonaKit arm64  <ddb14d125c9032888ab748a0e23add78> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1e750b000 - 0x1e750bfff PhoneNumbers arm64  <b48d6337a78e323f8f3985d828f1ae8a> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1e76b7000 - 0x1e76f3fff PhotosImagingFoundation arm64  <177f02e1c5fd31a0b877c859da1647af> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1e76f4000 - 0x1e773ffff PhysicsKit arm64  <8700df181762319689b0666d96317e0b> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1e77f3000 - 0x1e77fefff PointerUIServices arm64  <7af31d2a3bfe3889984fd2123249d11f> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1e8c69000 - 0x1e8c73fff RTCReporting arm64  <b03b6aaa9a88351a8d9d74498a139963> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1e904b000 - 0x1e904ffff RevealCore arm64  <1dbbab8b8aab3e60b3a65e008771f25d> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1e9911000 - 0x1e991afff SignpostCollection arm64  <32cfeee632f130839759f0825bea533f> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1e991b000 - 0x1e991bfff SignpostMetrics arm64  <5cfb0c69eb7e31c0a20c0dbb5da662c1> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1e991d000 - 0x1e995bfff SignpostSupport arm64  <297b123ed97a3d3e911caa9e50c9f51b> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1ea19e000 - 0x1ea19efff SoftLinking arm64  <97fdfaaec8e5375bbcc4f54ccb9d35ed> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1ea6aa000 - 0x1ea6e7fff StreamingZip arm64  <728b1d8e97b23e95a25895b8c4ddd8e4> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1ea6ef000 - 0x1ea6f9fff SymptomDiagnosticReporter arm64  <b0f71b4cf8323f8f94c0ac3a51fb7a8f> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1ea780000 - 0x1ea790fff TCC arm64  <7d96fad4a42e3cfc9fa0d0819adc51c4> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1eb053000 - 0x1eb105fff TextureIO arm64  <8d6baa10d66b347f966b89ecb1ad7882> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1eb31f000 - 0x1eb326fff URLFormatting arm64  <a9906aa18ea53cf7a839182c8442d836> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1ec540000 - 0x1ec541fff WatchdogClient arm64  <fd203ca56dc93fc0a6a4c565efccaee7> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1ec801000 - 0x1ecf29fff libwebrtc.dylib arm64  <95ef997e2cda36829d1e60e5af1001f2> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1ed4b9000 - 0x1ed4bcfff XCTTargetBootstrap arm64  <4db35f739c0e351dbab043c5d3f4c6ba> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1ed518000 - 0x1ed537fff caulk arm64  <3862d3b38b0339c096e2e1ecbc1eff2e> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1ef96e000 - 0x1ef973fff kperf arm64  <b50ef8fda61f3350b15fd654c4338625> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1ef974000 - 0x1ef97cfff kperfdata arm64  <86e99d81f33a34439b09a139668b516d> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1ef97d000 - 0x1ef992fff libEDR arm64  <a09e7c62d2903d39b63575e7d9275262> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1ef9ae000 - 0x1ef9befff perfdata arm64  <d4bad467622e32c2b1b67c655a3dd666> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1ef9bf000 - 0x1ef9edfff vCard arm64  <fb429e5a3c2032a28558d7ec1d1deb10> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1f02e8000 - 0x1f0321fff libAWDSupport.dylib arm64  <0900d15497f13a82be19a2f57c4a6373> /usr/lib/libAWDSupport.dylib
0x1f0322000 - 0x1f06d2fff libAWDSupportFramework.dylib arm64  <fbd4315c19843f1582f8ae8edfd4f9cc> /usr/lib/libAWDSupportFramework.dylib
0x1f084c000 - 0x1f085bfff libAudioStatistics.dylib arm64  <941dacf1afb63a5f8e674a0b35d6d12b> /usr/lib/libAudioStatistics.dylib
0x1f09f5000 - 0x1f0a27fff libCRFSuite.dylib arm64  <38dd74de263e32c4aa9f98a5c1dbdf33> /usr/lib/libCRFSuite.dylib
0x1f0a28000 - 0x1f0a29fff libCTGreenTeaLogger.dylib arm64  <71c2384339923959a065ad15d9ea065a> /usr/lib/libCTGreenTeaLogger.dylib
0x1f0a2a000 - 0x1f0a34fff libChineseTokenizer.dylib arm64  <0d66a477057a345e969675522f8b9d92> /usr/lib/libChineseTokenizer.dylib
0x1f0cce000 - 0x1f0cd5fff libIOReport.dylib arm64  <47776e894e7c3d3cb063ed9653f68742> /usr/lib/libIOReport.dylib
0x1f0d4b000 - 0x1f0d52fff libMatch.1.dylib arm64  <a4308b309cfe31e986adcd0e6f64f986> /usr/lib/libMatch.1.dylib
0x1f0e66000 - 0x1f0e6bfff libThaiTokenizer.dylib arm64  <29c767a8fdb73c91b4fe13382b993043> /usr/lib/libThaiTokenizer.dylib
0x1f0f9e000 - 0x1f0fa0fff libapp_launch_measurement.dylib arm64  <d1735d998c2d3be78b696b6d39142141> /usr/lib/libapp_launch_measurement.dylib
0x1f0fa1000 - 0x1f0fb7fff libapple_nghttp2.dylib arm64  <15aed6e3e0873b0599ed6efe290b728a> /usr/lib/libapple_nghttp2.dylib
0x1f0fb8000 - 0x1f1049fff libate.dylib arm64  <0c19f1907abc3e0ea07189310a496ee2> /usr/lib/libate.dylib
0x1f10d8000 - 0x1f10e8fff libbsm.0.dylib arm64  <143fbc15b02d338fb6a1b39767b0d8d6> /usr/lib/libbsm.0.dylib
0x1f10e9000 - 0x1f10f5fff libbz2.1.0.dylib arm64  <080f312258a2361d9557680fa41fb3ea> /usr/lib/libbz2.1.0.dylib
0x1f10f6000 - 0x1f10f6fff libcharset.1.dylib arm64  <d2bfd5647e693ce2acbd75d812dcc6e1> /usr/lib/libcharset.1.dylib
0x1f10f7000 - 0x1f1108fff libcmph.dylib arm64  <957916b8197333c095f7b195badcf739> /usr/lib/libcmph.dylib
0x1f1109000 - 0x1f1120fff libcompression.dylib arm64  <aed5585423dc3ee98604ba680abd1af2> /usr/lib/libcompression.dylib
0x1f1121000 - 0x1f1136fff libcoretls.dylib arm64  <10f0a6718f0f3a79bb127189648ca0fd> /usr/lib/libcoretls.dylib
0x1f1137000 - 0x1f1138fff libcoretls_cfhelpers.dylib arm64  <35c08391a163309589115dd323a82c36> /usr/lib/libcoretls_cfhelpers.dylib
0x1f115c000 - 0x1f1162fff libcupolicy.dylib arm64  <ef0f2a7ba6e936af8936e0db17e323ac> /usr/lib/libcupolicy.dylib
0x1f1163000 - 0x1f116afff libdns_services.dylib arm64  <354111811df03f3dbc9422a2f0029e42> /usr/lib/libdns_services.dylib
0x1f1188000 - 0x1f1188fff libenergytrace.dylib arm64  <49849d3b12be3842a0dea70c436742c5> /usr/lib/libenergytrace.dylib
0x1f1189000 - 0x1f11a0fff libexpat.1.dylib arm64  <9380047a0ed13d20aa54a8ba1c7238d7> /usr/lib/libexpat.1.dylib
0x1f11cb000 - 0x1f11cffff libgermantok.dylib arm64  <e73d3ce2fa013e018127019335d46924> /usr/lib/libgermantok.dylib
0x1f11d0000 - 0x1f11d5fff libheimdal-asn1.dylib arm64  <a250977984703286b4315bd0e88feb85> /usr/lib/libheimdal-asn1.dylib
0x1f11d6000 - 0x1f12c7fff libiconv.2.dylib arm64  <d4a9a55a604038338f69b29eddf4984a> /usr/lib/libiconv.2.dylib
0x1f12eb000 - 0x1f12ecfff liblangid.dylib arm64  <4bb82b46fc223c43b783c6a6bd162e1b> /usr/lib/liblangid.dylib
0x1f12ed000 - 0x1f12f8fff liblockdown.dylib arm64  <7c5295079d7e3d42bc17efc5e7f43fbc> /usr/lib/liblockdown.dylib
0x1f12f9000 - 0x1f1311fff liblzma.5.dylib arm64  <3c34ab768cdb312aba64cb27ef9ec744> /usr/lib/liblzma.5.dylib
0x1f133f000 - 0x1f1392fff libmecab.dylib arm64  <4cc93102498936959dd3af5cd2af2a89> /usr/lib/libmecab.dylib
0x1f15bc000 - 0x1f15cefff libmis.dylib arm64  <38cd9bee64a536f397b90688a3398702> /usr/lib/libmis.dylib
0x1f197e000 - 0x1f19b1fff libpcap.A.dylib arm64  <7480e8ed4b0a36aea58f3f22f7e371dc> /usr/lib/libpcap.A.dylib
0x1f19b2000 - 0x1f19bffff libperfcheck.dylib arm64  <616d38d57d6e3911ab6af0d9d561d9e4> /usr/lib/libperfcheck.dylib
0x1f19c7000 - 0x1f19d8fff libprequelite.dylib arm64  <6be5e72e06f733e18fa03f8477252e2e> /usr/lib/libprequelite.dylib
0x1f19d9000 - 0x1f19eafff libprotobuf-lite.dylib arm64  <b98ef8a9292334f986913ee4e9b7e5ef> /usr/lib/libprotobuf-lite.dylib
0x1f19eb000 - 0x1f1a49fff libprotobuf.dylib arm64  <38ef6eb728c636059bc52eaea57905a3> /usr/lib/libprotobuf.dylib
0x1f1a4a000 - 0x1f1aa7fff libquic.dylib arm64  <043cf124e530377196b3528ceabcdf70> /usr/lib/libquic.dylib
0x1f1aa8000 - 0x1f1abffff libresolv.9.dylib arm64  <c2903025c58a3c7ca5a2fb41ca23dcc4> /usr/lib/libresolv.9.dylib
0x1f1ac0000 - 0x1f1ac2fff libsandbox.1.dylib arm64  <18a398f15acf3f22a42e79d5a18e8d3a> /usr/lib/libsandbox.1.dylib
0x1f1b0a000 - 0x1f1b0dfff libutil.dylib arm64  <855d6c2ba0fe3bb987fc1750eaa844bb> /usr/lib/libutil.dylib
0x1f1b0e000 - 0x1f1bf3fff libxml2.2.dylib arm64  <a1fa300be30537d5b8cd229bf10711f6> /usr/lib/libxml2.2.dylib
0x1f1c21000 - 0x1f1c32fff libz.1.dylib arm64  <b5c9f814a8163e21a9b1a7fb9cd49723> /usr/lib/libz.1.dylib
0x1f1e61000 - 0x1f1e66fff libcache.dylib arm64  <c03e75419e3838759e85571c9c91265e> /usr/lib/system/libcache.dylib
0x1f1e67000 - 0x1f1e73fff libcommonCrypto.dylib arm64  <398a60893251355c8e2a4a756006b994> /usr/lib/system/libcommonCrypto.dylib
0x1f1e74000 - 0x1f1e78fff libcompiler_rt.dylib arm64  <3b729469f4bc324f887d7760ae88dfdc> /usr/lib/system/libcompiler_rt.dylib
0x1f1e79000 - 0x1f1e81fff libcopyfile.dylib arm64  <c44a9ca1863931de8b239455d58fd5f6> /usr/lib/system/libcopyfile.dylib
0x1f1f62000 - 0x1f1f62fff liblaunch.dylib arm64  <239b4628269d3a30befc4a1cdde62200> /usr/lib/system/liblaunch.dylib
0x1f1f63000 - 0x1f1f68fff libmacho.dylib arm64  <1f4e88a2765131f19fbc3e4e4778513d> /usr/lib/system/libmacho.dylib
0x1f1f69000 - 0x1f1f6bfff libremovefile.dylib arm64  <20332a9fbf18357daa68f9d3c38de5ef> /usr/lib/system/libremovefile.dylib
0x1f1f6c000 - 0x1f1f6dfff libsystem_blocks.dylib arm64  <c82a363dbe2937079b856b63e9750ac6> /usr/lib/system/libsystem_blocks.dylib
0x1f1f6e000 - 0x1f1f70fff libsystem_collections.dylib arm64  <529aa57f7ed83d6582239e358795e383> /usr/lib/system/libsystem_collections.dylib
0x1f1f71000 - 0x1f1f75fff libsystem_configuration.dylib arm64  <7aeaf1d58b8c3916b207dfe53f70d36f> /usr/lib/system/libsystem_configuration.dylib
0x1f1f76000 - 0x1f1f86fff libsystem_containermanager.dylib arm64  <0e46f112fbab39ae80c66e7f2d8a88c7> /usr/lib/system/libsystem_containermanager.dylib
0x1f1f87000 - 0x1f1f88fff libsystem_coreservices.dylib arm64  <0676c79bd19e3733bc767cb4bb5ea03e> /usr/lib/system/libsystem_coreservices.dylib
0x1f1f89000 - 0x1f1f92fff libsystem_darwin.dylib arm64  <2ec6f22cd9323dadae5f69e95eead17d> /usr/lib/system/libsystem_darwin.dylib
0x1f1f93000 - 0x1f1f9bfff libsystem_dnssd.dylib arm64  <0105e492820c3b28818db2a4faabc858> /usr/lib/system/libsystem_dnssd.dylib
0x1f1f9c000 - 0x1f1f9efff libsystem_featureflags.dylib arm64  <6740a2aaf41b3c3a8065cf127b500502> /usr/lib/system/libsystem_featureflags.dylib
0x1f1f9f000 - 0x1f1fccfff libsystem_m.dylib arm64  <5a30e5550a8d3d4f958099a8e166f84b> /usr/lib/system/libsystem_m.dylib
0x1f1fcd000 - 0x1f1fd7fff libsystem_platform.dylib arm64  <4eb8aaf4abbe393ebeb7709438b60b01> /usr/lib/system/libsystem_platform.dylib
0x1f1fd8000 - 0x1f1fd8fff libsystem_product_info_filter.dylib arm64  <9f86cf4ccb7633dd847ad851dafe9fde> /usr/lib/system/libsystem_product_info_filter.dylib
0x1f1fd9000 - 0x1f1fe9fff libsystem_pthread.dylib arm64  <9a31891727db312e91d681661034fcc6> /usr/lib/system/libsystem_pthread.dylib
0x1f1fea000 - 0x1f1fedfff libsystem_sandbox.dylib arm64  <98c632a1deb039d3924f81fed09a1cd7> /usr/lib/system/libsystem_sandbox.dylib
0x1f1fee000 - 0x1f1ff7fff libunwind.dylib arm64  <a8f36de8879b32c2a0eeceb65e6d8fe7> /usr/lib/system/libunwind.dylib
0x1f1ff8000 - 0x1f2029fff libxpc.dylib arm64  <2c2fdbd6c4a93dfbb3850ecf6f0f97f8> /usr/lib/system/libxpc.dylib
0x1f3398000 - 0x1f33aafff SpotlightLinguistics arm64  <e610322219e93ce38282c69c6e639bbd> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

EOF
cruzach commented 3 years ago

are you using EAS or expo-cli for your builds?

allan-simon commented 3 years ago

eas (and thanks for taking a look in my issue :) )

cruzach commented 3 years ago

sure thing! Can you let me know if a classic build (expo build:ios) works for you?

I have a feeling this is due to the fact that EAS builds function a little differently than classic builds. You may want to try installing @sentry/react-native then rebuilding

allan-simon commented 3 years ago

no problem, i've launched the command, i'm now waiting for the build

allan-simon commented 3 years ago

the build has finished (is it normal that it was MUCH faster than on EAS ? on eas it tooks reliably 20 minutes everytimes ) , however I can't figured out how to install the ipa, as the build result page has just a "download artifacts" buttons at the opposite of EAS build page.

right now it's simply donwloading the ipa file as a simple file

cruzach commented 3 years ago

https://docs.expo.io/distribution/building-standalone-apps/#5-test-it-on-your-device-or

allan-simon commented 3 years ago

thanks for the link , ah so impossible without a mac laptop ? :(

allan-simon commented 3 years ago

https://blog.bam.tech/developer-news/installing-an-ipa-on-your-ios-device-from-command-line-in-osx-or-linux i will test that , seems not all hope is lost :)

alex-grover commented 3 years ago

I had this same issue with EAS, I have a hunch that it's using the bare workflow under the hood rather than managed. I solved it by following the steps for the bare workflow here:

https://docs.expo.io/guides/using-sentry/#additional-bare-workflow-setup

cruzach commented 3 years ago

that's exactly right @ajgrover, although this means you won't have a sentry.properties file available

alex-grover commented 3 years ago

@cruzach running the yarn sentry-wizard ... command in that link generates {ios,android}/sentry.properties files actually!

on a somewhat related note, EAS build is also incompatible with some other libraries (notably expo-constants) which isn't super clear from the docs and leads to a similar hard-to-debug crash. i can open an issue on the main repo if that would be helpful.

cruzach commented 3 years ago

running the yarn sentry-wizard ... command in that link generates {ios,android}/sentry.properties files actually!

ah, so you're ejecting before triggering the EAS Build?

i can open an issue on the main repo if that would be helpful.

yep that'd be great

allan-simon commented 3 years ago

that would be awesome, because even by removing sentry-expo, i also got some crash latter, and i'm actually using expo-constants ^^ @cruzach it's getting late there, so I will be able to test the installation in 12 hours something like that, thanks again for your help

alex-grover commented 3 years ago

@cruzach nope, still using the managed workflow, maybe the generated config files aren't actually doing anything. I haven't tested any crashes yet.

cruzach commented 3 years ago

My guess is the sourcemaps won't actually be uploaded in that case, until you expo publish

cruzach commented 3 years ago

Since managed workflow isn't fully supported on EAS yet, I'm going to close this issue. It may build successfully if you install react native sentry, but the sourcemap upload hook won't be triggered during EAS Builds so you won't get sourcemaps until you expo publish after building.

However- EAS Build for bare workflow is fully supported for sentry-expo

I'll make note to keep this in mind as EAS Build support for managed workflow comes along 😄

docs on EAS Build limitations

sialaomobley commented 1 year ago

@allan-simon Did you figure out a solution? I'm running into the same error with the exact same crash report.

allan-simon commented 1 year ago

no at the end we're using bitrise not eas for our CD pipeline