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 {} \;)