Different PRODUCT_NAME in Debug and Release build causing Xcode confusion

9 views
Skip to first unread message

Timac

unread,
Nov 4, 2009, 12:40:15 PM11/4/09
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;
[...]

Greg Robbins

unread,
Nov 4, 2009, 5:37:44 PM11/4/09
to gdata-objec...@googlegroups.com
Thank you for pointing this out. I've fixed it in the top-of-trunk sources.

http://code.google.com/p/gdata-objectivec-client/source/detail?r=390

Timac

unread,
Nov 5, 2009, 10:28:52 AM11/5/09
to Google Data APIs Objective-C Client Library Discussion
Thanks!
Reply all
Reply to author
Forward
0 new messages