Sharing App development with a colleague

I'm developing an App. I registered at Apple as a developer.


Can I take another developer under the hood of my developer account?


I would like to share the github project with my son who sits geographically away.

I was able to share my github project with him and he could import the project into his Xcode IDE.

But when running the app under his Xcode, he gets an error:


"Build system information error: Signing for "myApp" requires a development team. Select a development team in the project editor"


--

Christoph

Replies

> I registered at Apple as a developer.


Just to confirm that means a paid Developer Program account, and not simply an Apple ID used for Xcode's free provisioning...?


>Can I take another developer under the hood of my developer account?


Not unless the dev account reflects a company/LLC (vs. individual) registration.


>But when running the app under his Xcode, he gets an error:


Is that project set for auto code signing?


What type of build is he attempting to sign? Where will it be used? Sim? Device? Store?


Is he using your dev-centric appleID to sign in to Xcode?