Compare two Xcode build settings
Posted
by John Smith
on Stack Overflow
See other posts from Stack Overflow
or by John Smith
Published on 2010-05-22T20:48:53Z
Indexed on
2010/05/22
20:50 UTC
Read the original article
Hit count: 262
I have a project where I use two build settings predominantly. Unfortunately today something went wrong. One compiles and the other doesn't. How can I compare the two build settings in XCode to see what the differences are?
(For those interested, the error I get in one build is
jump to case label crosses initialization of 'const char* selectorName'
if you know what this means I'll be very grateful )
© Stack Overflow or respective owner