iOS building problem
Unsolved
Mobile and Embedded
-
Hello there,
I am using Qt ver 5.13.0. I am trying to build our QML app on iOS. I am facing the following problem while building:=== BUILD TARGET ntm_client OF PROJECT ntm_client WITH CONFIGURATION Debug ===Check dependencies Code Signing Error: Provisioning profile "Łukasz NTMClient" has app ID "com.acme.NTMClient", which does not match the bundle ID "com.yourcompany.ntm-client". Code Signing Error: Provisioning profile "Łukasz NTMClient" doesn't include signing certificate "iPhone Developer: Łukasz Przeniosło (0123456789)". Code Signing Error: Provisioning profile "Łukasz NTMClient" doesn't match the entitlements file's value for the application-identifier entitlement. Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 12.4'** BUILD FAILED **The following build commands failed: Check dependencies (1 failure) make: *** [xcodebuild-debug-device] Error 65 10:34:08: The process "/usr/bin/make" exited with code 2. Error while building/deploying project ntm_client (kit: Qt 5.13.0 for iOS) When executing step "Make" 10:34:08: Elapsed time: 00:06.
This is my build setup:
I was struggling with the provisioning profiles world for a while now, but it feels like this time this is a Qt config problem. I would appreciate all help regarding this.