Issue
I have been trying to build my flutter app in iOS simulator but getting build error with following screenshot.
Where my Xcode version is 11.0, CocoaPods version 1.9.3, Flutter version 1.22.0
I have also upgraded connectivity package from 0.4.9+2 to 0.4.9+3 which is latest one. Following some steps by googling but no one is working yet. However my android build is fully ok.
Thanks in advance.
Solution
I have solved this issue through running this command in terminal at Project folder directory
rm ios/Podfile && flutter build ios
Answered By - Mimu Saha Tishan

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.