iphone - Integrating Different Xcode projects into a single project -


in iphone app, had divided app modules.

each module prepared individual xcode project.

now have integrated modules referencing , copying necessary files.

i want submit app store.

will apple accept project comprised of different individual modules being referenced one?

is right way of doing it?

is there better way?

should consider recreating whole project one?

would different app delegates not issue if so?

please , suggest

thanks.

when submit app store submit single .app binary , not xcode project. apple won't know you're referencing other projects. build files need , compile single binary.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -