New xcode uncomfortable things
Haven’t been working on latest version of Xcode so far, today I tried to use it found many things are different.
-
You have to add Files to “Compile Sources” List in Build Phases.
-
You have to add “-fno-objc-arc” for files which no need support ARC.
-
You have to add the “xib” or “nib” to the “Compile Sources” also.
-
You should not drag .h files into “Compile Sources”.
-
Font or some images you have to add them into “Copy Bundle Resources”.