App submission still wont be accepted

Hi,

Im going mad with this, Ive followed peoples advice on the forum but it still wont accept my app update:

Invalid Binary Architecture - iOS 3.0 introduces support for multiple binary architectures. If your binary is built for multiple architectures, your Info.plist must have a MinimumOSVersion key with a value of at least 3.0. Additionally, in order to support existing devices, all iOS 3.0 binaries submitted for distribution through iTunes must contain at least an armv6 binary; “thin” armv7-only binaries will not be accepted unless the armv7 required device capability is also present in the Info.plist UIRequiredDeviceCapabilities key.

What do I need to do, can someone give me a simple step by step so I can see if I have missed anything

In you info.plist file in Xcode right click it and add a row. Type in MinimumOSVersion and sets its value to string. Enter in 3.0 as its value and then save. That will fix one of your problems. As for the other one, is your app only for the ipad? Or is it a universal app.

Thanks. Its for iPhone only.

double click the unity-Iphone blue icon in your xcode project. Go to the build tab, and change Architectures to standard.