background_locator_fixed
background_locator_fixed copied to clipboard
pod update failed
I'm trying example with my ios device.
flutter build ios
then cause error Error running pod install
Running pod install... 493ms
CocoaPods' output:
↳
Preparing
Analyzing dependencies
Inspecting targets to integrate
Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``)
Fetching external sources
-> Fetching podspec for `Flutter` from `Flutter`
-> Fetching podspec for `background_locator_2` from
`.symlinks/plugins/background_locator_2/ios`
[!] No podspec found for `background_locator_2` in
`.symlinks/plugins/background_locator_2/ios`
I tried open with Runner.xcworkspace
but cause error with below.
I think I should pod install but keep failed
pedrojung@pedroui-MacBookPro ios % arch -arm64 pod update
Update all pods
Updating local specs repositories
Analyzing dependencies
[!] No podspec found for background_locator_2
in .symlinks/plugins/background_locator_2/ios
pedrojung@pedroui-MacBookPro ios % arch -arm64 pod update
Update all pods
Updating local specs repositories
Analyzing dependencies
[!] No podspec found for background_locator_2
in .symlinks/plugins/background_locator_2/ios
pedrojung@pedroui-MacBookPro ios % pod install
Analyzing dependencies
[!] No podspec found for background_locator_2
in .symlinks/plugins/background_locator_2/ios
pedrojung@pedroui-MacBookPro ios %
This PR fixes this issue: https://github.com/Yukams/background_locator_fixed/pull/37
I'll update asap