Qt project for iOs Is it possible to put a second copy of the program on the iPhone? What project parameters do I need to change for this?

If I change the CFBundleIdentifier field in the plist file, then the assembly is covered:

The code Sign error was found: No provisioning profiles matching the “com.XXXXXX.ios” were found.

ps If I change CFBundleName, then during installation, a copy of the program with the same name is demolished.

  • Povangu ... name? - Invision
  • I delve into the plist file. If you change CFBundleName, then during installation, a copy of the program with the same name is demolished. - pier_nasos

2 answers 2

It is necessary to change in the plist Bundle Identifier (CFBundleIdentifier) well, and generate a new profile, since this is another application

  • Yes, that was the end of it. Plus, I needed another iOs App ID. - pier_nasos

You can make provision for a set of bundleIDs (like "com.app. *). Then you can use any bundleID with the prefix com.app