elliotrock
elliotrock

Reputation: 3420

How can two developer with personal Apple Dev accounts work on same code?

I will be working on an iPhone app with another developer. We both have personal accounts. I am the actually owner of the application.

Can we start the same named project and just work of a shared SVN repository with only the classes files being shared? Would this work around any compiling issues?

Thanks

Upvotes: 0

Views: 174

Answers (1)

BoltClock
BoltClock

Reputation: 724462

Yes, you can, but you don't both start the same project. One of you creates it and imports it to a repository, then both of you check out working copies from the repository.

Upvotes: 1

Related Questions