-
Notifications
You must be signed in to change notification settings - Fork 292
Description
Trying a simple google sign in for an iOS Build, cocoa pods was installed successfully, even ran it before building on Xcode, got this error on Xcode when I was trying to build
ld: warning: directory not found for option '-L/Users/Sahil/Library/Developer/Xcode/DerivedData/Unity-iPhone-dquohajfthqtuwcwbouazpxioeaj/Build/Products/ReleaseForRunning-iphoneos/GTMOAuth2'
ld: warning: directory not found for option '-L/Users/Sahil/Library/Developer/Xcode/DerivedData/Unity-iPhone-dquohajfthqtuwcwbouazpxioeaj/Build/Products/ReleaseForRunning-iphoneos/GTMSessionFetcher'
ld: warning: directory not found for option '-L/Users/Sahil/Library/Developer/Xcode/DerivedData/Unity-iPhone-dquohajfthqtuwcwbouazpxioeaj/Build/Products/ReleaseForRunning-iphoneos/GoogleToolboxForMac'
ld: library not found for -lGTMOAuth2
clang: error: linker command failed with exit code 1 (use -v to see invocation)