Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An item with the same name already exists in Xcode

Tags:

xcode

I know its been asked already , but this time the solutions are not working for me . I had some framework that was dragged to Xcode without copying it . than i have removed it from desktop , and Xcode shows error that its missing . (till now ok).

So, i have removed the .framework of this file, from the frameworks folder in the project. Now i can't add it again, because :

an item with the same name already exists

its not there,i can't find it in the project, and can't add it again.

What could i miss here ?

like image 569
Curnelious Avatar asked Nov 30 '13 14:11

Curnelious


1 Answers

Also- Check your project folder. Sometimes your file doesn't get deleted out of that folder even though Xcode is showing that file not there.

like image 57
Jumpin' Johnny K Avatar answered Oct 10 '22 16:10

Jumpin' Johnny K