Hi,
I had the message...
"The selected destination is not valid for this action"
...when i tried to build the xcode solution using xcode 4 after i
downloaded the source with...
"svn checkout
http://googletest.googlecode.com/svn/trunk/ googletest-
read-only"
In order to solve this i changed the Build Settings in 3 places
. Architectures - Standard (32/64 bit intel)
. Base SDK - Latest Mac OS X (Mac OS X 10.6)
. C/C++ Compiler Version - System default (LLVM GCC 4.2)
Now it compiles with xCode4
I am not sure if one needs to change all the 3 places, BUT it is
working.
I am a newbie with Xcode, gTest, and coding in general and i've spent
almost a week nailing down this issue. There is almost no information
about this online, so i believe it could be useful to other developers
if you put (at least) this solution online in the wiki at.
http://code.google.com/p/googletest/wiki/V1_6_XcodeGuide
Thank you
/Hugo