Cocoa basic app with GData.framework

5 views
Skip to first unread message

ichiro

unread,
Dec 1, 2009, 7:31:43 AM12/1/09
to Google Data APIs Objective-C Client Library Discussion
Let me apologize for asking such a basic question;
I've just started using GData.framework. Downloaded samples work just
fine.
I created new Cocoa projects with templates like Cocoa application or
Cocoa Document-based application, then without touching newly-created
projects, just dragged the GData.framework to Frameworks/Linked
Frameworks and also brought it into Link Binary With Library phase
inside of the application target. When I build and run this
application, it terminates with the message like "application
terminated with status 5". What is the problem and How can I fix my
problem? Any comment would be a great help for the beginner like me.
Thanks.
Ichiro

Greg Robbins

unread,
Dec 1, 2009, 9:32:56 PM12/1/09
to gdata-objec...@googlegroups.com
Xcode should give more useful build errors in the Build Results window and the Debugger Console window.

I suspect that you have not added a phase to copy the built framework into your application's Frameworks folder. Look at the buildCopyScript file used by the sample applications.

ichiro

unread,
Dec 2, 2009, 8:56:56 AM12/2/09
to Google Data APIs Objective-C Client Library Discussion
Thank you Greg. Like you said, I did not add a file copy phase
properly.
Reply all
Reply to author
Forward
0 new messages