Error: Task failed with exit 1 signal 0 .... libswiftCore.dylib xcode 9. 1 Swift 4
Error. I do not know how to address the problem. Please can someone advise? I can build the app on the simulator but not on the device iphone.
First Solution
Try to reset/ delete the derived Data
rm -rf /Users/johnDow/Library/Developer/Xcode/DerivedData/*
If that doesn't work I had to re install xcode AND restart computer to fix it
Second Solution
- Close Xcode.
- Open Key Chain.
- Find the iOS Developer cert in Local.
- Drag and drop the cert from Local to the System tab.
- Enter admin password when prompted.
- Start Xcode and build project for your device.
No comments: