Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working through the book Cocoa Design Patterns by Buck and Yacktman and it seems their sample code is out of date. When I try to run it, xcode says: "The run destination My Mac 64-bit is not valid for Running the scheme." Is there an easy way to get the code to run?

Thanks

share|improve this question

1 Answer

up vote 1 down vote accepted

The answer is to change the Base SDK in the Build Settings to Latest Mac OS X

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.