Srivathsava K
Srivathsava K

Reputation: 447

Duplicating the iOS xcode project

I have copied the existing project and changed the name of the project, info.plist, and product name, targets. I wanted to create the same project with different name. Actually this is done. The project name is changed, I have changed the name of the info.plist and the target name.

The problem I'm facing here is,

I think some settings update have been missed out, which I'm not able to find out. Any idea what this might be.

Thanks

Upvotes: 1

Views: 93

Answers (3)

amonxu
amonxu

Reputation: 359

Create different BundleID for your application.

If this does not work then as a workaround try to delete the old app from the simulator.

Upvotes: 4

Abdullah Md. Zubair
Abdullah Md. Zubair

Reputation: 3324

You need to change bundle identifier from info.plist to differentiate your app.

Upvotes: 0

amrut1
amrut1

Reputation: 124

Reset your simulator and try running the new app it should work for you

Upvotes: -1

Related Questions