Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 22, 2019. It is now read-only.

Commit 627ebd6

Browse files
authored
Merge pull request #87 from Bhullnatik/fix-build
Fix Build Process
2 parents a5c45cd + 2a51e8a commit 627ebd6

File tree

2 files changed

+43
-380
lines changed

2 files changed

+43
-380
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,15 @@ Run the app on iOS:
171171
react-native run-ios
172172
```
173173

174+
If the command above fails (See [#84](https://github.com/bitnami-labs/cabin/issues/84)), you can compile the iOS project directly from Xcode by opening the `iOS/cabin.xcworkspace`.
175+
174176
You may run into Xcode setup issues like [`xcrun: error: unable to find utility "instruments", not a developer
175177
`](https://stackoverflow.com/questions/39778607/error-running-react-native-app-from-terminal-ios)
176178

177179
### Android
178180

181+
Due to having to use a feature that was removed from React Native, we have to use a fork and thus compile it from source (See [#88](https://github.com/bitnami-labs/cabin/issues/88)). Follow the steps at [Build React Native from source](https://facebook.github.io/react-native/docs/android-building-from-source.html) to correctly set up your environment.
182+
179183
Run the app on Android:
180184
```
181185
react-native run-android

0 commit comments

Comments
 (0)