The name doesn't change after i built the game

So Now i just made the second game and try to build in iPhone, but when i built for iPhone, and installed. The name of the application sticked with the previous game’s name How do i Change the name?

Because the application name is crazy run

so i assumed that the name should be crazy run instead of jump jump ( the previous game’s name )

What part did i do wrong to make the name doesn’t change?

And how to correct the name back to crazy run?

Hi @xming0529,

Most likely you have “CFBundleDisplayName” and/or “CFBundleName” within your “build.settings” file set to the previous game’s name (jump jump). Please confirm that it’s updated to the new game name.

Take care,

Brent

Thanks Brent, and also When I try to build something it shows a lot of same file, Where to find it and delete it?

Hi @xming0529,

I don’t think that is the same issue. When you actually build the app, does its name appear (under the icon) differently than your project? If so, then you’ve probably set the bundle name within your build.settings file, as I talk about in my previous response.

Brent

Hi @xming0529,

Most likely you have “CFBundleDisplayName” and/or “CFBundleName” within your “build.settings” file set to the previous game’s name (jump jump). Please confirm that it’s updated to the new game name.

Take care,

Brent

Thanks Brent, and also When I try to build something it shows a lot of same file, Where to find it and delete it?

Hi @xming0529,

I don’t think that is the same issue. When you actually build the app, does its name appear (under the icon) differently than your project? If so, then you’ve probably set the bundle name within your build.settings file, as I talk about in my previous response.

Brent