Re: [MonoTouch] Application executable is missing a required architecture. at least one of the following architecture(s) must be present: armv7

2012-01-25 Thread trip
Thanks that worked, but, Enabling LLVM previously would work in the Simulator (release), but on the device my app would terminate straight after the Splash screen. Updating to MonoTouch 5.2 this morning has solved this. Application now submitted. Trip -- View this message in context:

Re: [MonoTouch] Application executable is missing a required architecture. at least one of the following architecture(s) must be present: armv7

2012-01-25 Thread Sebastien Pouliot
Hello, Note that enabling LLVM for the simulator is a no-op - i.e. it does nothing since the x86 JIT is used for the simulator. Regards, Sebastien On Wed, Jan 25, 2012 at 12:46 PM, trip andywh...@gmail.com wrote: Thanks that worked, but, Enabling LLVM previously would work in the Simulator

[MonoTouch] Application executable is missing a required architecture. at least one of the following architecture(s) must be present: armv7

2012-01-24 Thread trip
Trying to use Application Loader to upload my binary to the AppStore, and I'm getting this error: iPhone/ iPod application executable is missing a required architecture. at least one of the following architecture(s) must be present: armv7 Now its probably something I've missed/ done wrong in