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
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 :(
swift xcode7 carthage xcglogger
Dima Komar
source share