Closed ItsWajdy closed 1 year ago
When trying to build an app for iOS with the flutter_app_version_checker package in its dependencies, the following error gets thrown:
flutter_app_version_checker
No podspec found for `flutter_app_version_checker` in `.symlinks/plugins/flutter_app_version_checker/ios`
This is due to the fact that the podspec file inside the iOS folder has a different name to the package.
podspec
Issue
When trying to build an app for iOS with the
flutter_app_version_checker
package in its dependencies, the following error gets thrown:Solution
This is due to the fact that the
podspec
file inside the iOS folder has a different name to the package.