Whenever I build my Xcode project, after compiling all my code, it takes forever to finish "signing product." (I believe it's because the project includes about 200 MB of resources that need signing.) I would like to skip the code signing during development, so the build can finish faster. How can I do this?
As of Xcode 10, here is how to turn off code signing for a macOS app:
With this setting, Xcode will not sign your app target.