I tested 20 of my apps on devices then published updates to the app store.
EVERY app is crashing when my users are updating.
The error is identical on all. It looks like the linker is killing the AppDelegate???
" Unhandled managed exception: Could not load type 'General.AppDelegate' from assembly 'Dentist651203671,"
Here's the full trace using the newest Xamarin Studio
EVERY APP IS DEAD on the app store
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] :
Unhandled Exception:
0 Dentist651203671 0x007734ad Dentist651203671 +
6825133
1 Dentist651203671 0x00774391 Dentist651203671 +
6828945
2 Dentist651203671 0x0077497b Dentist651203671 +
6830459
3 Dentist651203671 0x0075d6b5 Dentist651203671 +
6735541
4 Dentist651203671 0x002f11a8 Dentist651203671 +
2097576
5 Dentist651203671 0x00783f4d Dentist651203671 +
6893389
6 Dentist651203671 0x00789537 Dentist651203671 +
6915383
7 Dentist651203671 0x006fc177 Dentist651203671 +
6336887
8 UIKit 0x34a31265 UIApplicationMain + 1036
at (wrapper managed-to-native)
MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr)
<0x00110>
at MonoTouch.UIKit.UIApplication.Main (string[],string,string) <0x000dc>
at General.Application.Main (string[]) <0x00020>
at (wrapper runtime-invoke) object.runtime_invoke_dynamic
(intptr,intptr,intptr,intptr) <0x000c8>
13 Dentist651203671 0x0078429b Dentist651203671 +
6894235
14 Dentist651203671 0x00789537 Dentist651203671 +
6915383
15 Dentist651203671 0x0078c1cb Dentist651203671 +
6926795
16 Dentist651203671 0x0078c41f Dentist651203671 +
6927391
17 Dentist651203671 0x007528f7 Dentist651203671 +
6691063
18 Dentist651203671 0x007d2d04 Dentist651203671 +
7216388
19 Dentist651203671 0x00111874 Dentist651203671 +
133236
Aug 22 18:40:36 IanVinkiPhone5 kernel[0] : launchd[2220] Builtin
profile: container (sandbox)
Aug 22 18:40:36 IanVinkiPhone5 kernel[0] : launchd[2220] Container:
/private/var/mobile/Applications/FA45B018-D8AB-449C-80C7-AD02AAF3D58D (sandbox)
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : Unhandled
managed exception: Could not load type 'General.AppDelegate' from assembly
'Dentist651203671, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
(System.TypeLoadException)
at (wrapper managed-to-native)
MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args,
System.String principalClassName, System.String delegateClassName) [0x00000] in
:0
at General.Application.Main (System.String[] args) [0x00000] in :0
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : Stacktrace:
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] :
Native stacktrace:
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 0
Dentist651203671 0x00773d1f Dentist651203671 + 6827295
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 1
Dentist651203671 0x0077cf49 Dentist651203671 + 6864713
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 2
libsystem_c.dylib 0x3ad3dd3b _sigtramp + 42
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 3
libsystem_c.dylib 0x3ad33fb7 pthread_kill + 58
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 4
libsystem_c.dylib 0x3ad7036b abort + 94
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 5
Dentist651203671 0x007e0a2c monotouch_create_managed_ref +
1412
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 6
Dentist651203671 0x00771f7f Dentist651203671 + 6819711
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 7
Dentist651203671 0x007846cb Dentist651203671 + 6895307
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 8
Dentist651203671 0x007748ad Dentist651203671 + 6830253
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 9
Dentist651203671 0x0077497b Dentist651203671 + 6830459
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 10
Dentist651203671 0x0075d6b5 Dentist651203671 + 6735541
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 11
Dentist651203671 0x002f11a8 Dentist651203671 + 2097576
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 12
Dentist651203671 0x00783f4d Dentist651203671 + 6893389
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 13
Dentist651203671 0x00789537 Dentist651203671 + 6915383
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 14
Dentist651203671 0x006fc177 Dentist651203671 + 6336887
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 15 UIKit
0x34a31265 UIApplicationMain + 1036
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 16
Dentist651203671 0x00176a40 Dentist651203671 + 547392
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 17
Dentist651203671 0x0011af70 Dentist651203671 + 171888
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 18
Dentist651203671 0x001118a8 Dentist651203671 + 133288
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 19
Dentist651203671 0x002cf328 Dentist651203671 + 1958696
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 20
Dentist651203671 0x0078429b Dentist651203671 + 6894235
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 21
Dentist651203671 0x00789537 Dentist651203671 + 6915383
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 22
Dentist651203671 0x0078c1cb Dentist651203671 + 6926795
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 23
Dentist651203671 0x0078c41f Dentist651203671 + 6927391
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 24
Dentist651203671 0x007528f7 Dentist651203671 + 6691063
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 25
Dentist651203671 0x007d2d04 Dentist651203671 + 7216388
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] : 26
Dentist651203671 0x00111874 Dentist651203671 + 133236
Aug 22 18:40:36 IanVinkiPhone5 Dentist651203671[2220] :
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Aug 22 18:40:36 IanVinkiPhone5 ReportCrash[2221] : Formulating crash
report for process Dentist651203671[2220]
Aug 22 18:40:36 IanVinkiPhone5 com.apple.launchd[1]
(UIKitApplication:com.sandapps.dentist[0x1f70][2220]) :
(UIKitApplication:com.sandapps.dentist[0x1f70]) Job appears to have crashed:
Abort trap: 6
Aug 22 18:40:36 IanVinkiPhone5 backboardd[26] : Application
'UIKitApplication:com.sandapps.dentist[0x1f70]' exited abnormally with signal
6: Abort trap: 6
Aug 22 18:40:36 IanVinkiPhone5 ReportCrash[2221] : libMobileGestalt
copySystemVersionDictionaryValue: Could not lookup ReleaseType from system
version dictionary
Aug 22 18:40:36 IanVinkiPhone5 ReportCrash[2221] : Saved crashreport to
/var/mobile/Library/Logs/CrashReporter/Dentist651203671_2013-08-22-184036_IanVinkiPhone5.plist
using uid: 0 gid: 0, synthetic_euid: 501 egid: 0