Got error in compiling

When I build with Option - SDK version : iOS 4.2 Simulator … I can run the simulator in xcode.
But when I build with Option - SDK version : iOS 4.2 … (screenshot include)

I got error when try to run in xcode (screenshot include)

And I have try to change another option : Target Platform : armv7, armv6, universal … and still got this error.

Please help me what should I do …

Also is there an article or thread in this forum that discuss step by step to compile and try in iPad device. I just sign in iOS developer and buy Unity3D for iOS license … thanks …

Don’t try to use the simulator since its doesn’t work well with Unity. Error is because arm7 is selected but simulator always runs only on i386 and I guess unity doesn’t communicate or config xcode to do the proper combination.

can you point me how to port to ipad ? is there any link to discuss this?

top left corner of xcode has dropdown for device/simulator

@petero, you have Unity set to build for device and then Xcode set to build for simulator. http://markup.io/v/d557dnjh6v0c The settings need to match.

@Ostwind, @Prime31 … thanks for your help … I just solve the problem … now I can test my games on iPad …

Btw … I notice a message “missing base SDK” is this a problem that I must worry ?

thanks pal

@petero, as long as its compiling and running dont worry much about it.

ooohh … ok Prime31 … thx for your quick response