Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode10 random popup "The bundle identifier for XCode10Project.app couldn’t be read."

I've created a project in XCode10 Beta6. I closed the project and opened another project from XCode 9.2 At random points throughout working on another project, I get alert popup saying.

How do I resolve "The bundle identifier for XCode10Project.app couldn’t be read." issue with XCode10 Beta 6?

the popup appears every time after I test my xcode 9.2 project enter image description here

like image 975
Alex Stone Avatar asked Aug 30 '18 22:08

Alex Stone


1 Answers

The solution is to delete derived data and clean project, as described here: How to Empty Caches and Clean All Targets Xcode 4 and later

Deleting the offending project from disk will not fix it.

like image 192
Alex Stone Avatar answered Oct 20 '22 03:10

Alex Stone