Ho aggiornato il mio cocoapods (0.38.2) e gemma xcodeproj (0.27.2), ma ancora ottenere l'errore: -'pod install' dando errore sul Xcode 7
Writing Xcode project file to `Pods/Pods.xcodeproj`
2015-09-24 09:40:27.969 ruby[12098:428715] [MT] DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-8227/IDEFoundation/Initialization/IDEInitialization.m:590
Details: Assertion failed: _initializationCompletedSuccessfully
Function: BOOL IDEIsInitializedForUserInteraction()
Thread: <NSThread: 0x7fb9adbd99d0>{number = 1, name = main}
Hints: None
Backtrace:0 0x000000011038ca5c -[DVTAssertionHandler handleFailureInFunction:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation)
1 0x000000011038c1e9 _DVTAssertionHandler (in DVTFoundation)
2 0x000000011038c455 _DVTAssertionFailureHandler (in DVTFoundation)
3 0x000000011038c3b7 _DVTAssertionFailureHandler (in DVTFoundation)
4 0x00000001118c5f5c IDEIsInitializedForUserInteraction (in IDEFoundation)
5 0x000000011451deb9 +[PBXProject projectWithFile:errorHandler:readOnly:] (in DevToolsCore)
6 0x000000011451fa3e +[PBXProject projectWithFile:errorHandler:] (in DevToolsCore)
7 0x00007fff8da7df44 ffi_call_unix64 (in libffi.dylib)
[1] 12098 abort pod install --verbose
Già provato. Non funziona. Questo reimposta xcode-select, ma il mio xcode-select è configurato per correggere il percorso. – Aks
Grazie. Alla fine, ha funzionato. Ho rimosso tutto come suggerito e installato 0.38.2. Ma prima anche w = su 'pod install --verbose' stavo ottenendo la versione 0.38.2. Ancora non ho capito quale fosse il problema, le istruzioni – Aks
sotto xcode-select funzionavano alla grande, grazie! – eav