You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Change minimum iOS version to 11. This should be done in the `Podfile` and on the target in the project settings in `Xcode`.
19
+
1. Change minimum iOS version to 12. This should be done in the `Podfile` and on the target in the project settings in `Xcode`.
20
20
2. Add `use_frameworks!` to `Podfile`.
21
21
When adding `use_frameworks!`, if you are using `Flipper` you will need to either [disable](#removing-flipper) it or [change linking to static libraries](#static-library-linking-to-keep-flipper-and-use_frameworks).
0 commit comments