Skip to content

Commit b5df2dd

Browse files
committed
Added embed frameworks README section
1 parent 9f7b03c commit b5df2dd

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
@@ -20,6 +20,12 @@ npm install react-native-firestack --save
2020

2121
To use Firestack, we'll need to have a development environment that includes the same prerequisites of Firebase.
2222

23+
Regardless of which linking you choose to run with, it is _very_ important to "embed" the framework `libFirestack.a` in your application. Until we can find an automated way of handling this, *this needs to be done manually*.
24+
25+
Find your application tab in Xcode, click on `Build Phases`. In there, find the build phase of `Embed Frameworks` and click the `+` button and add `libFirestack.a` to the list. Make sure the `Code Sign on Copy` checkbox is ticked on and the destination is Frameworks with an empty subpath.
26+
27+
![Embed frameworks](http://d.pr/i/1aZq5.png)
28+
2329
### iOS
2430

2531
We need to link the package with our development packaging. We have two options to handle linking:

0 commit comments

Comments
 (0)