Foobar is a Python library for dealing with word pluralization.
-
To run the app in Xcode, open the
.xcworkspace
file in the project root, it is found alongside the.xcodeproj
file. -
Once the project has loaded, if it's the first time you're running the project using Terminal (an app found on your Mac) navigate to the folder were the
.xcworkspace
and.xcodeproj
files are and run the commandpod install
. -
Select the simulator near the top of the Xcode window, ensuring you have selected the WindConditionsApp scheme, press the run button.
Repeat steps 1 & 2 as if you are running the app on a simulator
-
Select the attached device from near the top of the Xcode window.
-
If the app fails to run on your device you will need to provision your device. Further details of how to resolve this can be found at Apple Documentation - Running your app on a simulator or device