-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Downloaded AltServer from the website. After installing the Mail plug-in, leaving Mail open, attempting to install to a local USB-connected device, entering my Apple ID details and pressing continue, the AltServer app crashes on my Mac, every time.
macOS Catalina 10.15.4 (19E287), AltServer Version 1.3 (18), iPad Pro (2020) with iOS 13.4.1 connected locally.
Update: Same with AltServer Version 1.3.1, iOS 13.5
Inside Console, before the error shown in the Terminal log below, the following error is also logged:
{ID: com.rileytestut.AltServer, PID[2921], auid: 501, euid: 501, binary path: '/Applications/AltServer.app/Contents/MacOS/AltServer'} attempted to call TCCAccessRequest without the com.apple.private.tcc.manager.check-by-audit-token entitlement
Error log when application is opened from Terminal:
sudo /Applications/AltServer.app/Contents/MacOS/AltServer
Password:
2020-04-14 15:04:56.564 AltServer[2864:81185] Got token for com.apple.gs.xcode.auth!
Expires: 2021-04-14 14:04:56 +0000
Value:
2020-04-14 15:05:00.240 AltServer[2864:81182] -[NSNull _fastCStringContents:]: unrecognized selector sent to instance 0x7fff86065c00
2020-04-14 15:05:00.242 AltServer[2864:81182] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull _fastCStringContents:]: unrecognized selector sent to instance 0x7fff86065c00'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff2e59dd07 __exceptionPreprocess + 250
1 libobjc.A.dylib 0x00007fff672c15bf objc_exception_throw + 48
2 CoreFoundation 0x00007fff2e61cc97 -[NSObject(NSObject) __retain_OA] + 0
3 CoreFoundation 0x00007fff2e50257b ___forwarding___ + 1427
4 CoreFoundation 0x00007fff2e501f58 _CF_forwarding_prep_0 + 120
5 libswiftCore.dylib 0x00007fff67bf48d1 $ss18_bridgeCocoaStringys01_C4GutsVyXlF + 113
6 libswiftCore.dylib 0x00007fff67bf4b02 $sSS12_cocoaStringSSyXl_tcfC + 18
7 libswiftFoundation.dylib 0x00007fff67ef4b7c $sSS10FoundationE36_unconditionallyBridgeFromObjectiveCySSSo8NSStringCSgFZ + 28
8 AltServer 0x000000010c6dfce7 AltServer + 56551
9 AltServer 0x000000010c6e6ed5 AltServer + 85717
10 AltServer 0x000000010c6e11ad AltServer + 61869
11 AltSign 0x000000010cac371c __66-[ALTAppleAPI fetchCertificatesForTeam:session:completionHandler:]_block_invoke + 183
12 AltSign 0x000000010cac81b3 __87-[ALTAppleAPI sendServicesRequest:additionalParameters:session:team:completionHandler:]_block_invoke_3 + 198
13 CFNetwork 0x00007fff2cde9d9a CFURLCredentialStorageCopyAllCredentials + 24882
14 CFNetwork 0x00007fff2cd379b4 CFURLRequestGetMainDocumentURL + 15927
15 Foundation 0x00007fff30b95ba5 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
16 Foundation 0x00007fff30b95ac6 -[NSBlockOperation main] + 80
17 Foundation 0x00007fff30b95a61 __NSOPERATION_IS_INVOKING_MAIN__ + 17
18 Foundation 0x00007fff30b94c93 -[NSOperation start] + 722
19 Foundation 0x00007fff30b949b9 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
20 Foundation 0x00007fff30b94889 __NSOQSchedule_f + 182
21 libdispatch.dylib 0x00007fff6841b2b9 _dispatch_block_async_invoke2 + 83
22 libdispatch.dylib 0x00007fff6840f658 _dispatch_client_callout + 8
23 libdispatch.dylib 0x00007fff68411818 _dispatch_continuation_pop + 414
24 libdispatch.dylib 0x00007fff68410f16 _dispatch_async_redirect_invoke + 703
25 libdispatch.dylib 0x00007fff6841d957 _dispatch_root_queue_drain + 326
26 libdispatch.dylib 0x00007fff6841e097 _dispatch_worker_thread2 + 92
27 libsystem_pthread.dylib 0x00007fff686699f7 _pthread_wqthread + 220
28 libsystem_pthread.dylib 0x00007fff68668b77 start_wqthread + 15
)
libc++abi.dylib: terminating with uncaught exception of type NSException