Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
Qt Creator 4.2.0-beta1
-
OSX 10.10
Description
Compile Output pane showed something like:
[...] 16:04:05: The process "/usr/bin/make" exited normally. 16:04:09: TransferAppSession(290bc5a8895a87877abf7a4618a6c51deb7b3082, /Users/chris/build-untitled6-iphoneos_clang_Qt_5_7_0_ios-Debug/Debug-iphoneos/untitled6.app)A valid provisioning profile for this executable was not found. (0xe8008015) Error while building/deploying project untitled6 (kit: iphoneos-clang Qt 5.7.0 (ios)) The kit iphoneos-clang Qt 5.7.0 (ios) has configuration issues which might be the root cause for this problem. When executing step "Deploy to Test iPhone4" 16:04:09: Elapsed time: 00:08.
(Note the "Error while...")
Inside the Issues pane I only got a warning regarding this with content:
The provisioning profile "blabla" (uniqueID) used to sign the application does not cover the device XYZ (uniqueID2). Deployment to it will fail.
I had expected the error of the compile output would be shown on the Issues pane..