我只是尝试学习 Objective C 和 Cocoa 并使用 Google API。我正在尝试按照主页上的说明将框架包含在我的应用程序中,但我运气不佳。
有人可以提供一些更详细的说明吗?
我将不胜感激。
我在我的主应用程序下添加了 GData.xcodeproj,并在 Target->myApp 下添加了对 GData 的直接依赖项
我不断收到以下错误:
cd "/Users/ankushgupta/Xcode Projects/Google Test"
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/
pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-
symbols -resolve-src-symlinks /Users/ankushgupta/Xcode\ Projects/Google\
Test/build/Release/GData.framework /Users/ankushgupta/Xcode\ Projects/Google
\ Test/build/Release/Google\ Test.app/Contents/Frameworks
pbxcp: GData.framework: No such file or directory
我有点迷茫,我真的需要得到这个设置,这样我才能学习 API 并做一些真正的编码:(
谁能帮我这个?
提前谢谢...