> IIRC there was a change made for iPad (only) applications since Apple > now enforce them (when submitted to the AppStore) to use ARMv7.
Our app is Universal. But when running on the iPad, I guess it wanted to use ARMv7 C functions which were missing and that caused the unresolved P/Invoke? In the end, we wanted to get to all ARMv7 code because our app is CPU intensive and we only want to run on the latest devices. This issue forced us to get there sooner. :) Thanks for your help, Conway
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
