I would remove your DEVELOPMENT_TEAM id from the xcodeproj file and put them to xcconfig file. Then in your project file, specify
DEVELOPMENT_TEAM = "$(inherited)";
Other devs forking/cloning your project would then specify their dev team id in their xcconfig file.
See https://help.apple.com/xcode/mac/11.4/#/dev745c5c974 for more information.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags: