Since upgrading to Xcode 8 I cannot run any app on my iPhone. The build fails with error:
error: Task failed with exit 0 signal 11
cd /Users/xxx/Library/Developer/Xcode/DerivedData
clean ~
Use automatically manage signing:
Go to Target --> General --> Signing, check the Automatically manage siging.
Can you try deleting the app from the device and also deleting the derived directory in Xcode and trying again
Clean the project and clean the build folder.
Project->Clean
Project-> (hold alt) Clean
I have ran into many issues after upgrading and a full clean has fixed them.
Delete the app from the device, then clean the project. It works for me. Hope
Damn Xcode...
After upgrading to High Sierra and Xcode 9, I have spend a lot of time... After combining all the answers here, I solved it in the following way.