You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.
App built from template using Cookiecutter prompts creates app with incorrect company name in bundle identifier. App fails to install with error message: “Failed to install the requested application… The bundle identifier of the application could not be determined.”
Steps taken:
Downloaded and installed Cookiecutter, followed guidelines for creating a template app, disregarding ‘Hockey config’ and ‘Jira key’. When running app, bundle identifier in project editor is incorrect; app fails to install to simulator with error message: “Failed to install the requested application… The bundle identifier of the application could not be determined." By manually updating the id in the project editor problem is solved.
Expected Results:
Bundle identifier would be set during script initiated setup.
Actual Results:
Bundle Identifier incorrect.
Script inputs:
Project info:
Notes:
It appears that the default value is populating the build regardless of user inputed value for bundle identifier.
The text was updated successfully, but these errors were encountered:
Xcode version: 10.2.1
Description:
App built from template using Cookiecutter prompts creates app with incorrect company name in bundle identifier. App fails to install with error message: “Failed to install the requested application… The bundle identifier of the application could not be determined.”
Steps taken:
Downloaded and installed Cookiecutter, followed guidelines for creating a template app, disregarding ‘Hockey config’ and ‘Jira key’. When running app, bundle identifier in project editor is incorrect; app fails to install to simulator with error message: “Failed to install the requested application… The bundle identifier of the application could not be determined." By manually updating the id in the project editor problem is solved.
Expected Results:
Bundle identifier would be set during script initiated setup.
Actual Results:
Bundle Identifier incorrect.
Script inputs:

Project info:

Notes:
It appears that the default value is populating the build regardless of user inputed value for bundle identifier.
The text was updated successfully, but these errors were encountered: