Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode crashes whenever i add Files to the project

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

like image 706
BigPun86 Avatar asked Dec 07 '25 13:12

BigPun86


2 Answers

turn off source control. i ran into this issue and asked for help. worked for me. https://www.reddit.com/r/iOSProgramming/comments/6zevbt/xcode_crashes_whenever_i_add_files_to_a_project/

like image 197
swyx Avatar answered Dec 09 '25 01:12

swyx


try updating your xcode it will work it happened to me once or twice

like image 33
raddaoui Avatar answered Dec 09 '25 01:12

raddaoui