Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

iOS-template script generates incorrect bundle identifier in app #135

@joeycheek

Description

@joeycheek

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:
Screen Shot 2019-06-17 at 3 56 46 PM

Project info:
Screen Shot 2019-06-17 at 3 57 33 PM

Notes:

It appears that the default value is populating the build regardless of user inputed value for bundle identifier.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions