Xcode 10, Command CodeSign failed with a nonzero exit code

后端 未结 30 2868
忘掉有多难
忘掉有多难 2020-12-02 05:49

Everytime I build console is showing this message.

CodeSign /Users/admin/Desktop/AppStoreBuild/Project201/build/Debug-iphonesimulator/Project.app (in

30条回答
  •  日久生厌
    2020-12-02 06:00

    I had that problem and Xcode failed to compile on the device, but on simulator, it worked fine.

    I solved with these steps:

    1. Open keychain access.
    2. Lock the 'login' keychain.
    3. Unlock it, enter your PC account password.
    4. Clean Project in the product menu.
    5. Build it Again.

    And after that everything works fine.

提交回复
热议问题