Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Compile qt ios project in shell, signature error!
Forum Updated to NodeBB v4.3 + New Features

Compile qt ios project in shell, signature error!

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 228 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chyly
    wrote on last edited by
    #1

    I want to compile under the shell, but the final step of the signature process is wrong.
    The shell script looks like this:

    Qmake ./apppro6.pro -spec macx-ios-clang CONFIG+=release CONFIG+=iphoneos CONFIG+=device
    Make qmake_all
    Make

    The error message is as follows:

    /usr/bin/codesign --force --sign 8F4DD5ABC07558499100E723B27218EEFC964EA5 --entitlements /Users/liu/build/APPLE/daily_build/APPLE5/main/.xcode/RZ-WD6.build/Release-iphoneos/xxx.build/RZ-WD6.app.xcent --timestamp=none /Users/liu/build/APPLE/daily_build/APPLE5/main/Release-iphoneos/xxx.app
    /Users/liu/build/APPLE/daily_build/APPLE5/main/Release-iphoneos/xxx.app: errSecInternalComponent
    Command /usr/bin/codesign failed with exit code 1

    ** BUILD FAILED **

    Compiling with qtcreator is normal and the signature is correct.
    Which one can help me solve this problem?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved