Hello, my app rejected after review , i have try to symbolicate with a tool on windows. But it wasn't that successful i couldn't understand completely and last part is still hexadecimal .
I couldn't find any crash at simulators. Only thing i noticed ( I am not sure that is it cause of simulator or my app ), sometimes when i debug/deploy my app to simulator it is not opening directly, it closes after launch screen and i click then it runs normally.
Part of crash log (I use EntityFrameworkCore.Sqlite) :
AppStoreTools: 11E707
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: com.fmgyazilim.speadread [3928]
Date/Time: 2020-08-04 16:18:26.4069 -0700
Launch Time: 2020-08-04 14:43:53.6244 -0700
OS Version: iPhone OS 13.6 (17G68)
Release Type: User
Baseband Version: n/a
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Thread 0 name: tid_407 Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x0000000189b3edf0 0x189b18000 + 159216
1 libsystem_pthread.dylib 0x0000000189a5e948 0x189a5c000 + 10568
2 libsystem_c.dylib 0x00000001899edc24 0x189978000 + 482340
3 libsystem_c.dylib 0x00000001899edbb0 0x189978000 + 482224
4 SpeedRead.iOS 0x00000001022e7498 undefined
5 SpeedRead.iOS 0x00000001022dcbbc _xamarin_get_block_descriptor
6 SpeedRead.iOS 0x00000001021a25c8 _sqlite3_rekey_v2
7 SpeedRead.iOS 0x0000000102137600 _sqlite3_rekey_v2
8 SpeedRead.iOS 0x0000000102135fe8 _sqlite3_rekey_v2
9 SpeedRead.iOS 0x000000010212bdc8 _sqlite3_rekey_v2
10 SpeedRead.iOS 0x00000001006a26ac _sqlite3_rekey_v2
11 SpeedRead.iOS 0x00000001004121bc _sqlite3_rekey_v2
12 SpeedRead.iOS 0x00000001004199e4 _sqlite3_rekey_v2
13 SpeedRead.iOS 0x00000001007690cc _sqlite3_rekey_v2
14 SpeedRead.iOS 0x0000000100662390 _sqlite3_rekey_v2
15 SpeedRead.iOS 0x0000000102149200 _sqlite3_rekey_v2
16 SpeedRead.iOS 0x00000001022046dc _sqlite3_rekey_v2
17 SpeedRead.iOS 0x0000000102207f40 _sqlite3_rekey_v2
18 SpeedRead.iOS 0x000000010027fa14 _sqlite3_rekey_v2
19 SpeedRead.iOS 0x0000000100280744 _sqlite3_rekey_v2
20 Foundation 0x000000018a15cf94 0x18a01b000 + 1318804
21 CoreFoundation 0x0000000189cd2d14 0x189c26000 + 707860
22 CoreFoundation 0x0000000189cd2c68 0x189c26000 + 707688
23 CoreFoundation 0x0000000189cd23c4 0x189c26000 + 705476
24 CoreFoundation 0x0000000189ccd1fc 0x189c26000 + 684540
25 CoreFoundation 0x0000000189cccbc8 0x189c26000 + 682952
26 GraphicsServices 0x00000001940ae5cc 0x1940ab000 + 13772
27 UIKitCore 0x000000018de7f744 0x18d411000 + 10938180
28 SpeedRead.iOS 0x00000001007b1a28 _sqlite3_rekey_v2
29 SpeedRead.iOS 0x00000001007200c0 _sqlite3_rekey_v2
30 SpeedRead.iOS 0x0000000100720044 _sqlite3_rekey_v2
31 SpeedRead.iOS 0x00000001002a5044 _sqlite3_rekey_v2
32 SpeedRead.iOS 0x0000000100662390 _sqlite3_rekey_v2
33 SpeedRead.iOS 0x0000000102149200 _sqlite3_rekey_v2
34 SpeedRead.iOS 0x00000001022046dc _sqlite3_rekey_v2
35 SpeedRead.iOS 0x000000010220a934 _sqlite3_rekey_v2
36 SpeedRead.iOS 0x00000001021277b8 _sqlite3_rekey_v2
37 SpeedRead.iOS 0x00000001022e45bc undefined
38 SpeedRead.iOS 0x00000001002a4fa4 _sqlite3_rekey_v2
39 libdyld.dylib 0x0000000189b49384 0x189b48000 + 4996
.
.
some other threads here
.
.
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x0000000000000000 x5: 0x0000000000989680 x6: 0x0000000000000032 x7: 0x0000000000000600
x8: 0x00000000000005b9 x9: 0x2de21d8023b87b13 x10: 0x00000000000003e8 x11: 0x0000000000bf3d01
x12: 0x0000000150024000 x13: 0x0000000000004009 x14: 0x0000000150020000 x15: 0x0000000000003fff
x16: 0x0000000000000148 x17: 0x00000001caad2a48 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x0000000000000407 x21: 0x0000000102acd960 x22: 0x0000000151b04720 x23: 0x0000000153020350
x24: 0x000000015002cf80 x25: 0x00000001028b24e8 x26: 0x000000015301ea00 x27: 0x0000000000000009
x28: 0x000000010066238f fp: 0x000000016fcc04c0 lr: 0x0000000189a5e948
sp: 0x000000016fcc04a0 pc: 0x0000000189b3edf0 cpsr: 0x40000000
esr: 0x56000080 Address size fault
Codes at AppDelegate.cs
[Register("AppDelegate")] public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate { // You have 17 seconds to return from this method, or iOS will terminate your application. public override bool FinishedLaunching(UIApplication app, NSDictionary options) { SQLitePCL.Batteries_V2.Init(); global::Xamarin.Forms.Forms.Init(); var libPath = Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments), "..", "Library", "data"); if (!Directory.Exists(libPath)) { Directory.CreateDirectory(libPath); } var dbPath = Path.Combine(libPath,"database.sqllite"); LoadApplication(new App(dbPath)); return base.FinishedLaunching(app, options); } }