Open neelayak opened 2 years ago
Having same issue
In ios/Podfile
make sure to Uncomment this line and set ios to 11 or higher.
platform :ios, '11.0'
Like head of this file:
https://github.com/fluttercommunity/flutter_workmanager/blob/main/example/ios/Podfile
Then change IOS deployment target
to to 11.0
like this:
I am getting this error when trying to run the app in ios
-> Fetching podspec for
workmanagerfrom
.symlinks/plugins/workmanager/ios`how and what should i do tried deleating the podfile still same issue