File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 55
66Before compiling the app, ensure you have the following installed:
77
8- - ** Xcode** : Version 14 .0 or later.
8+ - ** Xcode** : Version 15 .0 or later.
99 - You can download Xcode from the [ Mac App Store] ( https://apps.apple.com/us/app/xcode/id497799835 )
1010- ** CocoaPods** : For managing dependencies.
1111 - Install using the command: ` sudo gem install cocoapods `
@@ -19,20 +19,17 @@ Before compiling the app, ensure you have the following installed:
1919 ``` bash
2020 git clone https://github.com/TaskarCenterAtUW/GoInfoGame-iOS.git
2121
22- Note: Please make sure that you have switched to ' dev' branch before cloning the repository.
22+ Note: Please make sure you have switched to the ' dev' branch before cloning the repository.
2323
2424# # Setting Up the Project
2525
26- 1. Open terminal, navigate to the project and run the command
26+ 1. Open the terminal, navigate to the project and run the command
2727
2828 ` ` ` bash
2929 pod install
3030
31312. Navigate to the project folder and open ' GoInfoGame.xcworkspace' in Xcode.
3232
33- 3. Check the Signing & Capabilities section in the project settings:
34- - Ensure that a valid developer account is selected for code signing.
35-
3633
3734# # Building and Running the App
3835
You can’t perform that action at this time.
0 commit comments