We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc24b5 commit bb41bc4Copy full SHA for bb41bc4
README.md
@@ -66,11 +66,9 @@ flutter doctor
66
```
67
68
4. For IOS
69
-- Delete ios folder from the root directory ```/ios```
70
-- From the root directory```flutter create -i swift --project-name rutorrent . ```
71
- Uncomment ```platform :ios, '9.0'``` from ios/Podfile
72
- Cd into the new ios directory```cd ios```
73
-- From the ios directory ```pod install ```
+- From the ios directory ```pod install --verbose```
74
75
5. Run the app:
76
0 commit comments