Xcode generation for iOS build succed but can’t install

Hi
I am trying to use CMake to develop a cross-platform game engine. I have found my way though to generate an XCode project for iPhone anyway it does compile but it can’t be installed on my iPhone it fails on loading the localized bundle

There’s probably some signing step that is missing. Alas, my knowledge of iPhone development ends right around there, but hopefully it can help some before a better suggestion comes along.

Try attaching your device and adding it in Xcode, then try to run your app on the device under the debugger. You may get helpful messages on the debug console which tell you why things are failing. Although if it is signing-related, I think debug builds might use ad hoc signing and may succeed. I do think Ben’s comment about signing being the most likely culprit is the most likely cause too though.