Skip to content

Commit fc3d4aa

Browse files
authored
Update README.md
1 parent f83d04c commit fc3d4aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ To use Firestack, we'll need to have a development environment that includes the
2222

2323
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*.
2424

25+
#### iOS will _not_ be able to find `libFirestack.a` if you forget this step.
26+
2527
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.
2628

29+
> If you do not see an `Embed Frameworks` build phase, do not fret! Click on the plus button on the build phases menu and select `New Copy Files Phase`. Make sure the destination is set to `Frameworks` and it'll be the same thing as the `Embed Frameworks` phase.
30+
2731
![Embed frameworks](http://d.pr/i/1aZq5.png)
2832

2933
### iOS

0 commit comments

Comments
 (0)