From d8539102d9d88dbe161bb6c583b80378fcb675de Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Mon, 17 May 2021 15:15:24 -0700 Subject: [PATCH] Update documentation for flipper iOS getting started Summary: This diff updates the installation instruction for iOS with a warning. Reviewed By: passy Differential Revision: D28475964 fbshipit-source-id: 02362b58abb1fb8360cde0a9848461a18b93eb47 --- docs/getting-started/ios-native.mdx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/getting-started/ios-native.mdx b/docs/getting-started/ios-native.mdx index e355bf2dd..89356cdf2 100644 --- a/docs/getting-started/ios-native.mdx +++ b/docs/getting-started/ios-native.mdx @@ -12,6 +12,10 @@ We support both Swift and Objective-C for Flipper with CocoaPods as build and di ## CocoaPods +
+Use Flipper/FlipperKit Version 0.87.0 and Flipper-Folly 2.5.3, if you depend on arm64 and i386 artifacts for the simulator. Versions greater than 0.87 and 2.5.3 of Flipper and Flipper-Folly, respectively, do not have these artifacts. This issue is tracked here. +
+ The following configuration assumed CocoaPods 1.9+. ```ruby @@ -151,9 +155,3 @@ Finally, you need to add plugins to your Flipper client. Above, we have only add ## Having trouble? See the troubleshooting page for help with known problems. - -
- -On iOS, we currently do not support connecting to physical devices. - -