Update docs to use_framework! (#3324)

Summary:
Cannot run app if we use use_framework in cocoapods, because Flipper-Fmt need to add $static_frameworks

## Changelog

Pull Request resolved: https://github.com/facebook/flipper/pull/3324

Test Plan:
Imported from GitHub, without a `Test Plan:` line.

**Static Docs Preview: flipper**
|[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D33686186/V3/flipper/)|

|**Modified Pages**|
|[docs/getting-started/ios-native](https://our.intern.facebook.com/intern/staticdocs/eph/D33686186/V3/flipper/docs/getting-started/ios-native/)|

Reviewed By: passy

Differential Revision: D33686186

Pulled By: lblasa

fbshipit-source-id: d628a79c768cd2f56454b194773f4f592bdbe7c6
This commit is contained in:
BachVQ
2022-01-21 02:31:31 -08:00
committed by Facebook GitHub Bot
parent ac39ab8a84
commit 43c3bd0edd

View File

@@ -55,7 +55,7 @@ target 'MyApp' do
# $static_framework = ['FlipperKit', 'Flipper', 'Flipper-Folly',
# 'CocoaAsyncSocket', 'ComponentKit', 'Flipper-DoubleConversion',
# 'Flipper-Glog', 'Flipper-PeerTalk', 'Flipper-RSocket', 'Yoga', 'YogaKit',
# 'CocoaLibEvent', 'OpenSSL-Universal', 'boost-for-react-native']
# 'CocoaLibEvent', 'OpenSSL-Universal', 'boost-for-react-native', 'Flipper-Fmt']
#
# pre_install do |installer|
# Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}