File tree Expand file tree Collapse file tree 1 file changed +49
-1
lines changed
Expand file tree Collapse file tree 1 file changed +49
-1
lines changed Original file line number Diff line number Diff line change 11# GoInfoGame-iOS
2- iOS Version of GoInfoGame
2+
3+
4+ ## Prerequisites
5+
6+ Before compiling the app, ensure you have the following installed:
7+
8+ - ** Xcode** : Version 14.0 or later.
9+ - You can download Xcode from the [ Mac App Store] ( https://apps.apple.com/us/app/xcode/id497799835 )
10+ - ** CocoaPods** : For managing dependencies.
11+ - Install using the command: ` sudo gem install cocoapods `
12+
13+
14+ ## Cloning the Repository
15+
16+ 1 . Open Terminal.
17+ 2 . Clone the repository to your local machine using:
18+
19+ ``` bash
20+ git clone https://github.com/TaskarCenterAtUW/GoInfoGame-iOS.git
21+
22+ Note: Please make sure that you have switched to ' dev' branch before cloning the repository.
23+
24+ # # Setting Up the Project
25+
26+ 1. Open terminal, navigate to the project and run the command
27+
28+ ` ` ` bash
29+ pod install
30+
31+ 2. Navigate to the project folder and open ' GoInfoGame.xcworkspace' in Xcode.
32+
33+ 3. Check the Signing & Capabilities section in the project settings:
34+ - Ensure that a valid developer account is selected for code signing.
35+
36+
37+ # # Building and Running the App
38+
39+ 1. Select the target device or simulator from the top toolbar in Xcode.
40+ 2. Build the project using one of the following methods:
41+ - Press ` Command + B` to build.
42+ - Click the ** Build** button in the toolbar.
43+
44+ 3. Run the app:
45+ - Press ` Command + R` .
46+ - Alternatively, click the ** Run** button in the toolbar.
47+
48+
49+
50+
You can’t perform that action at this time.
0 commit comments