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

Crash on release build #417

Closed
mosleim opened this issue Oct 2, 2018 · 23 comments
Closed

Crash on release build #417

mosleim opened this issue Oct 2, 2018 · 23 comments

Comments

@mosleim
Copy link

mosleim commented Oct 2, 2018

step to reproduce the problem:

react-native init TestChart
cd TestChart
react-native run-ios
react-native run-ios
npm add @babel/runtime
npm install
yarn add react-native-charts-wrapper

udpate App.js like on the guide
update package.json like on the guide
create ios/Podfile

platform :ios, '9.0'
	
use_frameworks!
	
target 'demo' do
    pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga/'
    pod 'React', path: '../node_modules/react-native/', :subspecs => [
    'Core',
    'ART',
    'RCTActionSheet',
    'RCTAnimation',
    'RCTLinkingIOS',
    'RCTGeolocation',
    'RCTImage',
    'RCTNetwork',
    'RCTText',
    'RCTVibration',
    'RCTWebSocket',
    'DevSupport',
    'CxxBridge',
    ]
    
    pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
    pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
    pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
    
    pod 'RNCharts', :path => '../node_modules/react-native-charts-wrapper'
end
	
post_install do |installer|
  installer.pods_project.targets.each do |target|
      target.build_configurations.each do |config|
          if target.name == 'Charts'
              config.build_settings['SWIFT_VERSION'] = '4.2'
              else
              config.build_settings['SWIFT_VERSION'] = '4.1'
          end
      end
  end
end

install pod : cd ios && pod install

create brigde header with creating empty swift file.

set team apple developer.

and finally to test:

i can react-native run-ios as debug perfectly, but when i react-native run-ios --configuration= Release, the app is hang up or force close after 1-3 second!.

@wuxudong
Copy link
Owner

wuxudong commented Oct 2, 2018

What is the crash log?

@mosleim
Copy link
Author

mosleim commented Oct 3, 2018

...
Identifier:          com.otoritech.andon18
Version:             3 (1.0)
...
Date/Time:           2018-10-03 05:47:49.0551 +0800
Launch Time:         2018-10-03 05:47:46.8093 +0800
OS Version:          iPhone OS 12.0 (16A366)
Baseband Version:    7.10.00
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Subtype: KERN_PROTECTION_FAILURE at 0x000000026a0979b8
VM Region Info: 0x26a0979b8 is in 0x26a0964f0-0x26a09f9e0;  bytes after start: 5320  bytes before end: 32807
      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      unused shlib __DATA    000000026a0964e8-000000026a0964f0 [     8] rw-/rw- SM=COW  ... this process
--->  __DATA_DIRTY           000000026a0964f0-000000026a09f9e0 [   37K] rw-/rw- SM=COW  ...oreFoundation
      __DATA_DIRTY           000000026a09f9e0-000000026a0a24b0 [   11K] rw-/rw- SM=COW  ...ork/CFNetwork

Termination Signal: Bus error: 10
Termination Reason: Namespace SIGNAL, Code 0xa
Terminating Process: exc handler [6598]
Triggered by Thread:  6

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libobjc.A.dylib               	0x0000000230521b00 0x230502000 + 129792
1   Andon18                       	0x0000000100bf3bc0 0x100aec000 + 1080256
2   Andon18                       	0x0000000100beea14 0x100aec000 + 1059348
3   libdispatch.dylib             	0x0000000230d726c8 0x230d12000 + 394952
4   libdispatch.dylib             	0x0000000230d73484 0x230d12000 + 398468
5   libdispatch.dylib             	0x0000000230d1f9ec 0x230d12000 + 55788
6   CoreFoundation                	0x00000002312c91bc 0x23121d000 + 704956
7   CoreFoundation                	0x00000002312c4084 0x23121d000 + 684164
8   CoreFoundation                	0x00000002312c35b8 0x23121d000 + 681400
9   GraphicsServices              	0x0000000233537584 0x23352c000 + 46468
10  UIKitCore                     	0x000000025d903558 0x25d59d000 + 3564888
11  Andon18                       	0x0000000100af04c0 0x100aec000 + 17600
12  libdyld.dylib                 	0x0000000230d83b94 0x230d83000 + 2964

Thread 1:
0   libsystem_pthread.dylib       	0x0000000230f57cfc 0x230f49000 + 60668

Thread 2:
0   libsystem_pthread.dylib       	0x0000000230f57cfc 0x230f49000 + 60668

Thread 3:
0   libsystem_pthread.dylib       	0x0000000230f57cfc 0x230f49000 + 60668

Thread 4 name:  com.apple.uikit.eventfetch-thread
Thread 4:
0   libsystem_kernel.dylib        	0x0000000230ec4ed0 0x230ead000 + 98000
1   libsystem_kernel.dylib        	0x0000000230ec43a8 0x230ead000 + 95144
2   CoreFoundation                	0x00000002312c8fb0 0x23121d000 + 704432
3   CoreFoundation                	0x00000002312c3e4c 0x23121d000 + 683596
4   CoreFoundation                	0x00000002312c35b8 0x23121d000 + 681400
5   Foundation                    	0x0000000231cb76a4 0x231caf000 + 34468
6   Foundation                    	0x0000000231cb7514 0x231caf000 + 34068
7   UIKitCore                     	0x000000025d860ac0 0x25d59d000 + 2898624
8   Foundation                    	0x0000000231dea3b0 0x231caf000 + 1291184
9   libsystem_pthread.dylib       	0x0000000230f542fc 0x230f49000 + 45820
10  libsystem_pthread.dylib       	0x0000000230f5425c 0x230f49000 + 45660
11  libsystem_pthread.dylib       	0x0000000230f57d08 0x230f49000 + 60680

Thread 5 name:  Dispatch queue: com.apple.network.connections
Thread 5:
0   libsystem_platform.dylib      	0x0000000230f45e24 0x230f3e000 + 32292
1   libusrtcp.dylib               	0x000000023268b704 0x232645000 + 288516
2   libusrtcp.dylib               	0x000000023264f46c 0x232645000 + 42092
3   libnetwork.dylib              	0x000000023257f37c 0x232299000 + 3040124
4   libnetwork.dylib              	0x000000023242e9b8 0x232299000 + 1661368
5   libnetwork.dylib              	0x00000002322f4858 0x232299000 + 374872
6   libusrtcp.dylib               	0x000000023265b76c 0x232645000 + 92012
7   libnetwork.dylib              	0x00000002322ad164 0x232299000 + 82276
8   libnetwork.dylib              	0x00000002322ad544 0x232299000 + 83268
9   libnetwork.dylib              	0x000000023245bc50 0x232299000 + 1846352
10  libnetwork.dylib              	0x00000002322a9de4 0x232299000 + 69092
11  libnetwork.dylib              	0x00000002322a8e0c 0x232299000 + 65036
12  libnetwork.dylib              	0x00000002322a6fa8 0x232299000 + 57256
13  libnetwork.dylib              	0x00000002322a5438 0x232299000 + 50232
14  libnetwork.dylib              	0x000000023233c3cc 0x232299000 + 668620
15  libnetwork.dylib              	0x000000023233afbc 0x232299000 + 663484
16  libnetwork.dylib              	0x00000002323c2e3c 0x232299000 + 1220156
17  libnetwork.dylib              	0x00000002323c29b4 0x232299000 + 1218996
18  libnetwork.dylib              	0x0000000232526ab0 0x232299000 + 2677424
19  libnetwork.dylib              	0x0000000232526398 0x232299000 + 2675608
20  libnetwork.dylib              	0x0000000232533bbc 0x232299000 + 2730940
21  libnetwork.dylib              	0x00000002323c4ea8 0x232299000 + 1228456
22  libnetwork.dylib              	0x00000002322a7fec 0x232299000 + 61420
23  libnetwork.dylib              	0x00000002322a4698 0x232299000 + 46744
24  libnetwork.dylib              	0x000000023233de24 0x232299000 + 675364
25  libnetwork.dylib              	0x0000000232341124 0x232299000 + 688420
26  libnetwork.dylib              	0x0000000232473300 0x232299000 + 1942272
27  libdispatch.dylib             	0x0000000230d726c8 0x230d12000 + 394952
28  libdispatch.dylib             	0x0000000230d73484 0x230d12000 + 398468
29  libdispatch.dylib             	0x0000000230d1cb9c 0x230d12000 + 43932
30  libdispatch.dylib             	0x0000000230d23f00 0x230d12000 + 73472
31  libsystem_pthread.dylib       	0x0000000230f550f0 0x230f49000 + 49392
32  libsystem_pthread.dylib       	0x0000000230f57d00 0x230f49000 + 60672

