transistorsoft / cordova-background-geolocation-lt

The most sophisticated background location-tracking & geofencing module with battery-conscious motion-detection intelligence for iOS and Android.
http://www.transistorsoft.com/shop/products/cordova-background-geolocation
Other
656 stars 277 forks source link

Installation of plugin fails #1374

Closed kevinmcody closed 13 hours ago

kevinmcody commented 1 year ago

Your Environment

Expected Behavior

the plugin should install

Actual Behavior

The following error is thrown:

Running command: pod install --verbose Searching for inspections failed: undefined method `map' for nil:NilClass

  report.issues = results['items'].map { |item| Issue.new(item) }
                                  ^^^^

Steps to Reproduce

  1. open PowerShell
  2. cd to project directory
  3. cordova plugin add cordova-background-geolocation-lt

Context

Debug logs

Logs ``` PASTE_YOUR_LOGS_HERE ```
christocracy commented 1 year ago

Plugin version: [latest]

this is meaningless. Post the Exact version

christocracy commented 1 year ago

Installation of plugin fails

What is the evidence of failure?

kevinmcody commented 1 year ago

Plugin version: [latest]

this is meaningless. Post the Exact version

4.92

kevinmcody commented 1 year ago

Installation of plugin fails

What is the evidence of failure?

this error is thrown during the installation:

Running command: pod install --verbose Searching for inspections failed: undefined method `map' for nil:NilClass

  report.issues = results['items'].map { |item| Issue.new(item) }
                                  ^^^^
christocracy commented 1 year ago

edit your initial post to add required information.

kevinmcody commented 1 year ago

done

christocracy commented 1 year ago

Have you googled your error “Cordova undefined method `map' for nil:NilClass”?

kevinmcody commented 1 year ago

Have you googled your error “Cordova undefined method `map' for nil:NilClass”?

Yes. It leads me down Ruby rabbit holes. I was hoping to avoid having to learn Ruby to use a Cordova plugin.

christocracy commented 1 year ago

This is not a problem directly caused by this plugin.

this plugin does use cocoapods so it’s your responsibility to correctly setup your system to use cocoapods (iOS/macos package manager)

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 13 hours ago

This issue was closed because it has been inactive for 14 days since being marked as stale.