Post

Replies

Boosts

Views

Activity

Reply to iOS application crashes on start when not debugging only
I experienced the same issue with Xcode 14.3. However, I didn't have any problems with Xcode 14.2. Date/Time: 2023-04-06 12:12:46.2499 +0900 Launch Time: 2023-04-06 12:12:46.2440 +0900 OS Version: iPhone OS 13.7 (17H35) Release Type: User Baseband Version: 1.06.00 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Description: DYLD, Assertion failed: (gotLocation), function applyFixupsToImage_block_invoke_3, file /Library/Caches/com.apple.xbs/Sources/dyld/dyld-750.4.2/dyld3/Loading.cpp, line 779. Highlighted by Thread: 0 Backtrace not available Unknown thread crashed with ARM Thread State (64-bit): x0: 0x0000000000000006 x1: 0x0000000000000009 x2: 0x000000016b687fe0 x3: 0x0000000000000014 x4: 0x000000016b687be0 x5: 0x0000000000000000 x6: 0x000000016b688970 x7: 0x000000016b688a88 x8: 0x0000000000000020 x9: 0x0000000000000009 x10: 0x2e676e6964616f4c x11: 0x6e696c202c707063 x12: 0x2f33646c79642f32 x13: 0x2e676e6964616f4c x14: 0x6e696c202c707063 x15: 0x000a2e3937372065 x16: 0x0000000000000209 x17: 0x00000001054c3370 x18: 0x0000000000000000 x19: 0x0000000000000000 x20: 0x000000016b687be0 x21: 0x0000000000000014 x22: 0x000000016b687fe0 x23: 0x0000000000000009 x24: 0x0000000000000006 x25: 0x0000000000000a19 x26: 0x00000000000012f6 x27: 0x000000010535be44 x28: 0x00000000004f7578 fp: 0x000000016b687bb0 lr: 0x00000001054d04cc sp: 0x000000016b687b70 pc: 0x00000001054c8d90 cpsr: 0x40000000 esr: 0x00000000 Address size fault Binary images description not available Error Formulating Crash Report: Failed to create CSSymbolicatorRef - corpse still valid ¯\_(ツ)_/¯ EOF
Apr ’23
Reply to ipad os 14.5 on device apple sign in not work
[SOAuthorizationCore(Core) beginAuthorizationWithParameters:completion:] operation = (null), url = https://appleid.apple.com/auth/authorize?client_id= &redirect_uri= &response_type=code%20id_token&scope=name%20email&response_mode=form_post&frame_id=ab7e6efe-061b-4e83-a0fe-908d9e94e91a&m=12&v=1.5.3, httpHeaders = {     Accept = "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";     Referer = "";     "User-Agent" = "Mozilla/5.0 (iPad; CPU OS 14_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) "; }, httpBody = (null), auditToken = (null), delegate = (null) on SOAuthorizationCore: 0x2810a9860 기본 16:49:25.961478+0900 app -[SOAuthorizationCore init]  on SOAuthorizationCore: 0x283968060 기본 16:53:45.486839+0900 app -[SOAuthorizationCore cancelAuthorization]  on SOAuthorizationCore: 0x283968060 기본 16:53:45.487102+0900 app -[SOAuthorizationCore _cancelAuthorization] requestParameters = {     AuthorizationOptions =     {         initiatingAction = 0;         initiatorOrigin =         userActionInitiated = 1;     };     CFNetworkInterception = NO;     CallerManaged = NO;     CallerTeamIdentifier = "(null)";     LocalizedCallerDisplayName = "(null)";     Realm = "(null)";     RequestedOperation = "(null)";     ResponseCode = 0;     URL =     UseInternalExtensions = YES; } on SOAuthorizationCore: 0x283968060 기본 16:53:45.488822+0900 app cancelAuthorizationWithCompletion: success = 0, error = (null) 기본 16:53:45.489692+0900 app performAuthorizationWithRequestParameters: credential = (null), error = Error Domain=com.apple.AppSSO.AuthorizationError Code=-2 "(null)" 오류 16:53:45.490211+0900 app canceling now - no SPI authorization delegate WKWebview web js
Apr ’21