After upgrading to XCode 8 I am no longer able to run or debug my application using AppCode. I am running version of 2.16.2.3 of AppCode. After attempting Run|Run from AppCode's menu I get the following error in the messages tool window.
Error:Build failed in 2s 432ms
Note:Code signing is required for product type 'Application' in SDK 'iOS 10.0'
XCode is able to build, run and debug the application with no problem. I have code signing identity set to Automatic/IOS Developer for all configurations of my target. I've tried Invalidate Caches/Restart from AppCode but no luck.
Anyone have any ideas?
Thanks