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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
Before writing an issue, please make sure you're talking about the native application (called Rocket.Chat+ in the App Store) and not the Cordova one (called Rocket.Chat in the App Store). If you are looking to open an issue to the Cordova application, go to this URL: https://github.com/RocketChat/Rocket.Chat.Cordova.
To update _Bundler_ (when there is new version available)
37
-
```
38
-
sudo gem update bundler
39
-
```
40
-
3. Install all gem dependencies
41
-
```
42
-
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
47
-
```
48
-
To update pod's repository (in case of having those oudated compared to Podfile.lock and in case of `pod install` failure)
49
-
```
50
-
bundle exec pod repo update
51
-
```
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
32
+
2. Use the Rocket.Chat.xcworkspace file to open the Xcode workspace.
33
+
3. Build the project by ⌘ + R
58
34
59
35
Also refer to [Guidelines](#project.pbxproj) for modifying files.
60
36
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
-
74
37
## Issues needing help
75
38
76
39
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.
0 commit comments