I used to do my global imports (i.e. imports that would be visible to all source files in my Xcode project) in the file AppName-prefix.pch.
However, now in an Xcode 6 (and iOS 8) environment, after having created a new project, this file is not automatically generated any more.
My question is how to properly do global imports in Xcode 6? Can I just create my own AppName-prefix.pch and use this one eventually?
Note: When using Cocoapods, a file called Pods-AppName-Bolts-prefix.pch is generated. But global imports won't be working with this one.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…