Unity 4.3 still not working with Xcode 5 iOS basic

Hi I’m using Unity 4.3 with Xcode 5.02 I have unity and unity ios basic. When I build the unity project, the xcode project is missing its portrait non-retina and retina launch images (only for iOS 7) and missing the Landscape Non-Retina launch image. Even though the actual images are in the project and used by the iOS 6.1 and prior option.

So I get the you can not change the splash screen error, Manually assigning them does not help either. The real Irony is I get the error saying you can not change the splash screen, while the default splash screen is showing on my iPad:)

Please help I really need to get a new build out.

You should ignore these xcode 5 warnings (they are false positives) and NOT try to fix them. If you already went there the best solution is to replace Xcode project from scratch when doing fresh build from Unity editor.

That’s the thing. I would happily ignore the warning, but I can’t run the app. It hangs at the splash screen giving me the infamous you are using unity basic, so you can’t change the splash screen error. And it is a fresh project. I even cleared the xcode cache and built a fresh project from Unity.

This should help you fix it:
a) replace xcode project (instead of using append)
b) manually remove old app installation from device

Removing the old app worked, thanks.