Can’t install application:Info.plist specifies a CFBundleExecutable which does not

Our app is in the appStore for 2 months already and has been updated once. Now we prepared a second update in which the game architecture is changed in a large degree: it’s a board (a number game more specifically) game and we falsely had set the different levels as different Unity scenes. We realized that we could setup just 1 scene with the numbers values changing depending on which level is being played.

The problem is that now I cannot install the game to the phone. I hit build run in Unity, xCode (3.2.5) starts building after a while (as normal) and a few seconds later I get the error:

Can’t install application
The Info.plist for application at /Users/amichail/Documents/Game2011-09-13-d’Aritmetique-ALL-IN-ONE-SCENE/XCodeBuild/build/myGame2.app specifies a CFBundleExecutable of myGame2, which does not exist

I even tried creating a completely empty scene in my project and including only that in my “Scenes In Build” list and the same error occurs. Please also note that the player settings in Unity are exactly the same with the previous version of the app and that one builds with no problems.

I use EZGUI, SM2 and prime31’s Social Networking Plugin in both versions (the previous that is built and the current that isn’t).

Here is what the BuildResults of xCode shows:

I’ve tried all the solutions that are proposed in this forum, without a result :frowning:
It seems many people have solved the problem without being sure what caused it and what they actually did to solve it.
Any ideas why I get this error would be much appreciated.

After wasting a good 6-hour of my time today and equal time the previous 3 days, trying to figure out cause the problem, I just created a new project into which I copied the fonts, textures, sounds AND scripts folders and created 4 new scenes (as much as the initial problematic project had) into which I dropped prefabs that were parents of all the objects in each scene from the initial project. No problems with this new project. I’m still a bit frustrated though, about all the time I spent, trying many solutions that did not work for me.

Hi,
currently your project path on disk contains

symbol in path and from the error messages it seems to confuse Xcode. Try moving your project to different folder.