background_locator_fixed icon indicating copy to clipboard operation
background_locator_fixed copied to clipboard

pod update failed

Open kotran88 opened this issue 2 years ago • 2 comments

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 스크린샷 2022-08-07 오전 10 26 00

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 %

kotran88 avatar Aug 07 '22 01:08 kotran88

This PR fixes this issue: https://github.com/Yukams/background_locator_fixed/pull/37

srmncnk avatar Sep 07 '22 12:09 srmncnk

I'll update asap

Yukams avatar Sep 07 '22 20:09 Yukams