Tag Archives: Symbian/iPhone/Android

Mobile development: prompt ‘Task failed with exit 1 signal 0 {…’ error

Task failed with exit 1 signal 0 {… ‘
This is a problem caused by the failure of key string verification. Follow the following steps to deal with it
1. Close Xcode
2, open the ‘key string access’ program
3. Drag your developer credentials from the Login page to the Systems page.
4. After dragging, the key string and key will be prompted. The selection is always allowed
5. Recompile the APP, and the problem will be solved
 
https://stackoverflow.com/questions/41205250/swift-sdtlib-tool-error-task-failed-with-exit-code-1

Mobile development: the error of “task failed with exit 1 signal 0 {…”

compile time, always prompt ‘Task failed with exit 1 signal 0 {… ‘

this is the problem caused by failed key string verification, follow the following steps to handle

1. Close xcode

2, open the ‘key string access’ program

Drag your developer credentials from the login page to the systems page.

4. After dragging, the key string and key will be prompted, and the choice is always allowed. Generally, it is not necessary to enter the password, but click

several times
5. Recompile app, and the problem can be solved by

https://stackoverflow.com/questions/41205250/swift-sdtlib-tool-error-task-failed-with-exit-code-1