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
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.
The text was updated successfully, but these errors were encountered:
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].
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
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
The text was updated successfully, but these errors were encountered: