You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2020. It is now read-only.
bundle install (sudo might be required in some cases)
43
+
```
44
+
To update all gem dependencies (usually executed by maintainer) run
45
+
```
46
+
bundle update
34
47
```
35
-
5. Download library dependencies using the cocoapods dependency manager (and update the same way):
48
+
To update pod's repository (in case of having those oudated compared to Podfile.lock and in case of `pod install` failure)
36
49
```
37
-
pod install
50
+
bundle exec pod repo update
38
51
```
39
-
6. Do NOT open the Xcode project directly, instead use the Rocket.Chat.xcworkspace file to open the Xcode workspace.
40
-
7. Build the project by ⌘ + R
52
+
4. Download library dependencies using the cocoapods dependency manager (and update the same way):
53
+
```
54
+
bundle exec pod install
55
+
```
56
+
5. Do NOT open the Xcode project directly, instead use the Rocket.Chat.xcworkspace file to open the Xcode workspace.
57
+
6. Build the project by ⌘ + R
41
58
42
59
Also refer to [Guidelines](#project.pbxproj) for modifying files.
43
60
61
+
#### Alternative
62
+
63
+
You can skip installing Bundler (not recommended) and just install [CocoaPods](https://cocoapods.org/) (note that you will need to install at least Ruby 2.2.3 for this to work). Make sure you have correct version of CocoaPods installed or you might be not able to build project properly.
64
+
```
65
+
sudo gem install cocoapods
66
+
```
67
+
Then you can call all the cocoapods actions without **bundle exe** command.
68
+
69
+
To update cocoapods (not that often needed, you will be notified during `pod install` when new version is available) run.
70
+
```
71
+
sudo gem update cocoapods
72
+
```
73
+
44
74
## Issues needing help
45
75
46
76
Didn't found a bug or want a new feature not already reported? Check out [the issues with "help wanted"](https://github.com/RocketChat/Rocket.Chat.iOS/labels/help%20wanted) or other issues, for those no branch exists.
[](https://geo.itunes.apple.com/us/app/rocket-chat/id1148741252?mt=8)
0 commit comments