I am pulling my hair out trying to figure out what the issue is :-\ * both the arrowup.png and [email protected] are installed into the app bundle, so that ain't the problem... * I set the MonoTouch's project Deployment Target to iOS 5.1 & the SDK to 5.1 (since I noticed that's what Xcode was doing)... didn't make a difference * I tried making the ObjC and MonoTouch apps use the same exact .xib file in case that was the issue... nope * I hex-diffed the generated .nibs and found they were different, so... * I dug into the exact command-line arguments and environment variables that Xcode uses to compile nibs * fixed MonoDevelop to use the exact same command-line (just changed the order of args and fixed the exported PATH env) * oddly, the results are *still* different :-( * I tried copying the nib generated by Xcode into the MT app bundle installed in the iPhone Simulator directory... no luck * I tried copying the nib generated by MonoDevelop into Xcode's app bundle, that still works
At this point, I think it's safe to say, that even though the generated .nib's are different, that it's not the cause of the problems... Unfortunately, that also means I'm at a loss to explain what is wrong :-( Jeff On Tue, Mar 13, 2012 at 2:50 PM, Jeff Stedfast <[email protected]> wrote: > Thanks Andy, > > I can reproduce here. I'll try to figure out what the issue is... > > Jeff > > > On Tue, Mar 13, 2012 at 1:38 PM, AndyW <[email protected]> wrote: > >> I've created a test project here using MonoTouch, if you look at the >> images >> and then run the simulator and then retina simulator, you'll see both use >> the 1x version. >> >> http://dl.dropbox.com/u/10852937/iPadMTRetinaTest.zip >> >> -- >> View this message in context: >> http://monotouch.2284126.n4.nabble.com/Retina-iPad-Graphics-tp4466319p4469719.html >> Sent from the MonoTouch mailing list archive at Nabble.com. >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch >> > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
