Carthage ld: warning: directory not found for "empty search path" option

im trying to use carthage with a completely new empty project and adding two dependencies to Cartfile is how it looks:

github "RestKit/RestKit" == 0.25.0 github "DaveWoodCom/XCGLogger" 

next im going a:

 carthage update --platform ios 

and get the following error after creating XCGLogger:

 ld: warning: directory not found for option '-F/Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks' ld: warning: directory not found for option '-F/Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/Developer/Library/Frameworks' 

I tried to remove and add different search paths with no luck :(

+8
swift xcode7 carthage xcglogger
source share

No one has answered this question yet.

See related questions:

105
Xcode 7 Library Search Path Warning
54
Getting a Framework Framework-related warning in Xcode 7.0
twenty
xcode7 ios9 about libz.tbd is not an object file (not allowed in the library)
eighteen
Xcode 7 Warning - directory not found for option - iPhoneSimulator9.0.sdk
3
warning: directory not found for option after upgrade to xcode 7
2
After upgrading xcode to the latest version 8.0, receiving an undefined PLBuildVersion warning. How to solve this?
one
Convert my Swift code to Swift 2.0
one
Xcode 7 cannot find .dylib, no existing solution works for me
0
After getting the latest version of Xcode, I get an error
0
Swift - directory not found for option

All Articles