- Xcode 11 or higher (installed on a Mac machine)
- An iOS Simulator or device running iOS 10 or above
- Xcode command-line tools (run
xcode-select --install
) - CocoaPods (run
sudo gem install cocoapods
)
- Clone the repository
git clone https://github.com/harry0731/PhotoRater.git
- Install the pod to generate the workspace file
pod install pod update
- Open the project in Xcode
- Select
Product -> Run
to install the app on an iOS Simulator or a physical device.