Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal: DevTeamOverride instructions in CONTRIBUTING.md are insufficient (cannot handle PRODUCT_BUNDLE_IDENTIFIER) #782

Open
gsbernstein opened this issue Nov 20, 2024 · 1 comment
Labels
internal Internal technical issue

Comments

@gsbernstein
Copy link

gsbernstein commented Nov 20, 2024

Reference

https://github.com/leits/MeetingBar/blob/0ad4325b2f05d9f093c0d7250a58869406740c4b/CONTRIBUTING.md

This file is able to set DEVELOPMENT_TEAM, but I also need to override PRODUCT_BUNDLE_IDENTIFIER

Failed Registering Bundle Identifier: The app identifier "leits.MeetingBar" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again.

@gsbernstein gsbernstein added the internal Internal technical issue label Nov 20, 2024
Copy link

dosubot bot commented Nov 20, 2024

Hello @gsbernstein! I'm here to help you with any bugs, questions, or contributions you have for MeetingBar. Let's work together to resolve the issue you're facing.

The DevTeamOverride instructions in the CONTRIBUTING.md file guide you to build MeetingBar on your computer by configuring the project to use your own Apple-supplied development team. This is done by creating a plain-text file named XCConfig/DevTeamOverride.xcconfig with the following content:

DEVELOPMENT_TEAM = <your development team id here>

If you find these instructions insufficient, it might be helpful to ensure that your development team ID is correctly entered and that the file is placed in the correct directory. If additional configuration steps are needed, they are not specified in the available documentation [1].

To continue talking to Dosu, mention @dosu.

@gsbernstein gsbernstein changed the title Internal: DevTeamOverride instructions in CONTRIBUTING.md are insufficient Internal: DevTeamOverride instructions in CONTRIBUTING.md are insufficient (cannot handle PRODUCT_BUNDLE_IDENTIFIER) Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal technical issue
Projects
None yet
Development

No branches or pull requests

1 participant