Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.8.1
-
None
-
Mac OS 10.14.3
Description
Xcode was complaining about provisioning, which led me to explore how to set the bundle ID in the generated Xcode project. The recommended solution does not appear to work.
I tried the recommended method of setting these in the "build environment"
QMAKE_TARGET_BUNDLE_PREFIX = com.mycompany
QMAKE_BUNDLE = ManuallyEnteredProjectName
and the resulting bundle ID in the Xcode project is
com.stokestack.ProjectName
Not even sure how it's deriving that.
Attachments
Issue Links
- is replaced by
-
QTBUG-70072 PRODUCT_BUNDLE_IDENTIFIER is ignored in creation of Xcode project
-
- Closed
-