Thread 6 name:  com.facebook.react.JavaScript
Thread 6 Crashed:
0   ???                           	0x000000026a0979b8 0 + 10368940472
1   React                         	0x00000001010715b0 0x101050000 + 136624
2   React                         	0x000000010106490c 0x101050000 + 84236
3   React                         	0x0000000101064eb8 0x101050000 + 85688
4   React                         	0x0000000101065bdc 0x101050000 + 89052
5   JavaScriptCore                	0x00000002386620a8 0x2385d7000 + 569512
6   JavaScriptCore                	0x0000000238640cd8 0x2385d7000 + 433368
7   JavaScriptCore                	0x00000002386400cc 0x2385d7000 + 430284
8   JavaScriptCore                	0x00000002386400cc 0x2385d7000 + 430284
9   JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
10  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
11  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
12  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
13  JavaScriptCore                	0x00000002386400cc 0x2385d7000 + 430284
14  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
15  JavaScriptCore                	0x00000002386400cc 0x2385d7000 + 430284
16  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
17  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
18  JavaScriptCore                	0x00000002386400cc 0x2385d7000 + 430284
19  JavaScriptCore                	0x00000002386400cc 0x2385d7000 + 430284
20  JavaScriptCore                	0x0000000238640478 0x2385d7000 + 431224
21  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
22  JavaScriptCore                	0x00000002386400cc 0x2385d7000 + 430284
23  JavaScriptCore                	0x00000002386400cc 0x2385d7000 + 430284
24  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
25  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
26  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
27  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
28  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
29  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
30  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
31  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
32  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
33  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
34  JavaScriptCore                	0x0000000238640598 0x2385d7000 + 431512
35  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
36  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
37  JavaScriptCore                	0x0000000238640134 0x2385d7000 + 430388
38  JavaScriptCore                	0x0000000238638a1c 0x2385d7000 + 399900
39  JavaScriptCore                	0x0000000238cb03f0 0x2385d7000 + 7181296
40  JavaScriptCore                	0x0000000238ee20fc 0x2385d7000 + 9482492
41  JavaScriptCore                	0x0000000238638b94 0x2385d7000 + 400276
42  JavaScriptCore                	0x0000000238cb044c 0x2385d7000 + 7181388
43  JavaScriptCore                	0x0000000238e67068 0x2385d7000 + 8978536
44  JavaScriptCore                	0x000000023866e284 0x2385d7000 + 619140
45  React                         	0x000000010112dd84 0x101050000 + 908676
46  React                         	0x000000010106438c 0x101050000 + 82828
47  React                         	0x0000000101072a58 0x101050000 + 141912
48  React                         	0x00000001010a30fc 0x101050000 + 340220
49  React                         	0x00000001010c5244 0x101050000 + 479812
50  CoreFoundation                	0x00000002312c9408 0x23121d000 + 705544
51  CoreFoundation                	0x00000002312c8d08 0x23121d000 + 703752
52  CoreFoundation                	0x00000002312c4220 0x23121d000 + 684576
53  CoreFoundation                	0x00000002312c35b8 0x23121d000 + 681400
54  Andon18                       	0x0000000100b8db20 0x100aec000 + 662304
55  Foundation                    	0x0000000231dea3b0 0x231caf000 + 1291184
56  libsystem_pthread.dylib       	0x0000000230f542fc 0x230f49000 + 45820
57  libsystem_pthread.dylib       	0x0000000230f5425c 0x230f49000 + 45660
58  libsystem_pthread.dylib       	0x0000000230f57d08 0x230f49000 + 60680

Thread 7 name:  JavaScriptCore bmalloc scavenger
Thread 7:
0   libsystem_kernel.dylib        	0x0000000230ecff0c 0x230ead000 + 143116
1   libsystem_pthread.dylib       	0x0000000230f4cd48 0x230f49000 + 15688
2   libc++.1.dylib                	0x000000023049b568 0x230493000 + 34152
3   JavaScriptCore                	0x000000023863839c 0x2385d7000 + 398236
4   JavaScriptCore                	0x000000023863824c 0x2385d7000 + 397900
5   JavaScriptCore                	0x0000000238636ee8 0x2385d7000 + 392936
6   JavaScriptCore                	0x00000002386365a4 0x2385d7000 + 390564
7   JavaScriptCore                	0x0000000238638050 0x2385d7000 + 397392
8   libsystem_pthread.dylib       	0x0000000230f542fc 0x230f49000 + 45820
9   libsystem_pthread.dylib       	0x0000000230f5425c 0x230f49000 + 45660
10  libsystem_pthread.dylib       	0x0000000230f57d08 0x230f49000 + 60680

Thread 8 name:  WTF::AutomaticThread
Thread 8:
0   libsystem_kernel.dylib        	0x0000000230ecff0c 0x230ead000 + 143116
1   libsystem_pthread.dylib       	0x0000000230f4cd48 0x230f49000 + 15688
2   JavaScriptCore                	0x0000000238620f34 0x2385d7000 + 302900
3   JavaScriptCore                	0x00000002386080f4 0x2385d7000 + 200948
4   JavaScriptCore                	0x00000002385e1a38 0x2385d7000 + 43576
5   JavaScriptCore                	0x00000002385e1dd8 0x2385d7000 + 44504
6   JavaScriptCore                	0x000000023861f14c 0x2385d7000 + 295244
7   JavaScriptCore                	0x00000002386206b4 0x2385d7000 + 300724
8   libsystem_pthread.dylib       	0x0000000230f542fc 0x230f49000 + 45820
9   libsystem_pthread.dylib       	0x0000000230f5425c 0x230f49000 + 45660
10  libsystem_pthread.dylib       	0x0000000230f57d08 0x230f49000 + 60680

Thread 9 name:  WTF::AutomaticThread
Thread 9:
0   libsystem_kernel.dylib        	0x0000000230ecff0c 0x230ead000 + 143116
1   libsystem_pthread.dylib       	0x0000000230f4cd48 0x230f49000 + 15688
2   JavaScriptCore                	0x0000000238620f34 0x2385d7000 + 302900
3   JavaScriptCore                	0x00000002386080f4 0x2385d7000 + 200948
4   JavaScriptCore                	0x00000002385e1a38 0x2385d7000 + 43576
5   JavaScriptCore                	0x00000002385e1dd8 0x2385d7000 + 44504
6   JavaScriptCore                	0x000000023861f14c 0x2385d7000 + 295244
7   JavaScriptCore                	0x00000002386206b4 0x2385d7000 + 300724
8   libsystem_pthread.dylib       	0x0000000230f542fc 0x230f49000 + 45820
9   libsystem_pthread.dylib       	0x0000000230f5425c 0x230f49000 + 45660
10  libsystem_pthread.dylib       	0x0000000230f57d08 0x230f49000 + 60680

Thread 10 name:  JSC Heap Collector Thread
Thread 10:
0   libsystem_kernel.dylib        	0x0000000230ecff0c 0x230ead000 + 143116
1   libsystem_pthread.dylib       	0x0000000230f4cd48 0x230f49000 + 15688
2   JavaScriptCore                	0x0000000238620f34 0x2385d7000 + 302900
3   JavaScriptCore                	0x00000002386080f4 0x2385d7000 + 200948
4   JavaScriptCore                	0x00000002385e1a38 0x2385d7000 + 43576
5   JavaScriptCore                	0x00000002385e1dd8 0x2385d7000 + 44504
6   JavaScriptCore                	0x000000023861f14c 0x2385d7000 + 295244
7   JavaScriptCore                	0x00000002386206b4 0x2385d7000 + 300724
8   libsystem_pthread.dylib       	0x0000000230f542fc 0x230f49000 + 45820
9   libsystem_pthread.dylib       	0x0000000230f5425c 0x230f49000 + 45660
10  libsystem_pthread.dylib       	0x0000000230f57d08 0x230f49000 + 60680

Thread 11:
0   libsystem_pthread.dylib       	0x0000000230f57cfc 0x230f49000 + 60668

Thread 6 crashed with ARM Thread State (64-bit):
    x0: 0x0000000260d959a0   x1: 0x0000000283a8e1c0   x2: 0x0000000000000000   x3: 0x000000026a0979b8
    x4: 0x0000000283a8e240   x5: 0x000000016f653d08   x6: 0x0000000000000001   x7: 0x0000000000000000
    x8: 0x000000026a097f58   x9: 0x0000000000000002  x10: 0x0000000000000114  x11: 0x0000000000000000
   x12: 0x0000000000000087  x13: 0x0000000000000000  x14: 0x00000000000007fb  x15: 0x00000000ffffff87
   x16: 0x00000000000007fb  x17: 0x0000000231244698  x18: 0x0000000000000000  x19: 0x000000016f654088
   x20: 0x000000016f654090  x21: 0x000000016f6540a0  x22: 0x0000000280b3de30  x23: 0x0000000260d959a0
   x24: 0x0000000282022de0  x25: 0x000000016f654068  x26: 0x0000000000000001  x27: 0xffff000000000000
   x28: 0xffff000000000002   fp: 0x000000016f654120   lr: 0x00000001010d3ebc
    sp: 0x000000016f654050   pc: 0x000000026a0979b8 cpsr: 0x20000000

