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)
Activity
Epiczzor commentedon Jan 24, 2018
Hi, I have resolved this issue,
Forgot to run pod install, and was opening the project instead of opening the workspace