簡體   English   中英

當我嘗試在 iPhone 11 Pro Max(iOS 13.2)上運行應用程序時,Xcode11.1 崩潰

[英]Xcode11.1 crashed when I try to run app on iPhone 11 Pro Max(iOS 13.2)

我將我的 iPhone 11 Pro Max 從 iOS 13.1.3 升級到 iOS 13.2,然后我嘗試在我的 iPhone 上運行應用程序,但每次 Xcode(11.1) 都崩潰了。 這是日志:

Process:               Xcode [1358]
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               11.1 (15405)
Build Info:            IDEFrameworks-15405000000000000~13 (11A1027)
App Item ID:           497799835
App External ID:       832925179
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [1358]
User ID:               501

Date/Time:             2019-10-30 16:56:32.317 +0800
OS Version:            Mac OS X 10.15.1 (19B88)
Report Version:        12
Bridge OS Version:     4.1 (17P1081)
Anonymous UUID:        XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX


Time Awake Since Boot: 6100 seconds

System Integrity Protection: enabled

Crashed Thread:        7  Dispatch queue: Mutex to protect _hasPerformedWorkerAction

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
ProductBuildVersion: 11A1027
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Invalid parameter not satisfying: aString != nil
UserInfo: (null)
Hints: 
  0: Calling block provided to DVTSyncPerformBlock() here:

  0   DVTSyncPerformBlock (in DVTFoundation)
  1   -[IDEExecutionRunnableTracker executionWantsHold:withError:] (in IDEFoundation)
  2   -[IDERunOperationWorker _startWithRetrying:] (in IDEFoundation)
  3   __44-[IDERunOperationWorker _startWithRetrying:]_block_invoke_3 (in IDEFoundation)
  4   __48-[DVTDispatchLock_Recursive performLockedBlock:]_block_invoke (in DVTFoundation)
  5   _dispatch_client_callout (in libdispatch.dylib)
  6   _dispatch_lane_barrier_sync_invoke_and_complete (in libdispatch.dylib)
  7   DVTDispatchBarrierSync (in DVTFoundation)
  8   -[DVTDispatchLock performLockedBlock:] (in DVTFoundation)
  9   -[DVTDispatchLock_Recursive performLockedBlock:] (in DVTFoundation)
 10   __44-[IDERunOperationWorker _startWithRetrying:]_block_invoke_2 (in IDEFoundation)
 11   __DVT_CALLING_CLIENT_BLOCK__ (in DVTFoundation)
 12   __DVTDispatchAfter_block_invoke (in DVTFoundation)
 13   _dispatch_client_callout (in libdispatch.dylib)

我在另一部 iPhone(iPhone 6s Plus,iOS 13.2)上運行了相同的項目,效果很好……我不知道為什么。 我的 iPhone 11 Pro Max 有問題嗎?

我該如何解決這個問題...誰能幫助我? 謝謝。

最后,我能夠通過以下方式運行我的 iPhone 11 / iOS 13.3 / Xcode 11.1 ( /Applications/Xcode.app ) 調試:

安裝 Xcode 11.3.1 @ /Applications/Xcode11.3.1.app/

/Applications/Xcode11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.2復制到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.2

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.2復制到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.3

這是一個相當標准的做法xcode 設備支持 11.3 15E5216a事情只是使用 Xcode 11.3.1 中的這個特殊13.2作為13.3 “冒名頂替者”在我的情況下已經足夠好了。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM