-3

I am following a tutorial on how to set up an iPhone app project in StackMob. This is the instruction:

"Somewhere in your project, such as your project's .pch file, import the SystemConfiguration and MobileCoreServices frameworks."

StackMob provides a set of foundational files, a kind of sample app. Where in these files should I look for this .pch file?

william tell
  • 4,352
  • 6
  • 23
  • 27

1 Answers1

6

Just search for it in Xcode's GUI:
enter image description here

Matt Wilding
  • 20,115
  • 3
  • 67
  • 95