XCode crashes whenever i add Files to the project

Viewed 1306

Whenever i add files to my libraries folder xcode crashes immediately without adding the files actually :/

I am currently working on a react-native project and when ever i manually want to add a third party project into my project it crashes...

Any ideas how to handle this? I tried deleting all DS_Store files which i have read in some posts, but without success. (sudo find / -name ".DS_Store" -depth -exec rm {} \;)

3 Answers

It crashed because I was trying to add a file to blue "group with folder" (it was already there)

Related