Binary Images:
0x100aec000 - 0x100c73fff Andon18 arm64  <dd60b553bf20336e909b2ec864a59e60> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Andon18
0x100d14000 - 0x100d23fff DoubleConversion arm64  <660053b1b2c83e6c8ad53c95fd94505f> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/DoubleConversion.framework/DoubleConversion
0x100d30000 - 0x100d5ffff SwiftyJSON arm64  <7a5518352d5c34cba35e6bbf9544359a> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/SwiftyJSON.framework/SwiftyJSON
0x100d70000 - 0x100d77fff libswiftAccelerate.dylib arm64  <8586151fe1983a3a8f725e912ad51515> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftAccelerate.dylib
0x100d80000 - 0x100d87fff libswiftCoreFoundation.dylib arm64  <e8ca681002b33c99a302ddd65b2fb863> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftCoreFoundation.dylib
0x100d94000 - 0x100df7fff dyld arm64  <8f53711b46f3359ea4d6479c85ada9ce> /usr/lib/dyld
0x100e64000 - 0x100f9bfff Charts arm64  <0a965615dcc43533a69f1513244a18c8> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/Charts.framework/Charts
0x101050000 - 0x101177fff React arm64  <69d76f4543f2354298aaf98e89840b1e> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/React.framework/React
0x1011fc000 - 0x101217fff folly arm64  <7492e3f34b9130c3a954618f22ef90df> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/folly.framework/folly
0x101228000 - 0x10123bfff glog arm64  <3aba5eeeeafb3333bd88a89eb9ee2005> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/glog.framework/glog
0x10125c000 - 0x101273fff yoga arm64  <3cb9484555183694bcfaaf2583ca6db0> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/yoga.framework/yoga
0x101284000 - 0x1015bbfff libswiftCore.dylib arm64  <c74d7c5836de3c65a2deb2297eb228b4> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftCore.dylib
0x101690000 - 0x10169ffff libswiftCoreGraphics.dylib arm64  <e5199b0a60873cd7841cedb17304aeba> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftCoreGraphics.dylib
0x1016b0000 - 0x1016b7fff libswiftCoreImage.dylib arm64  <3e0ae0197d3b3874bc01949421faf9da> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftCoreImage.dylib
0x1016c0000 - 0x1016c7fff libswiftCoreLocation.dylib arm64  <6cc8ad3a6f253d6f93c693804840e109> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftCoreLocation.dylib
0x1016d4000 - 0x1016dffff libswiftDarwin.dylib arm64  <de34a2d792c939e4a12c66cfaf84c6c8> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftDarwin.dylib
0x1016ec000 - 0x101707fff libswiftDispatch.dylib arm64  <9d90d319f265330c965e6a03a66a0c42> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftDispatch.dylib
0x101720000 - 0x10186ffff libswiftFoundation.dylib arm64  <179f40e2656c3600a25ab060ce03387f> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftFoundation.dylib
0x1018e8000 - 0x1018effff libswiftMetal.dylib arm64  <049f5f728b8531ebafe70319ec691229> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftMetal.dylib
0x1018fc000 - 0x101903fff libswiftObjectiveC.dylib arm64  <95e7e069ac0437a38f1f15b965714846> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftObjectiveC.dylib
0x10190c000 - 0x101913fff libswiftQuartzCore.dylib arm64  <96b2f30231e831138b0913cff686377f> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftQuartzCore.dylib
0x10191c000 - 0x10192bfff libswiftUIKit.dylib arm64  <4435ae23813a32f9a37a588d6de824c6> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftUIKit.dylib
0x10193c000 - 0x101943fff libswiftos.dylib arm64  <7145d986912436379eb988d7a3df8166> /var/containers/Bundle/Application/A77D8778-5F1A-4F2B-A8EA-74E104146BC5/Andon18.app/Frameworks/libswiftos.dylib
0x101d58000 - 0x101d63fff libobjc-trampolines.dylib arm64  <62573b18de65349aa12efd1340ea3ce3> /usr/lib/libobjc-trampolines.dylib
0x230491000 - 0x230492fff libSystem.B.dylib arm64  <1e51d2b63e6f3a51a6e3083c19fca592> /usr/lib/libSystem.B.dylib
0x230493000 - 0x2304edfff libc++.1.dylib arm64  <cdfb6d089d283b38984709b6fd40ab92> /usr/lib/libc++.1.dylib
0x2304ee000 - 0x230501fff libc++abi.dylib arm64  <b0fff64f8b7d33968178cfb40348061a> /usr/lib/libc++abi.dylib
0x230502000 - 0x230c8afff libobjc.A.dylib arm64  <55e000b76ec63c9e8228778494a89ea4> /usr/lib/libobjc.A.dylib
0x230c8b000 - 0x230c90fff libcache.dylib arm64  <b2bac7ac70683b5f91e0f2f378bf28cd> /usr/lib/system/libcache.dylib
0x230c91000 - 0x230c9cfff libcommonCrypto.dylib arm64  <2d5bb382755836aab784906f31e7dcb5> /usr/lib/system/libcommonCrypto.dylib
0x230c9d000 - 0x230ca1fff libcompiler_rt.dylib arm64  <6ca9ad49f51c3108843c31a5b36eb7ce> /usr/lib/system/libcompiler_rt.dylib
0x230ca2000 - 0x230caafff libcopyfile.dylib arm64  <8ceb19f412b93db9a6f0cb32137910c8> /usr/lib/system/libcopyfile.dylib
0x230cab000 - 0x230d11fff libcorecrypto.dylib arm64  <321917e412123eb08e6cc6198ffd551f> /usr/lib/system/libcorecrypto.dylib
0x230d12000 - 0x230d82fff libdispatch.dylib arm64  <acad07ef5fde3122a11a31ac4bf6eb3b> /usr/lib/system/libdispatch.dylib
0x230d83000 - 0x230dadfff libdyld.dylib arm64  <03e11fb4f89d31d2868320ef92c4aacd> /usr/lib/system/libdyld.dylib
0x230dae000 - 0x230daefff liblaunch.dylib arm64  <1d34dc4311ca3a2d9959c21d24fe6577> /usr/lib/system/liblaunch.dylib
0x230daf000 - 0x230db4fff libmacho.dylib arm64  <ae93f60c203531e1b34d5a2334514a8a> /usr/lib/system/libmacho.dylib
0x230db5000 - 0x230db6fff libremovefile.dylib arm64  <33e735f56b813308a91b70583f7336be> /usr/lib/system/libremovefile.dylib
0x230db7000 - 0x230dcefff libsystem_asl.dylib arm64  <9cc4f792c7eb32d9a66f4b61f4f2e521> /usr/lib/system/libsystem_asl.dylib
0x230dcf000 - 0x230dcffff libsystem_blocks.dylib arm64  <7484ff4bebd834a0a4925ad00ce06f41> /usr/lib/system/libsystem_blocks.dylib
0x230dd0000 - 0x230e4efff libsystem_c.dylib arm64  <40dd5c3b586a38eb9f5274d994ecd9d2> /usr/lib/system/libsystem_c.dylib
0x230e4f000 - 0x230e53fff libsystem_configuration.dylib arm64  <5e462c94ad453059a6473af38b97b4d7> /usr/lib/system/libsystem_configuration.dylib
0x230e54000 - 0x230e5bfff libsystem_containermanager.dylib arm64  <0970fd02f7863726a8d2e584e3c86b6b> /usr/lib/system/libsystem_containermanager.dylib
0x230e5c000 - 0x230e5dfff libsystem_coreservices.dylib arm64  <a6303082c39e376485e1632620d8fa90> /usr/lib/system/libsystem_coreservices.dylib
0x230e5e000 - 0x230e64fff libsystem_darwin.dylib arm64  <44792e5e5b67344b9fe42d2ee50fd855> /usr/lib/system/libsystem_darwin.dylib
0x230e65000 - 0x230e6bfff libsystem_dnssd.dylib arm64  <9ae1ce7b0d0d3477bab652b6e90824da> /usr/lib/system/libsystem_dnssd.dylib
0x230e6c000 - 0x230eacfff libsystem_info.dylib arm64  <bb116149accf36a8abbfaafdb3e769a8> /usr/lib/system/libsystem_info.dylib
0x230ead000 - 0x230ed7fff libsystem_kernel.dylib arm64  <982ccbad717d3a28946eba07918897a3> /usr/lib/system/libsystem_kernel.dylib
0x230ed8000 - 0x230f05fff libsystem_m.dylib arm64  <b4f79b149d37327cac0f85d2ecc6de2b> /usr/lib/system/libsystem_m.dylib
0x230f06000 - 0x230f29fff libsystem_malloc.dylib arm64  <44c4f37bf474310ba1b98a8f1e6b63f2> /usr/lib/system/libsystem_malloc.dylib
0x230f2a000 - 0x230f36fff libsystem_networkextension.dylib arm64  <b05baf6880e6382fa989be8a549327d4> /usr/lib/system/libsystem_networkextension.dylib
0x230f37000 - 0x230f3dfff libsystem_notify.dylib arm64  <34af10bfa6063fe38974fcd9d672c977> /usr/lib/system/libsystem_notify.dylib
0x230f3e000 - 0x230f48fff libsystem_platform.dylib arm64  <4af8e7b9d0ad337dbff51a665816c920> /usr/lib/system/libsystem_platform.dylib
0x230f49000 - 0x230f59fff libsystem_pthread.dylib arm64  <d2815ab146c1383182fcd22ae83b0cad> /usr/lib/system/libsystem_pthread.dylib
0x230f5a000 - 0x230f5cfff libsystem_sandbox.dylib arm64  <bbdb4f6722b7390488c262e3c5ab0293> /usr/lib/system/libsystem_sandbox.dylib
0x230f5d000 - 0x230f64fff libsystem_symptoms.dylib arm64  <8d51fa4c49c833ba8c7ae05cd51d6399> /usr/lib/system/libsystem_symptoms.dylib
0x230f65000 - 0x230f7afff libsystem_trace.dylib arm64  <6fd09960f9943de68fac4d4d1564c041> /usr/lib/system/libsystem_trace.dylib
0x230f7b000 - 0x230f80fff libunwind.dylib arm64  <152d18c1bc913b36b134c5c5e718a3d5> /usr/lib/system/libunwind.dylib
0x230f81000 - 0x230faffff libxpc.dylib arm64  <f05ae7ffd0053614a55a56c5154ff33d> /usr/lib/system/libxpc.dylib
0x230fb0000 - 0x23120afff libicucore.A.dylib arm64  <2fbc0cc87b0538bd8995e041aa46b5cf> /usr/lib/libicucore.A.dylib
0x23120b000 - 0x23121cfff libz.1.dylib arm64  <3756f248b0233930b236a65ae3b3a871> /usr/lib/libz.1.dylib
0x23121d000 - 0x231582fff CoreFoundation arm64  <a696aa66f19c3fffb094574eafc5f600> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x231583000 - 0x231593fff libbsm.0.dylib arm64  <e8fc205d3ba037b3b4da3c66265592e9> /usr/lib/libbsm.0.dylib
0x231594000 - 0x231594fff libenergytrace.dylib arm64  <66fb30084c2339178f7ec36054ce4788> /usr/lib/libenergytrace.dylib
0x231595000 - 0x231622fff IOKit arm64  <640622785cfc33dd891324e7949624b0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x231623000 - 0x23170bfff libxml2.2.dylib arm64  <385087411b75335697b10a42a0598226> /usr/lib/libxml2.2.dylib
0x23170c000 - 0x231719fff libbz2.1.0.dylib arm64  <27af4074c9073ea983d0a6381d8ff560> /usr/lib/libbz2.1.0.dylib
0x23171a000 - 0x231732fff liblzma.5.dylib arm64  <954e5d4e74343231a5d7ae227995979a> /usr/lib/liblzma.5.dylib
0x231733000 - 0x2318acfff libsqlite3.dylib arm64  <10a9905bcaea3680a78cf5a4d3c25e4c> /usr/lib/libsqlite3.dylib
0x2318ad000 - 0x2318e1fff libMobileGestalt.dylib arm64  <025184fee8773eda9253d30d3c5aa97f> /usr/lib/libMobileGestalt.dylib
0x2318e2000 - 0x231caefff CFNetwork arm64  <0f16d72dc5d43af49f1cc4cb53a7c608> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x231caf000 - 0x231fbbfff Foundation arm64  <5bfec28765ca312aa8128cd72a9fda1b> /System/Library/Frameworks/Foundation.framework/Foundation
0x231fbc000 - 0x2320c7fff Security arm64  <7ac6108af41533a496fe813da9dab9f8> /System/Library/Frameworks/Security.framework/Security
0x2320c8000 - 0x232136fff SystemConfiguration arm64  <10f82ae9a2883c548ae4356cc4771825> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x232137000 - 0x23216cfff libCRFSuite.dylib arm64  <ba001a0e6bce3ffc9dcbfd45bf8ccaaf> /usr/lib/libCRFSuite.dylib
0x23216d000 - 0x232183fff libapple_nghttp2.dylib arm64  <3b704b123e253a59b900d0319632d498> /usr/lib/libapple_nghttp2.dylib
0x232184000 - 0x2321adfff libarchive.2.dylib arm64  <3e5044b2f9c53b0eb6bc82ad2f1a0726> /usr/lib/libarchive.2.dylib
0x2321ae000 - 0x23227dfff libboringssl.dylib arm64  <45730761cf8639ffac90223e7652a566> /usr/lib/libboringssl.dylib
0x23227e000 - 0x232294fff libcoretls.dylib arm64  <da38a2f6b517315cafe659835fd8ff34> /usr/lib/libcoretls.dylib
0x232295000 - 0x232296fff libcoretls_cfhelpers.dylib arm64  <09a5f51b0ff53fc19de08186a7f4deca> /usr/lib/libcoretls_cfhelpers.dylib
0x232297000 - 0x232298fff liblangid.dylib arm64  <5106625abe603e6ba8beb107045cf4d9> /usr/lib/liblangid.dylib
0x232299000 - 0x23260efff libnetwork.dylib arm64  <d7854a017d6a3fe3a6a7ddd7daf77fdd> /usr/lib/libnetwork.dylib
0x23260f000 - 0x232644fff libpcap.A.dylib arm64  <c262861dcc0b39fbb6ddafbbbced28eb> /usr/lib/libpcap.A.dylib
0x232645000 - 0x2326a2fff libusrtcp.dylib arm64  <83a3ca7e601631bd87f894a173d7d91f> /usr/lib/libusrtcp.dylib
0x2326a3000 - 0x2326affff IOSurface arm64  <bcd9a6329cf73855ba5f5c59f3643ed4> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x2326b0000 - 0x232763fff libBLAS.dylib arm64  <7043664b29483c27a6dc436bd0c1638d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x232764000 - 0x232a83fff libLAPACK.dylib arm64  <cb3820c2c6cc3c81944daeb1439a0b17> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x232a84000 - 0x232cf6fff vImage arm64  <8e3014550ea937b19ce88325b2f9577b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x232cf7000 - 0x232d08fff libSparseBLAS.dylib arm64  <d983677683573cdeb0c34d7d8b894531> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x232d09000 - 0x232d65fff libvMisc.dylib arm64  <0c8ec066228b344999abe1f1ee248f91> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x232d66000 - 0x232d95fff libBNNS.dylib arm64  <cba183234d0a3a6fbe4e32adbb755e74> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x232d96000 - 0x232daafff libLinearAlgebra.dylib arm64  <7e10a1d1bc1537beba13b32dae152e78> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x232dab000 - 0x232daffff libQuadrature.dylib arm64  <b2c041bc0b513e15963b79bf95d4c395> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x232db0000 - 0x232e20fff libSparse.dylib arm64  <4b96107b7c223fdeb34c95db3dc12bc4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x232e21000 - 0x232eaffff libvDSP.dylib arm64  <1ae8f521840330378b18225a33a14b63> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x232eb0000 - 0x232eb0fff vecLib arm64  <9626730f3fc23316a4ea5da0036af0f8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x232eb1000 - 0x232eb1fff Accelerate arm64  <e6236a798351380ab1870aac962c7388> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x232eb2000 - 0x232ecafff libcompression.dylib arm64  <4c340ece17793f45a53935e847fece9b> /usr/lib/libcompression.dylib
0x232ecb000 - 0x233476fff CoreGraphics arm64  <62513b0019c23bc09b9e30d049cd8700> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x233477000 - 0x23347cfff IOAccelerator arm64  <cc9f4c86f4643244a6167ed1cf2fc65a> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x23347d000 - 0x233482fff libCoreFSCache.dylib arm64  <2c7c21d1ccc13c3ea28c5244f60787dc> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x233483000 - 0x23352bfff Metal arm64  <93a67b8a04943250824c4044be3b983b> /System/Library/Frameworks/Metal.framework/Metal
0x23352c000 - 0x23353ffff GraphicsServices arm64  <0b2bce1a83493988b000614bb964f818> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x233540000 - 0x233540fff MobileCoreServices arm64  <745575d128ff33d88c1d08c496845b2f> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x233541000 - 0x233543fff IOSurfaceAccelerator arm64  <df9bf1acff4934da9418638f7aa78112> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x233544000 - 0x233586fff AppleJPEG arm64  <185e74d6256c3dc5b7a14ab436f1c17b> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x233587000 - 0x233b4bfff ImageIO arm64  <341e0a76657a35339b95f5598c27c5e0> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x233b4c000 - 0x233bbffff BaseBoard arm64  <b9ab751f487a3042a38d85da10a4bdbb> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x233bc0000 - 0x233bd7fff AssertionServices arm64  <bc2016e4cfed3ff181fbdf751e5b2ed2> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x233bd8000 - 0x233be0fff CorePhoneNumbers arm64  <e877111acccb322fa74cd1a54ba3d594> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x233be1000 - 0x233c26fff AppSupport arm64  <ea5926d346c13ef8ac1540f24542f87a> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x233c27000 - 0x233c40fff CrashReporterSupport arm64  <9f88c2e017a83fdbac04f6de390527c6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x233c41000 - 0x233c46fff AggregateDictionary arm64  <22d2dd6db52b38d38a2dc301a257d461> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x233c47000 - 0x233ccffff libTelephonyUtilDynamic.dylib arm64  <96d4eadcfbd133ad852fab8a74dd83c2> /usr/lib/libTelephonyUtilDynamic.dylib
0x233cd0000 - 0x233ceffff ProtocolBuffer arm64  <8215eeda029d306a922835c1d5b29b96> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x233cf0000 - 0x233d20fff MobileKeyBag arm64  <02ec24ff248431f482220743b44ff158> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x233d21000 - 0x233d5dfff BackBoardServices arm64  <ee8ccd2d05953da9871479b81c470e60> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x233d5e000 - 0x233dc6fff FrontBoardServices arm64  <d47cb1071ced3cbc9417369018d9a9e4> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x233dc7000 - 0x233e0efff SpringBoardServices arm64  <57b00a722ccc3fb5969a6d5f249403f8> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x233e0f000 - 0x233e22fff PowerLog arm64  <fdc3570b2fbc3695bd07147cfa4f3413> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x233e23000 - 0x233e3efff CommonUtilities arm64  <050aae834e5d3f41a553e3b96fe84a82> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x233e3f000 - 0x233e4afff liblockdown.dylib arm64  <a8b648828d3e3804b0613337d76b745d> /usr/lib/liblockdown.dylib
0x233e4b000 - 0x234189fff CoreData arm64  <3f5aa574e48f3e17b02688d2f622e9fb> /System/Library/Frameworks/CoreData.framework/CoreData
0x23418a000 - 0x234191fff TCC arm64  <c4999803392d31e2997844f810f72d63> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x234192000 - 0x23419afff libcupolicy.dylib arm64  <dca2bba30c353a368d7a13ada42222be> /usr/lib/libcupolicy.dylib
0x23419b000 - 0x234279fff CoreTelephony arm64  <cde5cc39f6d53fb382e86e16c8562873> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x23427a000 - 0x2342dbfff Accounts arm64  <866db4a923a339b68ca12b8e3e66bf3c> /System/Library/Frameworks/Accounts.framework/Accounts
0x2342dc000 - 0x234305fff AppleSauce arm64  <9e05b3a836973940bb6d33a55d324c45> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x234306000 - 0x23430ffff DataMigration arm64  <7d6954aaa45d3e4db56bc26591e1faaa> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x234310000 - 0x234317fff Netrb arm64  <823a78eb752f3e1b9d527d0bef6fd199> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x234318000 - 0x23434cfff PersistentConnection arm64  <be7d63a16e223142a6f6c2f905ed5c81> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x23434d000 - 0x23435efff libmis.dylib arm64  <bde6c67b46983edfbf25a254511420ee> /usr/lib/libmis.dylib
0x23435f000 - 0x234465fff ManagedConfiguration arm64  <3908700906523639adde884919cfaf45> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x234466000 - 0x23446bfff libReverseProxyDevice.dylib arm64  <84374fcebea93c2ea8660a5725af2cf1> /usr/lib/libReverseProxyDevice.dylib
0x23446c000 - 0x23447efff libamsupport.dylib arm64  <b1243caf3a1a3bbfabbc5fc7ca0acdc2> /usr/lib/libamsupport.dylib
0x23447f000 - 0x234484fff libCoreVMClient.dylib arm64  <3b8f9567d8123beea3bffa2c2cb61353> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x234485000 - 0x234486fff libCVMSPluginSupport.dylib arm64  <f71480fe05a53f8d89058e7e63bc3f42> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x234487000 - 0x23448afff libutil.dylib arm64  <cc388d1731313879b30868a66dbf450c> /usr/lib/libutil.dylib
0x23448b000 - 0x2344cafff libGLImage.dylib arm64  <c606c701843935c7ab30b050a5816276> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x2344cb000 - 0x234542fff APFS arm64  <f667b4d4d4de3389bd159bdc6e0776d5> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x234543000 - 0x234574fff MediaKit arm64  <a5f3ef3454183d3e9aecd82fb986d132> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x234575000 - 0x234591fff libSERestoreInfo.dylib arm64  <4a13d2c3409539e6a05595ef7aed1b01> /usr/lib/updaters/libSERestoreInfo.dylib
0x234598000 - 0x2345d4fff DiskImages arm64  <b597d4c333853350a979c53b9b5f4f30> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x2345d5000 - 0x2345defff libGFXShared.dylib arm64  <daacbbc7d23234e994a51f5430e715e6> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x2345df000 - 0x23462cfff libauthinstall.dylib arm64  <998c0e7990403b9a87c6a431076b82e8> /usr/lib/libauthinstall.dylib
0x23462d000 - 0x234635fff IOMobileFramebuffer arm64  <2423c48a27833244a490f470f45a31b2> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x234636000 - 0x234641fff OpenGLES arm64  <3eb93d9517143109adcac8d4538899f6> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x234642000 - 0x2346dffff ColorSync arm64  <c9214383fb6a3f4cbac41a9a1c8081cd> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x2346e0000 - 0x23470ffff CoreVideo arm64  <49864d654d763aa3b4c0970d42254987> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x234710000 - 0x234711fff libCTGreenTeaLogger.dylib arm64  <674b9513e12736e281a746bb472c0b7f> /usr/lib/libCTGreenTeaLogger.dylib
0x234712000 - 0x234881fff CoreAudio arm64  <d5f4b872c2c53ef998d65e2d50bdbe57> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x2348a5000 - 0x2348a8fff UserFS arm64  <0e97879c716f3460a09fefbb1b686c84> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x2348a9000 - 0x234a45fff CoreMedia arm64  <bc13b3d12c0f38449eae90d656fea0f8> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x234a46000 - 0x234a58fff libprotobuf-lite.dylib arm64  <318f235295653a4db7717b644644372b> /usr/lib/libprotobuf-lite.dylib
0x234a59000 - 0x234abefff libprotobuf.dylib arm64  <82008ca3e7a73a418b378b35fa70bf1a> /usr/lib/libprotobuf.dylib
0x234abf000 - 0x234dd5fff libAWDSupportFramework.dylib arm64  <35524e71440231d6bc21b1b0674dd9ed> /usr/lib/libAWDSupportFramework.dylib
0x234dd6000 - 0x234e20fff WirelessDiagnostics arm64  <75b3e3bad27b32efae940c20b3cda08f> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x234e21000 - 0x234ee1fff VideoToolbox arm64  <7acffce5abd139eaa3d3f832beef187f> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x234ee2000 - 0x234fedfff libFontParser.dylib arm64  <85ccb2e6f99b36abb30814d3a0737060> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x234fee000 - 0x234feefff FontServices arm64  <95db3bbfbd6137c384f77cbee2d27777> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x234fef000 - 0x235150fff CoreText arm64  <e799d1acccd736cb8ebba3b61e1e8734> /System/Library/Frameworks/CoreText.framework/CoreText
0x235151000 - 0x235160fff IntlPreferences arm64  <77a7e06758703d1cac2e1d2497511a1e> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x235161000 - 0x23516afff RTCReporting arm64  <e8cd29cbe79130b7bdb121da387c13ee> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x23516b000 - 0x2351e3fff CoreBrightness arm64  <bcd7d5352f103385870e0577b5884180> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x2351e4000 - 0x2351eefff libAudioStatistics.dylib arm64  <7b844b028e6c34ab910255409caa1922> /usr/lib/libAudioStatistics.dylib
0x2351ef000 - 0x2357dffff AudioToolbox arm64  <8bce69f02d9934fbb837b41e41b98c59> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x2357e0000 - 0x235a18fff QuartzCore arm64  <1f084ee44f3638618a99aa0bdca5c114> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x235a19000 - 0x235a24fff MediaAccessibility arm64  <6c41829ba3be3f0bb92f45c1550595cc> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x235a25000 - 0x235b17fff libiconv.2.dylib arm64  <d5bbd120d0b4307c8d1fd24181d16198> /usr/lib/libiconv.2.dylib
0x235b18000 - 0x235b33fff NetworkStatistics arm64  <57175d7789b6316193dda171b1ce40a7> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x235b34000 - 0x235b52fff MPSCore arm64  <97c66e9805d93d3282dd414390f5f121> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x235b53000 - 0x235bc7fff MPSImage arm64  <237d1f31204d35d38429a25a167468b0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x235bc8000 - 0x235becfff MPSMatrix arm64  <aa01af22aad53f2b83d11ca8167cb713> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x235bed000 - 0x235bfbfff CoreAUC arm64  <d5dd5ecdb7dd360182d9f027a2d64ea3> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x235bfc000 - 0x236298fff MediaToolbox arm64  <a40eed31246a3d368a4fda0b0277188e> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x236299000 - 0x236402fff MPSNeuralNetwork arm64  <982401edfe9b32509f8e19d726f91682> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x236403000 - 0x236403fff MetalPerformanceShaders arm64  <74e5b902be1533d1aa9e072ebdd804b2> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x236404000 - 0x236821fff FaceCore arm64  <2ceb5918beee311ba7de04e12fee58d3> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x236822000 - 0x23682ffff GraphVisualizer arm64  <68640c95bcad3d53871dc2b891e05585> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x236830000 - 0x2369d7fff libFosl_dynamic.dylib arm64  <2e55133314413d7abdf68875fd7d5789> /usr/lib/libFosl_dynamic.dylib
0x2369d8000 - 0x236c75fff CoreImage arm64  <51537ca8b9e9309ea21e20dfa1395cdb> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x236c76000 - 0x236eaffff CoreMotion arm64  <df022c311d553504ae86cfb1628d2c40> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x236eb0000 - 0x236ee0fff CoreBluetooth arm64  <dde0e4a370d13707a719b78f9eef6b3b> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x236ee1000 - 0x236f04fff PlugInKit arm64  <a2962c472e4b3512aa860d0944e055d2> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x236f05000 - 0x237182fff Celestial arm64  <d03893e0187c3c3493a1ef246e9fff35> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x237183000 - 0x23720dfff Quagga arm64  <f0ce3f1cfaff386ab4dc8e7232e04df4> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x23720e000 - 0x237311fff AVFAudio arm64  <64096e0d76f83796b0d8b4dd1c66dc30> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x237312000 - 0x237523fff AVFoundation arm64  <1e7df8edf12d35479beda9bc5aa0be83> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x237524000 - 0x237544fff CacheDelete arm64  <6c40651e14a8326896465f2dfce97303> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x237545000 - 0x237581fff StreamingZip arm64  <798e8946afa43fe3863801975cd2853a> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x237582000 - 0x237595fff CoreEmoji arm64  <280062ab4ccf32fa94dc9cb36b523a37> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x237596000 - 0x2375e5fff CoreLocationProtobuf arm64  <9f0ae129c6a9337fbc5acff0d45456fa> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x2375e6000 - 0x2375eefff SymptomDiagnosticReporter arm64  <d5658f3381e43ca6b5bbc483b5864e7d> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x2375ef000 - 0x237ffffff GeoServices arm64  <17b646ee2a1838a39f528dbc572cac8d> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x238000000 - 0x23801afff MobileAsset arm64  <b9d37c5178963565aa15e78853caf91f> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x23801b000 - 0x23805bfff Lexicon arm64  <e48c2dc039493238960d2c93e7e31075> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x23805c000 - 0x23806dfff libcmph.dylib arm64  <f23664aeab6f3c9782da810a7e94266d> /usr/lib/libcmph.dylib
0x23806e000 - 0x238194fff LanguageModeling arm64  <24d8e507481b341ba412edcaa3be4e05> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x2381ad000 - 0x238251fff CoreLocation arm64  <9330baf0f6333fb8a41d6b633bcc2e1d> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x238252000 - 0x238252fff PhoneNumbers arm64  <5b05da9bffff3813b28cc1cc66005322> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x238253000 - 0x23825efff libChineseTokenizer.dylib arm64  <db0a3b9d5be23097af683b8936452c6c> /usr/lib/libChineseTokenizer.dylib
0x23825f000 - 0x23831bfff libmecab_em.dylib arm64  <4d9991fd7fc934029b1b2dee53d8e6d3> /usr/lib/libmecab_em.dylib
0x23831c000 - 0x23831dfff libThaiTokenizer.dylib arm64  <78b88b957fc8332e8eae3f80c17a3453> /usr/lib/libThaiTokenizer.dylib
0x23831e000 - 0x238322fff libgermantok.dylib arm64  <f86dd1e5096d3cbea5cb2365307f30d6> /usr/lib/libgermantok.dylib
0x23832f000 - 0x23839cfff CoreNLP arm64  <40278ba302053e2ab246052fc6365783> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x2385d7000 - 0x2391adfff JavaScriptCore arm64  <08a094acfd433ea7b5198bb5c81ac2d9> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x2391ae000 - 0x2391b3fff libheimdal-asn1.dylib arm64  <ccc7356f3a56394e9f5552d97d85c290> /usr/lib/libheimdal-asn1.dylib
0x2391b4000 - 0x23922efff libate.dylib arm64  <90af2833d96b3cec81cbd024d1d5477a> /usr/lib/libate.dylib
0x23922f000 - 0x2392d8fff TextureIO arm64  <d8554341999d3cc5be1f3796414c7189> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x2392d9000 - 0x23939dfff CoreUI arm64  <09f29bfe7ea13be69b4ef3dd05298538> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x23939e000 - 0x2393abfff MobileIcons arm64  <c6f138dccd3938e38372d9adee931719> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x2393ac000 - 0x2393bbfff AppleFSCompression arm64  <85538bd218f53950b88a34643222621f> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x2393bc000 - 0x239424fff TextInput arm64  <17d1a164a5e03d94ac71e8549095db33> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x239485000 - 0x239520fff FileProvider arm64  <ccaeb96d3b95325f950fcfbeed6acdf8> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x239639000 - 0x239710fff ProofReader arm64  <23a5a59257f337fa8fa4f3e6c8e2c87b> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x239711000 - 0x239726fff libAccessibility.dylib arm64  <1ff83309d24c31c686f683d2a72cc873> /usr/lib/libAccessibility.dylib
0x239727000 - 0x239bcdfff libwebrtc.dylib arm64  <078af0ef378f33fdbf1ef3796d6be5d4> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x239c3b000 - 0x23b4d7fff WebCore arm64  <5223749c86da32d58bcd30e154bb506d> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x23b4d8000 - 0x23b663fff WebKitLegacy arm64  <1688ea2d095331299f63e487adff06da> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x23b731000 - 0x23b78cfff ProtectedCloudStorage arm64  <bc38285e44513f0eb5b43deff3a930e7> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x23b78d000 - 0x23b7c1fff UserNotifications arm64  <82168a035eb2309385015198b454f9cc> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x23b7c2000 - 0x23b7cdfff AppleIDAuthSupport arm64  <5a40bb13b271335d851035296b90ff88> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x23b7ce000 - 0x23b82afff AuthKit arm64  <1b7d66c336cf32f289899ecbad70c330> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x23b86b000 - 0x23b86bfff UIKit arm64  <87e60e01feab31129bbe5a2da7286e5a> /System/Library/Frameworks/UIKit.framework/UIKit
0x23b86c000 - 0x23b87ffff DocumentManagerCore arm64  <68f6b4edc81230c39aa44ea36c6b36d5> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x23b880000 - 0x23b88efff HangTracer arm64  <02dae521345f3fa6a3d8fa5cf7066dc5> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x23b88f000 - 0x23b8e3fff PhysicsKit arm64  <acac81aeea6c3afd806ae8bc4d8b356f> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x23b8e4000 - 0x23b8e8fff StudyLog arm64  <725a823183e53460b00045a0f41aaeb7> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x23b8e9000 - 0x23b9d6fff UIFoundation arm64  <dde598ba0b1f31deb5e6cfb7d2bc8443> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x23b9d7000 - 0x23bafefff CloudKit arm64  <f29e28dc27223256bb5a72fa59f0a084> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x23baff000 - 0x23bb06fff IntentsFoundation arm64  <a6087907269a30c892f1992d6608288f> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x23bb07000 - 0x23bdeffff Intents arm64  <8396c0b676ff3490981c4930aca55414> /System/Library/Frameworks/Intents.framework/Intents
0x23bdf0000 - 0x23be08fff libresolv.9.dylib arm64  <848c216532ff3a90b720ab803e7b7775> /usr/lib/libresolv.9.dylib
0x23be09000 - 0x23be0bfff CoreDuetDebugLogging arm64  <f1b589f0a3b33de1a454c73cdae06261> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x23be0c000 - 0x23be3dfff libtidy.A.dylib arm64  <467a0690f869326c8a92f26f5085af19> /usr/lib/libtidy.A.dylib
0x23be3e000 - 0x23c00afff CoreDuet arm64  <f7a22752b15d3b9fa43eb06bb96c5789> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x23c00b000 - 0x23c02dfff CoreDuetContext arm64  <12b34dfc1bc43034b2b1bd5e05db3bfe> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x23c02e000 - 0x23c040fff CoreDuetDaemonProtocol arm64  <3221c62ad93b3a19a81e549e9f0a1725> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x23c041000 - 0x23c0affff IMFoundation arm64  <7e0cc48db261324d85a5cd3006780030> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x23c201000 - 0x23c202fff DiagnosticLogCollection arm64  <5548d177b6a63e89b8372167d0a77a25> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x23c203000 - 0x23c204fff Marco arm64  <6f05e30c12213f4f95d4f711c7f1a9c4> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x23c205000 - 0x23c20cfff MessageProtection arm64  <739cc00ef965328d9e01960bb1d3948f> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x23c20d000 - 0x23c51efff StoreServices arm64  <14021ee9c1d53f92a8ec85d57a621e82> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x23c51f000 - 0x23c536fff Engram arm64  <5369f2a80c18343c85910194c20f303b> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x23c537000 - 0x23c64ffff IDSFoundation arm64  <1b7dc5379d2b3834bdc55b1b46023d56> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x23c650000 - 0x23c65bfff CaptiveNetwork arm64  <12e2a9f5e6cf3a09a9a4e95c579b49fb> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x23c65c000 - 0x23c68cfff EAP8021X arm64  <218d176456c63c05b963977dd1698d01> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x23c68d000 - 0x23c6cafff MobileWiFi arm64  <d2b69cd3670331e189b57b16028c252e> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x23c6cb000 - 0x23c6cdfff OAuth arm64  <8d9f2868fe9431678cd2f68ab79ace29> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x23c6ce000 - 0x23c6d0fff CommonAuth arm64  <5fbf5cb914e335dba960926747529980> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x23c6d1000 - 0x23c741fff Heimdal arm64  <f21750fe3d333024b00e2311b2ce871e> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x23c742000 - 0x23c76bfff GSS arm64  <32e1ed3cc4373426928b285f2c0b2c6b> /System/Library/Frameworks/GSS.framework/GSS
0x23c76c000 - 0x23c785fff ApplePushService arm64  <a959052d92793f04a645a732f19c07ad> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x23c786000 - 0x23c820fff AccountsDaemon arm64  <cfb93972b9a73fb4aec2e77de88f0c9b> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x23c821000 - 0x23c843fff AppleIDSSOAuthentication arm64  <fb30626c646b34d7a46937ae68db047a> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x23c844000 - 0x23c8c8fff AppleAccount arm64  <bb7396a512a030519c552adb8e6a7c72> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x23c8c9000 - 0x23ca1ffff CoreUtils arm64  <e150e4d8163e3f279c02e3d3a35d205a> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x23cb34000 - 0x23cb59fff MediaServices arm64  <1410ff10898d3f6aaf04f1ebbd4709b5> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x23cb5a000 - 0x23cd3afff MediaRemote arm64  <8cde2ed075c53485bb0a893020f28826> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x23cd3b000 - 0x23cd56fff UserManagement arm64  <26f4d1225c9633e89c0f36faab8c13fd> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x23cd57000 - 0x23cd66fff MobileBluetooth arm64  <af78b91558e1380f8315a7f4516670f8> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x23cd67000 - 0x23cd97fff Bom arm64  <a985718896823534b511cfebb6b53dd4> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x23cd9d000 - 0x23cdc1fff FTAWD arm64  <13b359bc880e3b96a714bba84ad57244> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x23cdc2000 - 0x23ce1cfff FTServices arm64  <5757bfe4d20d32eda16963d677783d47> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x23dfe5000 - 0x23e43efff SiriTTS arm64  <aebb866acd4d3b69acf0455d861981c7> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x23e43f000 - 0x23e49cfff SAObjects arm64  <b4c98c6d57d1370ca21bb8591ee17669> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x23e49d000 - 0x23e4defff VoiceServices arm64  <9ea126b18ed33798a8c1fdfd87e96db9> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x23e510000 - 0x23e627fff AssistantServices arm64  <2ce92c48d36e3285be1034dd84c016e1> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x23e7de000 - 0x23e7eafff BluetoothManager arm64  <ab3c6f4dd4bb300b845f0238685253e9> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x23f4d7000 - 0x23f4f3fff PrototypeTools arm64  <b5419597415232b983c9fd9a49d8f8e4> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x23f4f4000 - 0x23f57dfff CoreSymbolication arm64  <5d11a9b0cce834369c865d6947fd7459> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x23f785000 - 0x23f78bfff libtzupdate.dylib arm64  <8bcf6d94561e34d691c41f472054ab34> /usr/lib/libtzupdate.dylib
0x23f78c000 - 0x23f8e2fff Preferences arm64  <4098a94b887e32e08326385a823b4292> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x23f8e3000 - 0x23f8ebfff CoreTime arm64  <3bf5c867f9683117a402be10381440f6> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x23ff3e000 - 0x23ff44fff MobileSystemServices arm64  <8f7b16f648f1395a880cf76d8ac8f3d8> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x240599000 - 0x2405c5fff Futhark arm64  <c289191867063515aad175549121d9ad> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x2405c6000 - 0x24063efff NanoRegistry arm64  <bee26bf062e5399280023b9e3f711566> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x240695000 - 0x2406acfff BaseBoardUI arm64  <f571ad88a0023a2fafa8da2b367118e6> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x24117a000 - 0x24117ffff ConstantClasses arm64  <111513b6286e32e587dfcf250185b852> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x241189000 - 0x2411d3fff AXRuntime arm64  <312d618b78283ac6b945cd66f0274ecd> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x2411d4000 - 0x24120dfff ScreenReaderCore arm64  <c6d4360bc97d3937b9b11c10049c9857> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x24120e000 - 0x241229fff TextToSpeech arm64  <72185f9757cf3ef59ef2b9ea4756d166> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x24122a000 - 0x241284fff CoreMIDI arm64  <1b0acb0fe0603ee6a20dcefb2a3c9a6c> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x24139b000 - 0x24139dfff libAXSafeCategoryBundle.dylib arm64  <170508e144dc385bb7ddf765be56896e> /usr/lib/libAXSafeCategoryBundle.dylib
0x24139e000 - 0x2413a9fff libAXSpeechManager.dylib arm64  <f09c8651d3983207bb8e932bc4f24ec0> /usr/lib/libAXSpeechManager.dylib
0x2413aa000 - 0x24149afff AccessibilityUtilities arm64  <643d190dd81e351f9268f5727d183202> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x242b2d000 - 0x242b52fff MobileInstallation arm64  <079b0ada559d3a4b9f9862f764633ee4> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x242d36000 - 0x242d56fff AccessibilityUIUtilities arm64  <b10a682a9ce734f79a04f6cb23d564ce> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x242fab000 - 0x24300dfff AXMediaUtilities arm64  <269126f9e40d38f1a135eba3abec429e> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x2431e2000 - 0x2431fafff CoreFollowUp arm64  <4b9e88c51669302db005fb98d9d35d75> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x243f32000 - 0x243f3ffff SetupAssistantSupport arm64  <019ccc95fbab33168aea5c22ed048f54> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x243f40000 - 0x243f6cfff SetupAssistant arm64  <411e0dcd3ccd3dceaf1f537d90d08ade> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x244c7c000 - 0x244c82fff LinguisticData arm64  <7caee372881c3d1f9390d0b03af3cd7b> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x245536000 - 0x245550fff MetalKit arm64  <78927c88792d3aae9f31b17ce0dc06ff> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x248185000 - 0x248189fff AccessibilityUIShared arm64  <13d87a6ff49c3dd0ae5829859627b4b2> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared
0x24856d000 - 0x248573fff AccessibilityUI arm64  <92ddaad030da3275b57f0e2568efa071> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x2492ca000 - 0x24931dfff LoggingSupport arm64  <ede8c931f27c39cf8175b0891a9e383d> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x24c19f000 - 0x24c1a4fff kperf arm64  <572aa29534bb37cc8e544ee15d3463d7> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x24c60c000 - 0x24c614fff kperfdata arm64  <f4620334986e38e98e931067de385b99> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x24c656000 - 0x24c65efff libdscsym.dylib arm64  <dda4d6d8726830b5a7f376b335a8a626> /usr/lib/libdscsym.dylib
0x24ca29000 - 0x24ca64fff ktrace arm64  <e902fa450019310e8f617f083b72991d> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x24cca8000 - 0x24ccaafff SpeakTypingServices arm64  <abfb8d31c47437d89846bc9430d1d0f3> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
0x24ccab000 - 0x24ccb0fff ZoomServices arm64  <efdff682c0d534389d35e91b89b32906> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x24ecb1000 - 0x24ecf8fff BiometricKit arm64  <ebda3e18d11d342097e985e54018e3f2> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x24f1bd000 - 0x24f1d1fff DeviceIdentity arm64  <d2530cee008c3dce94db3c076fdb75f1> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x2512d5000 - 0x251310fff Rapport arm64  <75af0cd41b473873a23549e768b5f020> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x25134d000 - 0x25136afff SignpostSupport arm64  <bdf24caa8639393c91ab0c63ac67b9a6> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x25230f000 - 0x25232bfff libtailspin.dylib arm64  <1524df9fb2b73c399c44873003d93881> /usr/lib/libtailspin.dylib
0x252335000 - 0x252345fff AccessibilitySettingsLoader arm64  <b49a7374e3c836fd8dd9bd16a72afef8> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x25542a000 - 0x255451fff CoreServicesInternal arm64  <16ddb06391db33b78c392c8eb0642bd9> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x255acf000 - 0x255ae0fff libGSFontCache.dylib arm64  <37d8e959f882385d8c02d8428d156c06> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x255ae1000 - 0x255b13fff libTrueTypeScaler.dylib arm64  <f0026980fd283da59101671a838c295b> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x257611000 - 0x257615fff InternationalSupport arm64  <af9e9ca5cb2b38078b06c2d59403d9b0> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x258ba2000 - 0x258bacfff SignpostCollection arm64  <00135dd558123406a8de5b113b46c0f2> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x25972b000 - 0x25972efff XCTTargetBootstrap arm64  <c732718f99b93182a7d5c469034423a9> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x259771000 - 0x259783fff libEDR arm64  <0dbc442ca3b73822836f4d4277b86331> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x25a19e000 - 0x25a1abfff libMobileGestaltExtensions.dylib arm64  <325f742107343277991dfec14f4e2136> /usr/lib/libMobileGestaltExtensions.dylib
0x25a2bd000 - 0x25a2bdfff libcharset.1.dylib arm64  <764c4c134fe430e693eee098943f080a> /usr/lib/libcharset.1.dylib
0x25af4e000 - 0x25b0a2fff CoreServices arm64  <8ff5e10cf9ec360793a8cb4d04c2702d> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x25b0cf000 - 0x25b0e8fff MPSRayIntersector arm64  <89f7bd5c27c63c8595e49bf21da12d5c> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x25b118000 - 0x25b253fff Network arm64  <e2efc0b1a9973f0685f319f22163b0d7> /System/Library/Frameworks/Network.framework/Network
0x25b272000 - 0x25b275fff ASEProcessing arm64  <4ee3c48315873462abea3b3a564212b7> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x25b276000 - 0x25b27dfff AXCoreUtilities arm64  <31e7744cfdc83aa79abd573b9e6478e8> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x25b4f4000 - 0x25b62ffff AppleMediaServices arm64  <b34c891f734a3822b8503a2d67859f2a> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x25bce5000 - 0x25bd3dfff DocumentManager arm64  <77e3e5851c583df3a1ad888a63a16a85> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x25bd8f000 - 0x25bd93fff IdleTimerServices arm64  <9a6445bc9bf036e1a12196b00e6d86e9> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x25c3ae000 - 0x25c3fffff OTSVG arm64  <210f6e2e6eb835a3b78e2bc45ba9448f> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x25c628000 - 0x25c688fff ROCKit arm64  <539d1c2db474310da500a92ca31707aa> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x25c851000 - 0x25c863fff RemoteTextInput arm64  <c9aa100dbdd3330c95622ccd8d0fe50e> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x25c889000 - 0x25c923fff SampleAnalysis arm64  <53517ab8983d3e178814507351509a72> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x25c9fb000 - 0x25c9fbfff SignpostNotification arm64  <682292457c5436f6ba37f24a227c52b1> /System/Library/PrivateFrameworks/SignpostNotification.framework/SignpostNotification
0x25ca6a000 - 0x25ca72fff StatsKit arm64  <02d6e2fa4d313a2aa616176ec125e3c8> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x25d59d000 - 0x25e6c4fff UIKitCore arm64  <d2338505f9823680b1502e6e53095a55> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x25e6c5000 - 0x25e6cffff UIKitServices arm64  <74f4ff50398c31bf88e09e24171d9352> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x25e6d0000 - 0x25e6d7fff URLFormatting arm64  <2003351d4edf3d7fa9620008be7ff9ff> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting

