OK, so examining things a little more closely, I see that in a new MT project, double-clicking on a xib causes MT to make a little sandbox with a copy of your xib and the MT-generated *.h and *.m files Xcode will want to use -- the sandbox is in obj/Xcode/0 directory.
When I double-click on a xib in my converted project, no such parallel copy is made. I thought maybe this was because they resided in a directory off the main directory, but this is not a problem in a new project. What bit needs to be flipped to make MT know to do this? I did a quick look at the .csproj and don't see much there. I'm stuck with a bunch of UI changes and no good way to make them... bjs On Thu, Nov 17, 2011 at 12:47 PM, Brian Schuth <[email protected]> wrote: > Just moved my MT stack over to the newest latest and greatest stable > versions. Learned how to do outlets in XCode 4 on a new project, no problem. > > But when I open my main application solution, which I've been working on > since June, was it supposed to convert and create .h files for all my xibs? > I did get a conversion message, but there are no .h files anywhere (at > least I haven't found them yet), and so when I open my old xibs there's no > place to drag my new outlets to. > > Am I missing something? The solution contains a lot of support libraries > as well as two iPad projects. Might I be confusing the converter? > > Thanks. bjs > > -- > Brian Schuth > ALPHCE, Inc. > Eastport, ME > +1 207 370 2430 > [email protected] > > -- Brian Schuth ALPHCE, Inc. Eastport, ME +1 207 370 2430 [email protected]
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
