Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(messaging): add
use_frameworks
to notification images Podfile …
…code snippet (#7745) * 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]>
- Loading branch information