EOF

@wuxudong
Copy link
Owner

wuxudong commented Oct 4, 2018

I have no idea, but there is something you can try.

  1. build a release of Example, check if it will crash on your device.
  2. in install_tutorial, this is mentioned, make it a try. Sometime multiple react/react-native will cause problem.
  • if you can't open development menu in iOS simulator, you can remove other libraries except Pods_demo.framework, and delete other targets except demo.

  1. if none of above work, try manual setup in the install tutorial.

@mosleim
Copy link
Author

mosleim commented Oct 8, 2018

may be, the problem can fixed by this comment.
but, i'm not tested yet. in your barchart, have one line code deprecate.

@wuxudong
Copy link
Owner

wuxudong commented Oct 9, 2018

which one?

in your barchart, have one line code deprecate.

@mosleim
Copy link
Author

mosleim commented Oct 9, 2018

at this line.

sory, i mean is on your chartbase.js. :-)

@wublack
Copy link

wublack commented Oct 25, 2018

I had the some problem when I run react-native run-ios --configuration= Release

@wublack
Copy link

wublack commented Oct 25, 2018

error content :com.facebook.react.JavaScript (8): EXC_BAD_ACCESS (code=2, address=0x1108b0660)

@wuxudong
Copy link
Owner

wuxudong commented Oct 26, 2018

