I have several files listed in compile sources
and it doesn't want to sort by name so I'm stuck having to sort through them by hand looking for duplicates. Is there an easier way to do this? It's only ~100 files but it would be nice to know a more efficient way.
Error example:
...
duplicate symbol _OBJC_CLASS_$_AppDelegate in:
/Users/xxxx/Library/Developer/Xcode/DerivedData/JOMiPhoneApp-ginylosefnqdjpfprrdipmpewzun/Build/Intermediates/MyApp.build/Debug-iphoneos/MyApp.build/Objects-normal/arm64/AppDelegate-215945057A88172.o
ld: 34 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)