Timac
unread,Nov 4, 2009, 12:40:15 PM11/4/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Data APIs Objective-C Client Library Discussion
Hey,
My Xcode project (which contains the GData project as dependencies)
gets dirty each time I open it.
It appears that the problem comes from the fact that the
'GDataIPhoneUnitTests' product is called 'GDataIPhoneUnitTests' in the
Debug configuration but 'GDataTouchUnitTests' in the release
configuration. Xcode gets confused. Apparently 'GDataTouchUnitTests'
should be renamed to 'GDataIPhoneUnitTests' because that's the only
place with such a product name.
Alexandre
In the diff of the revision r317, you see:
4F85E016103B83B700B4C418 /* Debug */ = {
[...]
PRODUCT_NAME = GDataIPhoneUnitTests;
[...]
};
6283 4F85E017103B83B700B4C418 /* Release */ = {
[...]
PRODUCT_NAME = GDataTouchUnitTests;
[...]