Commit 9fe3e4b
docs(messaging): add
* Update ios-notification-images.md
Adding:
```
use_frameworks! :linkage => :static
```
Because we use it on our main target and it solve this error:
```
[!] Unable to integrate the following embedded targets with their respective host targets (a host target is a "parent" target which embeds a "child" target like a framework or extension):
- XXX (true) and ImageNotification (false) do not both set use_frameworks!.
```
* chore: Update ios-notification-images.md
* Update docs/messaging/ios-notification-images.md
---------
Co-authored-by: Mike Hardy <[email protected]>use_frameworks to notification images Podfile code snippet (#7745)1 parent e724a46 commit 9fe3e4b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments