簡體   English   中英

在OS X Yosemite上安裝xcode 4

[英]Install xcode 4 on OS X Yosemite

我需要在優勝美地上安裝舊版本的Xcode。 Xcode 5完美安裝,但我面臨Xcode 4的問題。它崩潰了,這些是錯誤:

Process:               Xcode [4341]
Path:                  /Applications/Xcode 3.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               4.6.3 (2068)
Build Info:            IDEApplication-2068000000000000~3
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [4341]
User ID:               501

OS Version:            Mac OS X 10.10 (14A389)
Report Version:        11
Anonymous UUID:        5F18251C-5B88-768B-7023-12B7B510FD63


Time Awake Since Boot: 13000 seconds

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

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

Application Specific Information:
ProductBuildVersion: 4H1503
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Error getting value for key 'delegateClass' of extension 'Xcode.OrganizerSource.ArchivedApplications.ArchiveListContextualMenu' in plug-in 'com.apple.dt.IDE.IDEArchivedApplicationsViewer'
UserInfo: {
NSUnderlyingError = "Error Domain=DVTPlugInErrorDomain Code=2 \"Loading a plug-in failed.\" UserInfo=0x4016afbe0 {DVTPlugInIdentifierErrorKey=com.apple.dt.IDE.IDEiPhoneSupport, DVTPlugInExecutablePathErrorKey=/Applications/Xcode 3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport, NSLocalizedRecoverySuggestion=The plug-in or one of its prerequisite plug-ins may be missing or damaged and may need to be reinstalled., NSLocalizedDescription=Loading a plug-in failed., NSFilePath=/Applications/Xcode 3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin, NSLocalizedFailureReason=The plug-in \U201ccom.apple.dt.IDE.IDEiPhoneSupport\U201d at path \U201c/Applications/Xcode 3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin\U201d could not be loaded.  The plug-in or one of its prerequisite plug-ins may be missing or damaged., NSUnderlyingError=0x40033a480 \"The bundle \U201cIDEiPhoneSupport\U201d couldn\U2019t be loaded because it is damaged or missing necessary resources.\"}";
}
Hints: None
Backtrace:
  0  0x00007fff97fe3634 __exceptionPreprocess (in CoreFoundation)
  1  0x00007fff8db0c6de objc_exception_throw (in libobjc.A.dylib)
  2  0x0000000106012e16 -[DVTExtension valueForKey:] (in DVTFoundation)

ECT ....

建議不要運行Xcode 5或6,而要安裝iOS 6 SDK,這樣就可以在Xcode 5或6上編譯iOS 6 SDK應用程序,而不是嘗試運行Xcode 4。

請注意,2015年2月之后, Apple將不接受SDK <8的任何應用程序提交 。應用程序也必須也是64位的(當然,仍然允許您發布雙32位/ 64位應用程序) 。

暫無
暫無

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

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