Skip to content

Commit 108e29e

Browse files
authored
Alternative Catalyst development options (#7183)
1 parent 0ba44aa commit 108e29e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ Firestore has a self contained Xcode project. See
128128
* Select the Unit-unit scheme
129129
* Run it to build and test
130130

131+
Alternatively disable signing in each target:
132+
* Go to Build Settings tab
133+
* Click `+`
134+
* Select `Add User-Defined Setting`
135+
* Add `CODE_SIGNING_REQUIRED` setting with a value of `NO`
136+
131137
### Adding a New Firebase Pod
132138

133139
See [AddNewPod.md](AddNewPod.md).

0 commit comments

Comments
 (0)