Task failed with exit 0 signal 5

Summary:

I can not find a solution to this problem! When I compile any project (with this paid developer account) for a physical device (iPhone), in this case a simple ViewController with a "HelloWorld" label, the error is always the same:


Error: Task failed with exit 0 signal 5 { / Usr / bin / codesign '--force' '--sign' '8581983B1080ABA9D731EE6CEBF1F3E8697C6009' '--verbose' '/ Users / antoniopinto / Library / Developer / Xcode / DerivedData / TestHello2-cqliftzommantyftlspfphtoysir / Build / Products / Debug-iphoneos / TestHello2.app/Frameworks/libswiftCore.dylib ' }


I copied the project to a Mac Mini and with the same account works perfectly!!!!

I want to test an app (simple Hello) on the device (iPhone) with a paid developer account I've tried using clean, hard clean, xattr -rc and nothing worked Tanks Steps to

Reproduce: Simply compile and run the project to a physical device

Have a look here:

h ttp://stackoverflow.com/questions/39932620/device-build-fails-after-upgrading-to-xcode-8


Use automatically manage signing:

Go to Target --> General --> Signing, check the Automatically manage siging.

Task failed with exit 0 signal 5
 
 
Q