You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to login in it using a US Apple ID with two-factor authentication on. However, I didn't came across "The operation couldn’t be completed. (mas.MASError error 1.)".
Instead, the application seemed to crash instantly.
Reproduce:
Using macOS 10.14 DB5 (18A347e).
Typed "mas signin (my Apple ID here)" in Shell.
Then entered my password.
The crash report in Shell:
2018-08-07 11:12:25.153 mas[36653:163786] -[__NSXPCInterfaceProxy_ISAccountService signInWithContext:replyBlock:]: unrecognized selector sent to instance 0x7fb90e71b1c0
2018-08-07 11:12:25.154 mas[36653:163786] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSXPCInterfaceProxy_ISAccountService signInWithContext:replyBlock:]: unrecognized selector sent to instance 0x7fb90e71b1c0'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff420be90d __exceptionPreprocess + 256
1 libobjc.A.dylib 0x00007fff6e47e720 objc_exception_throw + 48
2 CoreFoundation 0x00007fff42146a36 -[NSObject(NSObject) __retain_OA] + 0
3 CoreFoundation 0x00007fff4204e290 ___forwarding___ + 1486
4 CoreFoundation 0x00007fff4204dc38 _CF_forwarding_prep_0 + 120
5 mas 0x000000010f4e2462 _T0So14ISStoreAccountC3masE6signInABSSSg8username_AE8passwordSb12systemDialogtKFZTf4ggnd_n + 1026
6 mas 0x000000010f4ffb80 _T03mas13SignInCommandV3runAA6ResultOyytAA8MASErrorOGAA0bC7OptionsVFTf4gXd_nTf4xnn_n + 592
7 mas 0x000000010f4cb1f4 _T03mas14CommandWrapperVACyxGqd__c11ClientErrorQyd__RszAA0B8ProtocolRd__7Options_AEQYd__AFRSlu33_E513F8A29DAA43E418079999EEBED6A7LlfcAA6ResultOyytAA010CommandantE0OyxGGAA14ArgumentParserCcfU_AA8MASErrorO_AA06SignInB0VTg5Tf4gg_n + 340
8 mas 0x000000010f4b770d _T03mas14CommandWrapperVACyxGqd__c11ClientErrorQyd__RszAA0B8ProtocolRd__7Options_AEQYd__AFRSlu33_E513F8A29DAA43E418079999EEBED6A7LlfcAA6ResultOyytAA010CommandantE0OyxGGAA14ArgumentParserCcfU_AA8MASErrorO_AA04InfoB0VTG5TATm + 29
9 mas 0x000000010f4b75a0 _T03mas14CommandWrapperVACyxGqd__c11ClientErrorQyd__RszAA0B8ProtocolRd__7Options_AEQYd__AFRSlu33_E513F8A29DAA43E418079999EEBED6A7LlfcAA6ResultOyytAA010CommandantE0OyxGGAA14ArgumentParserCcfU_AA8MASErrorO_AA06SignInB0VTG5TA + 16
10 mas 0x000000010f4c9286 _T03mas15CommandRegistryC4mains5NeverOSaySSG9arguments_SS11defaultVerbyxc12errorHandlertFAA8MASErrorO_Tg508_T03mas8K42OIxx_ACIxi_TR011_T03masyAA8B5OcfU_Tf3npf_nTf1nncn_nTf4nxn_n + 518
11 mas 0x000000010f4b47ff main + 5391
12 libdyld.dylib 0x00007fff6f535429 start + 1
13 ??? 0x0000000000000003 0x0 + 3
)
libc++abi.dylib: terminating with uncaught exception of type NSException
[1] 36653 abort mas signin XXX
Just confirmed that adding --dialog doesn't work. It crashes before prompting me to enter my password. The crash report is similar to the ones posted above.
The signin functionality has been horribly broken since some APIs in the private frameworks that mas uses changed in High Sierra. The crash is the same in Mojave. Two-factor auth, might also have an issue, but we won't know until we can figure out how to fix signin.
I tried to login in it using a US Apple ID with two-factor authentication on. However, I didn't came across "The operation couldn’t be completed. (mas.MASError error 1.)".
Instead, the application seemed to crash instantly.
Reproduce:
Using macOS 10.14 DB5 (18A347e).
Typed "mas signin (my Apple ID here)" in Shell.
Then entered my password.
The crash report in Shell:
XXX is my Apple ID, intentionally omitted.
The macOS crash report:
The text was updated successfully, but these errors were encountered: