Reputation: 91
Xcode has a 'play button' to build and then run the current scheme for C++ code. Is there a way to only build the program without running it in Xcode?
Upvotes: 8
Views: 1889
Reputation: 437702
Press command+B or choose "Build" from Xcode's "Product" menu.
Upvotes: 14