views:

233

answers:

2

I have two Xcode iPhone projects I want to merge. Both have viewcontrollers, xibs and appdelegates.

I have merged them but have over a dozen fatal errors, largely about one of the appdelegates.

I went into info.plist and changed the main nib from the first project to the second but am still getting the errors about the second project's appdelegate.

Not sure how to resolve this ... copy everything from the second AD over to the first AD?

Brooks

A: 

Look in the settings for the targets, you should be able to specify their app delegates somewhere there, I dont quite remember where, dont have my mac infront of me, but when im there ill check it out and post an edit.

Daniel
A: 

Did you resolve this matter? I am developing an app, and I found it easier to develop separate and then merge. Also having problems with the delegates, since they all use applicationDidFinishLaunching and dont know how to merge them. Also am confused with the way the 2 MainWindows should be. Both of them have a file' owner, delegates, etc. dont know how to convert one to a viewcontroller. If you found the answer, please don't hesitate to contact me or post

GianPac
This was a month ago. I did solve it but don't remember how, sorry.
Brooks