【发布时间】:2014-03-25 13:53:15
【问题描述】:
我在我的 ios 7 应用程序上使用 google drive sdk,一切正常,直到我将我的 xcode 从带有 ios 7 sdk 的 xcode 5.0.2 更新到带有 ios 7.1 sdk 的 xcode 5.1,现在我得到了这个错误:
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/bluesettlesarlau/Library/Developer/Xcode/DerivedData/GDrive-agxtlrnwyhhlgmfclyzmszawcbcn/Build/Intermediates/GTL.build/Debug-iphonesimulator/GTLTouchStaticLib.build/Objects-normal/i386/GTMOAuth2Authentication.o (No such file or directory)
unused variable 'kOAuth2ClientIDKey'
unused variable 'kOAuth2ClientSecretKey'
unused variable 'kOAuth2RedirectURIKey'
unused variable 'kOAuth2ResponseTypeKey'
unused variable 'kRefreshFetchArgsKey'
谁能帮帮我?
【问题讨论】:
标签: objective-c xcode ipad ios7 google-drive-api