try latest master branch.

@wublack
Copy link

wublack commented Oct 26, 2018

Yes ,it is latest 0.5.0,Only crash on release .Help me please!

@wublack
Copy link

wublack commented Oct 26, 2018

You can build a demo ,add this library ,and running on release mode.

@wuxudong
Copy link
Owner

I mean master branch, not 0.5.0
in commit b72214ff4, deprecated View.propTypes are removed.

the master branch is not released yet

@wublack
Copy link

wublack commented Oct 26, 2018

I'am Sorry ! It's do't work !

@wublack
Copy link

wublack commented Oct 26, 2018

I send an email to your gmail.Please check and accept!

@wuxudong
Copy link
Owner

wuxudong commented Oct 26, 2018

Example on master branch works fine for me.

  1. npm install -g ios-deploy

  2. [in Example directory]: react-native run-ios --device "My iPhone" --configuration Release

  3. No crash

Try

  1. rm -rf node_modules.

  2. remove react-native-charts-wrapper in package.json

  3. yarn add git+https://github.com/wuxudong/react-native-charts-wrapper.git

  4. yarn install

  5. build release again.

@wublack
Copy link

wublack commented Oct 26, 2018

I'm so sorry! I try again , it's realy don't work! you can try run my demo !https://github.com/wublack/ChartsDemo

