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. - -