/WindConditionsApp

An app to show wind conditions for your favourite locations

Primary LanguageSwift

Wind Condtions app

Foobar is a Python library for dealing with word pluralization.

Running the app (simulator)

  1. To run the app in Xcode, open the .xcworkspace file in the project root, it is found alongside the .xcodeproj file.

  2. 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 command pod install.

  3. Select the simulator near the top of the Xcode window, ensuring you have selected the WindConditionsApp scheme, press the run button.

Running the app (iOS Device)

Repeat steps 1 & 2 as if you are running the app on a simulator

  1. Select the attached device from near the top of the Xcode window.

  2. 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