我試圖將Google Drive API整合到我的Objective-C應用程序中。我正在使用這個link。我設置了快速入門示例,並且工作正常。對於我的應用程序,我按照指示使用CocoaPods添加了API。當我運行該應用程序時,出現鏈接器錯誤,未找到GTMOAuth2,GTMSessionFetcher和GoogleAPIClient。這是一個例子。用於Objective C的Google Drive API,CocoaPods未鏈接GTMOAuth2和
ld: warning: directory not found for option '-L/Users/k/Library/Developer/Xcode/DerivedData/DA/dntvfajcuzknsddygndaenxbqsii/Build/Products/Debug-iphonesimulator/GTMOAuth2'
Under Target->Build settings -> other linker flags
-ObjC -l"GTMOAuth2" -l"GTMSessionFetcher" -l"GoogleAPIClient" -framework "Security" -framework "SystemConfiguration" -lz
的運行路徑搜索路徑,我有@executable/Frameworks
能否提供一些關於信息如何可能安裝的Xcode所以它找到GTMOAuth2,GTMSessionFetcher和GoogleAPIClient是由的CocoaPods設置。由於