Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › Code Signing Error: Code signing is required for product type 'Application' in S

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17550

    Niyazi

    Hi,

    I create a new empty project just for Android and iOS. After project created a files I use build menu to build empty app for iOS and Android. I get bellow error. Any help please?

     

    Kind Regards

     

    Here is my code:
    <div>15:16:56: Running steps for project NTMS…
    15:16:56: Starting: “/Users/ntms/FelgoSDK/Felgo/ios/bin/qmake” /Users/ntms/AndroidStudioProjects/NTMS/NTMS.pro -spec macx-ios-clang CONFIG+=iphoneos CONFIG+=device CONFIG+=qml_debug
    Info: creating stash file /Users/ntms/AndroidStudioProjects/build-NTMS-Qt_5_9_2_iOS_V_Play-Debug/.qmake.stash
    15:17:03: The process “/Users/ntms/FelgoSDK/Felgo/ios/bin/qmake” exited normally.
    15:17:03: Starting: “/usr/bin/make” qmake_all
    make: Nothing to be done for `qmake_all’.
    15:17:04: The process “/usr/bin/make” exited normally.
    15:17:04: Starting: “/usr/bin/make”
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LC_ALL = (unset),
    LC_MESSAGES = “en_US.utf8”,
    LANG = (unset)
    are supported and installed on your system.
    perl: warning: Falling back to the standard locale (“C”).
    xcodebuild build  -project NTMS.xcodeproj -scheme NTMS   -configuration Debug  -destination generic/platform=iOS -destination-timeout 1
    === BUILD AGGREGATE TARGET Qt Preprocess OF PROJECT NTMS WITH CONFIGURATION Debug ===</div>
    <div>Check dependencies</div>
    <div>Write auxiliary files
    write-file /Users/ntms/AndroidStudioProjects/build-NTMS-Qt_5_9_2_iOS_V_Play-Debug/NTMS.build/Debug-iphoneos/Qt\ Preprocess.build/Script-5E618435888B9D49F8540165.sh
    chmod 0755 /Users/ntms/AndroidStudioProjects/build-NTMS-Qt_5_9_2_iOS_V_Play-Debug/NTMS.build/Debug-iphoneos/Qt\ Preprocess.build/Script-5E618435888B9D49F8540165.sh
    write-file /Users/ntms/AndroidStudioProjects/build-NTMS-Qt_5_9_2_iOS_V_Play-Debug/NTMS.build/Debug-iphoneos/Qt\ Preprocess.build/Script-7EF0942E79C014DCEC8976BC.sh
    chmod 0755 /Users/ntms/AndroidStudioProjects/build-NTMS-Qt_5_9_2_iOS_V_Play-Debug/NTMS.build/Debug-iphoneos/Qt\ Preprocess.build/Script-7EF0942E79C014DCEC8976BC.sh</div>
    <div>PhaseScriptExecution Qt\ Qmake NTMS.build/Debug-iphoneos/Qt\ Preprocess.build/Script-5E618435888B9D49F8540165.sh
    cd /Users/ntms/AndroidStudioProjects/build-NTMS-Qt_5_9_2_iOS_V_Play-Debug
    /bin/sh -c \”/Users/ntms/AndroidStudioProjects/build-NTMS-Qt_5_9_2_iOS_V_Play-Debug/NTMS.build/Debug-iphoneos/Qt\ Preprocess.build/Script-5E618435888B9D49F8540165.sh\”
    make[1]: `NTMS.xcodeproj/project.pbxproj’ is up to date.</div>
    <div>PhaseScriptExecution Qt\ Preprocessors NTMS.build/Debug-iphoneos/Qt\ Preprocess.build/Script-7EF0942E79C014DCEC8976BC.sh
    cd /Users/ntms/AndroidStudioProjects/build-NTMS-Qt_5_9_2_iOS_V_Play-Debug
    /bin/sh -c \”/Users/ntms/AndroidStudioProjects/build-NTMS-Qt_5_9_2_iOS_V_Play-Debug/NTMS.build/Debug-iphoneos/Qt\ Preprocess.build/Script-7EF0942E79C014DCEC8976BC.sh\”
    /Users/ntms/FelgoSDK/Felgo/ios/bin/rcc -name resources_user ../../FelgoSDK/Felgo/ios/mkspecs/common/vplay/resources_user.qrc -o qrc_resources_user.cpp</div>
    <div>=== BUILD TARGET NTMS OF PROJECT NTMS WITH CONFIGURATION Debug ===</div>
    <div>Check dependencies
    ** BUILD FAILED **</div>
    <div>
    The following build commands failed:
    Check dependencies
    (1 failure)
    make: *** [xcodebuild-debug-device] Error 65
    Code Signing Error: Signing for “NTMS” requires a development team. Select a development team in the project editor.
    Code Signing Error: Code signing is required for product type ‘Application’ in SDK ‘iOS 11.1′</div>
    <div>15:17:05: The process “/usr/bin/make” exited with code 2.
    Error while building/deploying project NTMS (kit: Qt 5.9.2 iOS Felgo)
    The kit Qt 5.9.2 iOS Felgo has configuration issues which might be the root cause for this problem.
    When executing step “Make”
    15:17:05: Elapsed time: 00:09.</div>

    #17553

    Günther
    Felgo Team

    Hi!

    Felgo is built on top of Qt, which relies on the native platform tools for building, packaging and signing your app. For example, building Android requires the Android SDK/NDK and building for iOS requires xCode.

    For more information about mobile deployment, please see our Deployment Guide.

    The error you see indicates that Qt Creator can not correctly build / sign the app, because the iOS tools (xCode) is not set up correctly with e.g. a Developer Account / Team for signing.

    Please open xCode once to make sure:

    • All Updates / Tools are installed (if required, xCode will e.g. install additional tools at startup)
    • After fresh installation or an xCode update, you might also be asked to accept a license agreement.
    • In xCode preferences, you can log in with your iOS Developer Account, which can then also be used by Qt Creator to sign your application.

    Best,
    Günther from Felgo

Viewing 2 posts - 1 through 2 (of 2 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded