Closed jacklovett closed 4 years ago
Could you please remove pod file and run pod install? More info can be found here https://stackoverflow.com/questions/59362862/flutter-ios-build-failed-pod-files-error
Feel free to reopen the ticket!
Why would you close this ticket before receiving any feedback? This does not fix the issue. I had already tried this.
I see you are using it in your custom project. Could you please try to reproduce it with example?
I found the problem. I had changed platform :ios to 11.0 as stated in the webview_cookie_manager documentation, but i had not changed the Deployment Info > Target in xcworkspace. Problem solved. Thanks
@jacklovett Good to know!
Had the same issue! 🙈 Thoughts on updating the ReadMe to include a hint around updating the min version in both places?
When running flutter build ios i get the following error...
flutter run works fine. I am using webview_cookie_manager: ^1.0.3 and i am targeting platform :ios, '11.0' as described in docs. Any ideas?
Here is my flutter doctor output if that helps