devernay / xcodelegacy

Legacy components for XCode 4-12 (deprecated compilers and Mac OS X SDKs)
https://github.com/devernay/xcodelegacy
470 stars 63 forks source link

Compiler + Xcode 10.1 Error #49

Open livemath opened 5 years ago

livemath commented 5 years ago

When I install the older compilers for Xcode 10.1 on High Sierra I get the following error at (any) compile:

: could not create session: requestError(description: "unknown error : while handling message: unableToInitializeCore(errors: : [\"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/ : Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/GCC : 4.0.xcplugin/Contents/Resources/GCC Generic.xcspec: warning: spec : \\':com.apple.compilers.gcc\\' already registered from : /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents : /SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM : 1.0.xcplugin/Contents/Resources/Default Compiler.xcspec\", : \"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/ : Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/GCC : 4.2.xcplugin/Contents/Resources/GCC 4.2.xcspec: error: unknown spec : \\'Class\\': \\'PBXCompilerSpecificationGcc3_3\\'\", : \"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/ : Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/GCC : 4.0.xcplugin/Contents/Resources/GCC 4.0.xcspec: error: unknown spec : \\'Class\\': \\'PBXCompilerSpecificationGcc3_3\\'\"])")

ShikiSuen commented 5 years ago

I have met exactly the same problem.

ShikiSuen commented 5 years ago

image

a2sheppy commented 5 years ago

Same issue here. I spent a little time trying to figure it out and came up with very little, other than wondering if perhaps the new build system in Xcode 10.1 is a factor.

gghose commented 5 years ago

Yes, switch to the old build system, and things should work.