We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2ba17 commit 73f1317Copy full SHA for 73f1317
README.md
@@ -36,6 +36,13 @@ cd Example
36
carthage update --platform iOS
37
```
38
39
+*If using XCode 12 use the follow script:*
40
+
41
+```bash
42
+cd Example
43
+./carthage.sh update --platform iOS
44
+```
45
46
Once Carthage finishes, you should open the file `Aztec.xcworkspace` from the root directory of Aztec.
47
48
Make sure the `AztecExample` target it selected, and press CMD + R to run it.
0 commit comments