我刚从朋友那里收到了一个相当大的iOS Xcode Objective-C项目,我正在尝试构建并运行在我自己的机器上提供给我的解决方案。当我去运行代码时,我收到了这个错误:
ld: warning: directory not found for option '-L/Users/huxdr/Library/Developer/Xcode/DerivedData/Presence-fwasplradhrerkdlyqnnnacvggws/Build/Products/Debug-iphonesimulator/Google-Maps-iOS-Utils'
ld: library not found for -lGoogle-Maps-iOS-Utils
clang: error: linker command failed with exit code 1 (use -v to see invocation)
有没有人知道我应该添加/包含什么才能让项目成功链接这个库?