Sazzad Hissain Khan
Sazzad Hissain Khan

Reputation: 40156

iOS - Xcode module build similar to Android

Android Studio provides module build facility, where different module can be built on its own inside same project. Is there anything similar in Xcode?

Little guide with explanation will be appreciated.

Upvotes: 4

Views: 475

Answers (1)

Gurdev Singh
Gurdev Singh

Reputation: 2165

You can create a workspace which can hold multiple projects. You can build each separate project separately and include the required different projects in your final build project. You can run different test codes for different projects also with this approach.

Upvotes: 3

Related Questions