Edward
Edward

Reputation: 2974

app installation failed - The application bundle does not contain a valid identifier - Xcode8.2

I have got this really strange error where my app works fine on the simulator and can be built but when I try and run it on my device I get the following error:

enter image description here

Upvotes: 1

Views: 3042

Answers (1)

Robert TuanVu
Robert TuanVu

Reputation: 843

if your bundle id is correct,you can try to delete derivedData folder. find your path at: Xcode/Preferences/Locations tab it works for me!

Upvotes: 2

Related Questions