diff --git a/docs/getting-started/ios-native.mdx b/docs/getting-started/ios-native.mdx index 0ef1b0ce0..2c449343a 100644 --- a/docs/getting-started/ios-native.mdx +++ b/docs/getting-started/ios-native.mdx @@ -89,8 +89,8 @@ This is done to overcome a bug with Xcode 11 which fails to compile swift code w Install the dependencies by running `pod install`. You can now import and initialize Flipper in your AppDelegate. - - + + ```objc #import