@wublack
Copy link

wublack commented Oct 26, 2018

I known reason !when this library using with TextInput in the project .the release crash arisen!

@wublack
Copy link

wublack commented Oct 26, 2018

But i don't hnown how to solve!

@wublack
Copy link

wublack commented Oct 26, 2018

#406 solve my problem !Thank you very much!Thank you!

@leo-tavares
Copy link

leo-tavares commented Nov 24, 2018

@wuxudong I follow your step by step and the problem still persist.

I'm stay work in solution of this problem

my setup

Environment:
  OS: Windows 10
  Node: 10.13.0
  Yarn: 1.7.0
  npm: 6.4.1
  Watchman: Not Found
  Xcode: N/A
  Android Studio: Version  3.2.0.0 AI-181.5540.7.32.5056338

Packages: (wanted => installed)
  react: 16.3.1 => 16.3.1
  react-native: 0.55.4 => 0.55.4

@leo-tavares
Copy link

I tested the android module https://github.com/PhilJay/MPAndroidChart/releases in the following versions

v3.0.3 -> Success when generating and running the app-release
v3.1.0-alpha -> I also succeeded.

The above projects were executed in android studio.

Everything has to happen that the problem is in the wrapper of the module react-native-charts-wrapper

@leo-tavares
Copy link

Good news!

I upgraded my project to react-native 0.57.5 react-native-git-upgrade and then I followed the step by step #417 (comment) .

And my project came back to life! Now works perfectly in release mode.

@vitozyf
Copy link

vitozyf commented Nov 30, 2018

Example on master branch works fine for me.

  1. npm install -g ios-deploy
  2. [in Example directory]: react-native run-ios --device "My iPhone" --configuration Release
  3. No crash

Try

  1. rm -rf node_modules.
  2. remove react-native-charts-wrapper in package.json
  3. yarn add git+https://github.com/wuxudong/react-native-charts-wrapper.git
  4. yarn install
  5. build release again.

After doing this, I was unable to open the developer menu while running the react-native run-ios command.
If you can't open development menu in iOS simulator, you can remove other libraries except Pods_demo. Framework, and delete other targets except demo.Failed to run successfully
Please help me, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants