Commit 08a5b69 1 parent 854899c commit 08a5b69 Copy full SHA for 08a5b69
File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ Google Play: [https://play.google.com/store/apps/details?id=org.ZingoLabs.Zingo]
7
7
1 . Yarn
8
8
2 . NodeJS (recommended version 17+)
9
9
3 . Rust (https://www.rust-lang.org/tools/install )
10
- 4 . Rustup iOS targets (` rustup target add aarch64-apple-ios x86_64-apple-ios ` )
10
+ 4 . Rustup iOS targets (` rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim ` )
11
11
5 . Cargo-lipo (` cargo install cargo-lipo ` )
12
12
6 . Cbindgen (` cargo install cbindgen ` )
13
13
7 . Cocaopods (` sudo gem install cocoapods ` )
14
14
15
- ## Building
15
+ ## Building for physical device
16
16
1 . In the ` rust/ios ` directory, run: <br />
17
17
` ./build.sh ` <br />
18
18
This step may take a long time.
@@ -21,6 +21,15 @@ Google Play: [https://play.google.com/store/apps/details?id=org.ZingoLabs.Zingo]
21
21
3 . In the ` ios ` directory, run: <br />
22
22
` pod install `
23
23
24
+ ## Building for simulator
25
+ 1 . In the ` rust/ios ` directory, run: <br />
26
+ ` ./buildsimulator.sh ` <br />
27
+ This step may take a long time.
28
+ 2 . From the root of the project, run: <br />
29
+ ` yarn `
30
+ 3 . In the ` ios ` directory, run: <br />
31
+ ` pod install `
32
+
24
33
## Launching the app
25
34
1 . In a terminal, run: <br />
26
35
` yarn start `
You can’t perform that action at this time.
0 commit comments