Git Product home page Git Product logo

cordova-plugin-advanced-imagepicker's Introduction

Hi there, i'm Hans πŸ‘‹

I believe in the power of the web πŸ’― My passion is building mobile Apps with the Ionic Framework.

cordova-plugin-advanced-imagepicker's People

Contributors

adlerjs avatar ebhsgit avatar einfachhans avatar itbeyond avatar pinhead84 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cordova-plugin-advanced-imagepicker's Issues

(bug): Android build fails - jcenter() dependency problem

Bug Report

Current Behavior:

I've tried adding V1.5.4 and master to my Cordova10 project. In both cases the build fails as Android is unable to resolve the dependencies gun0912.ted:tedpermission-rx2:2.2.2 and gun0912.ted:tedonactivityresult-rx2:1.0.6.

Expected Behavior:

Successful build

Steps to reproduce:

cordova plugin add https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker#V1.5.4
cordova build android

Screenshots:

* What went wrong:
Could not determine the dependencies of task ':app:mergeDebugResources'.
> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
   > Could not find gun0912.ted:tedpermission-rx2:2.2.2.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/gun0912/ted/tedpermission-rx2/2.2.2/tedpermission-rx2-2.2.2.pom
       - https://repo.maven.apache.org/maven2/gun0912/ted/tedpermission-rx2/2.2.2/tedpermission-rx2-2.2.2.pom
       - https://maven.google.com/gun0912/ted/tedpermission-rx2/2.2.2/tedpermission-rx2-2.2.2.pom
       - file: OMITTED
     Required by:
         project :app > io.github.ParkSangGwon:tedimagepicker:1.2.2
   > Could not find gun0912.ted:tedonactivityresult-rx2:1.0.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/gun0912/ted/tedonactivityresult-rx2/1.0.6/tedonactivityresult-rx2-1.0.6.pom
       - https://repo.maven.apache.org/maven2/gun0912/ted/tedonactivityresult-rx2/1.0.6/tedonactivityresult-rx2-1.0.6.pom
       - https://maven.google.com/gun0912/ted/tedonactivityresult-rx2/1.0.6/tedonactivityresult-rx2-1.0.6.pom
       - file: OMITTED
     Required by:
         project :app > io.github.ParkSangGwon:tedimagepicker:1.2.2

Environment information:

  • Cordova CLI version
    • cordova -v => 10.0.0
  • Cordova platform version
    • cordova platform ls
  • Plugins & versions installed in project (including this plugin)
    • cordova plugin ls
  • Dev machine OS and version, e.g.
    • OSX
      • sw_vers
    • Windows 10
      • winver

Additional information

Looks like the missing dependencies are in the not retired jcenter repository (https://blog.gradle.org/jcenter-shutdown) and cannot be found in mavenCentral. Only newer versions are in mavenCentral.

(bug): Replace asBase84 for asBase64

Bug Report

Hi Hans, we are searching for a multiple image picker for Ionic 5 / Capacitor. We are not completely happy with the cordova-plugin-telerik-imagepicker package and found your solution. We're currently implementing your package in our app to test if it's good enough for our purposes. While doing this, we found the bug below. You can probably fix this really quick.

Current Behavior:
The configuration options currently accept 'asBase84' because the 'presentOptions' interface has 'asBase84'. When you set this option on 'true' and run it on a device through Android Studio, the 'success' function doesn't return a base64 string as 'src' but the file URI string.

Expected Behavior:
The 'success' function should return a base64 string if you set 'asBase64' on 'true' in the configuration options. The 'presentOptions' interface should accept 'asBase64' instead of 'asBase84'. This is needed because the Java/Kotlin code expects 'asBase64' as well. I updated the 'presentOptions' interface to test it. After doing this everything works as expected on the device, the src returns a base64 string.

Fix:
Change 'asBase84' to 'asBase64' in the 'presentOptions' interface.

(feature-request): Capacitor Build Steps

Hey man first just wanted to say thanks for the plugin. After evaluating over 5 different ones this one was the only one that had all the features required for our app. I was able to set it up and get it working but when running through our build pipeline the npx cap sync seems to overwrite the Android stuff. I did some digging and found your issues on Capacitor:

ionic-team/capacitor#4426
ionic-team/capacitor#4739

I was wondering if you could clarify the steps you added to get this plugin to run in a CI pipeline. Thanks!

cannot install on ios since last update

seems like a dependecy/versioning issue but plugin install fails :
cordova plugin add cordova-plugin-advanced-imagepicker

Installing "cordova-plugin-advanced-imagepicker" for ios
Plugin dependency "[email protected]" already fetched, using that version.
Dependent plugin "cordova-plugin-add-swift-support" already installed on ios.
Running command: pod install --verbose
Failed to install 'cordova-plugin-advanced-imagepicker': Error: pod: Command failed with exit code 1
    at ChildProcess.whenDone (/Users/thib/Desktop/app/node_modules/cordova-common/src/superspawn.js:136:25)
    at ChildProcess.emit (events.js:315:20)
    at maybeClose (internal/child_process.js:1048:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
pod: Command failed with exit code 1

pod repo update

Updating spec repo `trunk`
Updating spec repo `yummypets-ypimagepicker`

pod install

Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "YPImagePicker":
  In Podfile:
    YPImagePicker (= 5.2.1)

Specs satisfying the `YPImagePicker (= 5.2.1)` dependency were found, but they required a higher minimum deployment target.

(bug):DSL element 'android.dataBinding.enabled' is obsolete and has been replaced with 'android.buildFeatures.dataBinding'.

Bug Report

DSL element 'android.dataBinding.enabled' is obsolete and has been replaced with 'android.buildFeatures.dataBinding'.
Current Behavior:

DSL element 'android.dataBinding.enabled' is obsolete and has been replaced with 'android.buildFeatures.dataBinding'.
Expected Behavior:

Steps to reproduce:

Screenshots:

Environment information:

  • Cordova CLI version
    • cordova 9.10
  • Cordova platform version
    • cordova platform android
  • Plugins & versions installed in project (including this plugin)
    • cordova plugin ls
    • cordova-plugin-advanced-imagepicker 1.3.1 "AdvancedImagePicker"
      cordova-plugin-whitelist 1.3.4 "Whitelist"
  • Dev machine OS and version, e.g.
    • OSX
      • sw_vers
    • Windows 10
      • winver

Additional information

(feature-request): Add ability to configure all YT Video Options

Feature request

@EinfachHans our QA found a bug where they were trying to upload / pick videos longer than 60 seconds but still under our 150 MB limit. The YT package on IOS gives the error "Pick a Video that is less than 60.0 seconds long" via a popup. After doing some research it seems this is the default setting for the config.video. I see we have an option to override compression just wondering the effort to get the following added to be able to override all video options as shown below

config.video.compression = AVAssetExportPresetHighestQuality
config.video.fileType = .mov
config.video.recordingTimeLimit = 60.0
config.video.libraryTimeLimit = 60.0
config.video.minimumTimeLimit = 3.0
config.video.trimmerMaxDuration = 60.0
config.video.trimmerMinDuration = 3.0

(bug): IOS Cancel Button Hidden

Bug Report

Current Behavior:
When opening the Advanced Image Picker on IOS the Cancel Button Text is black and the top bar background color is also black making the cancel button hidden to the user.

Expected Behavior:
Ability to control the text and background color of the top bar as supported by the YTPicker options.

Screenshots:
image

(feature-request): Add Sort Option in the File Browser to sort by name or Date.

Feature request

  • A descriptive title
    Add Sort Option in the File Browser to sort by name or Date.

  • A description of the problem you're trying to solve, including why you think this is a problem
    Currently it's hard to upload a document in many pictures without the pictures sorting properly

  • An overview of the suggested solution
    Add a drop down to allow changing how the files are sorted.

  • Use case: why should this be implemented?
    So I can upload the files in the correct intended order rather than a random order

Also please keep the file names for the output so that we can sort the files accordingly too.

Android Image File Not Recognised As Image

Bug Report

Current Behavior:

When some Android devices uploads the selected images, my server does not recognise that this is an image. At first I thought it was maybe due to the plugin result returning the src as a content url like "content://media/external/images/media/1000036553", but I don't think that is the case. Because when I tested the same from my Android 13 device, the same content src gets uploaded just fine. Has anyone else found this issue?

Expected Behavior:
The file should be recognised as an image.

Steps to reproduce:

This is the code I have:

Image picker selects the images:

window.AdvancedImagePicker.present({
              // config here
                max: (limit > 1) ? 30 : 1,
                maxCountMessage: 'Only 30 images can be uploaded at a time'
            }, function(success) {
              console.log(success);
              var results = success;
              // The file is then transferred via FileTransfer plugin
            }, function (error) {
              // console.error(error);
            });

My server does a validation check like:

$rules = array(
           'image' => 'mimes:'. 'jpeg,jpg,png,gif' .'|required
       );

The error is thrown here is:

Device: android, 
OS: android 13, 
Error: {
"code":"1",
"source":"content:\/\/media\/external\/images\/media\/1000059240",
"target":"my-upload-url",
"http_status":"400",
"body":"{\"imageError\":{\"image\":[\"The image must be a file of type: jpeg, jpg, png, gif.\"]}}"}

The 2 Android devices that I have, I could not replicate the issue. But a lot of users who are using Android 12 and 13 are having these errors and my error logs are filled with many like this. So it seems the same code works for some and for others the image is not recognised. Why is that does anyone know please?

Environment information:

Ionic:

   Ionic CLI         : 6.18.1 (/Users/me/.nvm/versions/node/v18.18.2/lib/node_modules/@ionic/cli)
   Ionic Framework   : ionic1 1.3.3
   @ionic/v1-toolkit : 1.0.9

Cordova:

   Cordova CLI       : 12.0.0 ([email protected])
   Cordova Platforms : android 12.0.0, ios 6.1.1
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, (and 17 other plugins)

Utility:

   cordova-res : not installed globally
   native-run  : not installed globally

System:

   Android SDK Tools : 26.1.1 (/Users/me/Library/Android/sdk)
   ios-sim           : 8.0.2
   NodeJS            : v18.18.2 (/Users/me/.nvm/versions/node/v18.18.2/bin/node)
   npm               : 6.14.7
   OS                : macOS Monterey
   Xcode             : Xcode 14.2 Build version 14C18

EXIF in android using uri

Bug Report

Current Behavior:
I am specifically looking at the Location EXIF tags. I have found that using my Samsung A52 phone running Android 11. If I take a photo using the camera tile the image is saved to a folder called Pictures (not Camera), if I then take this photo using the uri and process the image send to server then EXIF location tags is maintained. If I take a photo from my app using the cordova-plugin-media-capture and upload it to the server all is working with the EXIF & Location. Any other photo on my device will bring in all EXIF data except for the GPS position (all my camera roll has EXIF and gps tags).

Expected Behavior:
I would have hoped all images selected that have EXIF location data would persist this via the image picker.

Steps to reproduce:
Take a pic using the default camera app on you device, then using the picker and collecting the data uri save to result and the GPS EXIF will not be there. (At least using my Samsung and Android 11)

Screenshots:

Environment information:

  • Cordova CLI version
    • cordova -v 11.0.0
  • Cordova platform version
    • cordova platform ls Android 10.1.1
  • Plugins & versions installed in project (including this plugin)
    • cordova plugin ls showing 1.4.0

Additional information

I suspect some form of Android security process however if I take the images from the device via cable etc the EXIF is always available and I have not found any notes or details about Android 11 removing EXIF locations from photos outside of the app environment unless you are using a third party camera app - which I am not.

(feature-request):API for cancel button

Feature request

It should be good if the plugin could expose a cancel event. Basically the code could handle the cancel action on both iOS and Android. I'm facing an issue because I present a loading animation before loading the plugin but couldn't handle it if the user clicks on cancel.

(bug): Permission camera for Android usage

Bug Report

Current Behavior:
When I click to open imagepicker panel it showed camera icon and I try to open it to take a photo but the application close its own

Expected Behavior:
Take a photo and return success

Steps to reproduce:
When I click to open imagepicker panel it showed camera icon and I try to open it to take a photo but the application close its own

Screenshots:
image

Environment information:

  • Cordova CLI version => 10.0.0
  • Cordova platform version => Android@^9.0.0
  • Plugins & versions installed in project (including this plugin)
    cordova-custom-config 5.1.0 "cordova-custom-config"
    cordova-plugin-advanced-imagepicker 1.2.0 "AdvancedImagePicker"
    cordova-plugin-file 6.0.2 "File"
    cordova-plugin-whitelist 1.3.4 "Whitelist"

cordova-plugin-camera 5.0.1 "Camera"

  • Dev machine OS and version, e.g.
    • Windows 10
      OS 1909 Build 18363.1316

Additional information
I think I need to allow permission for my application because after I manually allow it in setting it works fine.
Anyone can please provide a way to config it? I've tried this but it doesn't work

Update even I tried to install cordova-plugin-camera which is grant camera permission by default still have no luck :(

(feature-request): iOS Camera Roll permission flow

Feature request

Once the app fires the plugin, iOS requests the user to choose "allow the access to all photos" or "select photos". This request is made only on the first time the user access the plugin. If the user chooses the "select photos" option, there is no way to change this selection. I believe this plugin could enable a way to fire this request again if the user chooses "select photos" otherwise there is no way to add any other pictures from the camera roll besides the first selection.

If this is out of the plugin's scope. Anyone ever faced this requirement and solved it?

Btw this flow is used on apps like Instagram.

Question: how to change Android plugin with local fork

Hey! Thanks for this awesome lib. One question: I want to play with Android's TedImagePicker to try and develop a way to pick both images and videos at the same time. How could I replace the published TedImagePicker package with my local fork? Would it be on plugin.xml -> <framework />?

I know just a little of cordova and had no luck searching the web. If I manage to do it, I intend to send PRs here and there!

Thanks!

(feature-request):iOS file URL

Feature request

First of all, congratulations for the plugin. It's really amazing and it solved many of my issues. Because you created this plugin I was able to remove 5 cordova plugins: Cordova Camera, Cordova Media Capture, Cordova Video Encoder and Cordova Image Picker :-)

The readme says iOS - Currently if you select or take an image, the result will always be encoded as base64.

How hard is it to expose the fileURL from the picture taken or the pictures the user chose on the gallery?

The idea is to be able to display a preview the results in the app...

I could sponsor this if you want :-)

pngData and jpegData are depreciated

Bug Report

'pngData()' has been renamed to 'UIImagePNGRepresentation(:)'
'jpegData(compressionQuality:)' has been renamed to 'UIImageJPEGRepresentation(
:_:)'

 if(asJpeg) {
            imageData = image.jpegData(compressionQuality: 0.8)! as NSData;
        } else {
            imageData = image.pngData()! as NSData;
        }

fix

 if(asJpeg) {
            imageData = UIImageJPEGRepresentation(image,0.8)! as NSData;
        } else {
            imageData = UIImagePNGRepresentation(image)! as NSData;
        }

Current Behavior:

Expected Behavior:

Steps to reproduce:

Screenshots:

Environment information:

  • Cordova CLI version
    • 11.0.0
  • Cordova platform version
    • Installed platforms: ios 6.2.0
  • Plugins & versions installed in project (including this plugin)
    • cordova-plugin-add-swift-support 2.0.2 "AddSwiftSupport" cordova-plugin-advanced-imagepicker 1.4.0 "AdvancedImagePicker" cordova-plugin-camera 6.0.0 "Camera" cordova-plugin-device 2.0.2 "Device" cordova-plugin-file-transfer 2.0.0-dev "File Transfer" cordova-plugin-file 7.0.0 "File" cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard" cordova-plugin-ionic-webview 5.0.0 "cordova-plugin-ionic-webview" cordova-plugin-media-capture 4.0.0 "Capture" cordova-plugin-splashscreen 5.0.2 "Splashscreen" cordova-plugin-statusbar 2.4.2 "StatusBar" cordova-plugin-telerik-imagepicker 2.3.5 "ImagePicker" cordova-plugin-x-socialsharing 6.0.3 "SocialSharing" es6-promise-plugin 4.2.2 "Promise"
  • Dev machine OS and version, e.g.
    • OSX
      • sw_vers
    • Windows 10
      • winver

Additional information

(bug): plugin installation Error: Pod command failed with exit code 1

Bug Report

Current Behavior:
Adding the plugin throws an error on ios platform:
Running command: pod install --verbose Failed to install 'cordova-plugin-advanced-imagepicker': Error: pod: Command failed with exit code 1 at ChildProcess.whenDone (/Cordova/platforms/ios/cordova/node_modules/cordova-common/src/superspawn.js:136:25) at ChildProcess.emit (events.js:315:20) at maybeClose (internal/child_process.js:1021:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)

Expected Behavior:
Adding the plugin works on ios without error

Steps to reproduce:

  1. Create Ionic Project
  2. Add Cordova ios platform
  3. cordova plugin add cordova-plugin-advanced-imagepicker

Environment information:

  • Cordova CLI version
    • cordova 10.0.0
  • Cordova platform version
    • ios 6.1.1
  • Plugins & versions installed in project (including this plugin)
    • cordova-plugin-advanced-imagepicker 1.2.0 "AdvancedImagePicker"
  • Dev machine OS and version, e.g.
    • OSX
      Mac OS X
      Version: 10.15.5
      Build Version: 19F101`

(bug): Cannot read property 'apply' of undefined

Bug Report

Current Behavior:

I have included the ImagePicker in my Ionic app.

But as soon as I start the app and try to start the ImagePicker using the .present function, I get the following output in the console, but nothing opens

ERROR TypeError: Cannot read property 'apply' of undefined

Expected Behavior:

I expect the Select Image dialog to open.

Steps to reproduce:
Every time I call the function .present

Environment information:

  • Cordova CLI version:
    -5.4.16

  • Cordova platform version:
    -android 8.1.0

  • Plugins & versions installed in project (including this plugin)

    • card.io.cordova.mobilesdk 2.1.0 "CardIO"
      com.paypal.cordova.mobilesdk 3.5.0 "PayPalMobile"
      cordova-plugin-device 2.0.2 "Device"
      cordova-plugin-imagegallery 2.0.4 "cordova-plugin-imagegallery"
      cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard"
      cordova-plugin-ionic-webview 4.2.1 "cordova-plugin-ionic-webview"
      cordova-plugin-splashscreen 5.0.2 "Splashscreen"
      cordova-plugin-statusbar 2.4.2 "StatusBar"
      cordova-plugin-whitelist 1.3.3 "Whitelist"
  • Dev machine OS and version, e.g.

    • Windows 10
      • winver : 1903

Sorry for my first ticket.
Here is a description of the problem in the correct layout

(bug): Unhandled promise rejection TypeError: null is not a function in iOS

Bug Report

I've been successfully using this plugin, which has been great in version 1.2.0. Recently I have been updating our Ionic 4 project packages and updated this plugin from 1.2.0 to 1.5.4. Now when either importing the typescript definition or using window.AdvancedImagePicker I get the error 'Unhandled promise rejection TypeError: null is not a function' in iOS. This plugin is working for our older app that is using cordova-ios 5.1.1. I can't seem to get it to work now after updating it to 1.5.4 using cordova-ios 6.1.0 or with latest cordova-ios 6.2.0.

Current Behavior:

When navigating to our app screens that import or use this plugin via window.AdvancedImagePicker the plugin no longer works, the ionic screen glitches regarding top and bottom panels in the UI and the simulator spams the message 'Unhandled promise rejection TypeError: null is not a function' to infinity. This will happen for me now if using only the typescript definition import, the button that opens the picker does not have to be invoked, only the presence of the import statement will do it.

Expected Behavior:

I'd expect the image picker window/modal to open and display, but it doesn't open.

Steps to reproduce:

Screenshots:

Environment information:

  • Cordova CLI version
  • Cordova platform version
    • ios 6.1.0
  • Plugins & versions installed in project (including this plugin)
    • branch-cordova-sdk 4.2.4 "branch-cordova-sdk"
    • com-badrit-base64 0.2.0 "Base64"
    • com-sarriaroman-photoviewer 1.2.4 "PhotoViewer"
    • cordova-android-play-services-gradle-release 4.0.0 "cordova-android-play-services-gradle-release"
    • cordova-annotated-plugin-android 1.0.4 "cordova-annotated-plugin-android"
    • cordova-plugin-add-swift-support 2.0.2 "AddSwiftSupport"
    • cordova-plugin-advanced-imagepicker 1.4.0 "AdvancedImagePicker"
    • cordova-plugin-androidx 3.0.0 "cordova-plugin-androidx"
    • cordova-plugin-androidx-adapter 1.1.3 "cordova-plugin-androidx-adapter"
    • cordova-plugin-app-version 0.1.12 "AppVersion"
    • cordova-plugin-background-geolocation 1.0.6 "CDVBackgroundGeoLocation"
    • cordova-plugin-camera 6.0.0 "Camera"
    • cordova-plugin-device 2.0.3 "Device"
    • cordova-plugin-dialogs 2.0.2 "Notification"
    • cordova-plugin-file 6.0.2 "File"
    • cordova-plugin-file-transfer 1.7.1 "File Transfer"
    • cordova-plugin-filechooser 1.2.0 "File Chooser"
    • cordova-plugin-filepath 1.6.0 "cordova-plugin-filepath"
    • cordova-plugin-filepicker 1.1.6 "File Picker"
    • cordova-plugin-geolocation 4.1.0 "Geolocation"
    • cordova-plugin-inappbrowser 4.1.0 "InAppBrowser"
    • cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard"
    • cordova-plugin-ionic-webview 5.0.0 "cordova-plugin-ionic-webview"
    • cordova-plugin-purchases 0.3.2 "Purchases"
    • cordova-plugin-statusbar 2.4.3 "StatusBar"
    • cordova-plugin-telerik-imagepicker 2.3.5 "ImagePicker"
    • cordova-plugin-whitelist 1.3.5 "Whitelist"
    • cordova-plugin-x-socialsharing 6.0.3 "SocialSharing"
    • cordova-plugin-zip 3.1.0 "cordova-plugin-zip"
    • cordova-sqlite-storage 6.0.0 "Cordova SQLite storage plugin - cordova-sqlite-storage plugin version"
    • es6-promise-plugin 4.2.2 "Promise"
  • Dev machine OS and version, e.g.
    • OSX
      • macOS 11.6.1 build 20G224

Additional information

This project the plugin is being used in is on Ionic 4 and is on Angular 7. Xcode version is 13.1. Cocoapod version 1.11.2. ionic cli 5.4.16. Would appreciate any ideas to try to remedy on my end or ways to isolate bug further.

Path of image is not correct (no filename and extension)

Hello,

The result returned from the plugin is:
content://media/external/images/media/681
But I need to get the real path of the image containing both filename and extension in order to upload it.

How I can get the real path?

This Plugin doesn't work on Android 13

Bug Report

Current Behavior:
I'm running the following code using ionic framework
window.AdvancedImagePicker.present( { max: 10, maxCountMessage: this.translate.instant('Only 10 images can be uploaded at one time') }, files => { files.forEach(fileObject => { (<any>window).resolveLocalFileSystemURL( fileObject.src, fileEntry => { fileEntry.file( file => { this.uploadFile(file); }, error => {...} ); }, err => {...} ); } }); }, err => {...}
and when I test on an android phone with older version than 13 or ios it works just fine, but on Android 13 the plugin does nothing, it won't open and won't show any errors at all.

Expected Behavior:
the image picker should show on Android 13 or at least I should get an error telling me something is wrong.

Steps to reproduce:
try to use the plugin on an Android 13 device

Environment information:

  • Cordova CLI version 11.0.0
  • Cordova platform version
    • android 11.0.0
    • ios 6.2.0
  • Plugins & versions installed in project (including this plugin)
    com-badrit-base64 0.2.0 "Base64" com-sarriaroman-photoviewer 1.3.0 "PhotoViewer" com.darktalker.cordova.screenshot 0.1.6 "com.darktalker.cordova.screenshot" cordova-android-support-gradle-release 3.0.1 "cordova-android-support-gradle-release" cordova-plugin-androidx-adapter 1.1.3 "cordova-plugin-androidx-adapter" cordova-plugin-badge 0.8.8 "Badge" cordova-plugin-camera 6.0.1-dev "Camera" cordova-plugin-customurlscheme 5.0.2 "Custom URL scheme" cordova-plugin-device-motion 2.0.1 "Device Motion" cordova-plugin-device 2.0.3 "Device" cordova-plugin-file 7.0.0 "File" cordova-plugin-filepath 1.6.0 "cordova-plugin-filepath" cordova-plugin-fingerprint-aio 4.0.2 "FingerprintAllInOne" cordova-plugin-geolocation 4.1.0 "Geolocation" cordova-plugin-inappbrowser 5.0.0 "InAppBrowser" cordova-plugin-ionic-keyboard 2.1.3 "cordova-plugin-ionic-keyboard" cordova-plugin-ionic-webview 5.0.0 "cordova-plugin-ionic-webview" cordova-plugin-local-notification 0.9.0-beta.4 "LocalNotification" cordova-plugin-media-capture 4.0.0 "Capture" cordova-plugin-nativegeocoder 3.5.1 "NativeGeocoder" cordova-plugin-network-information 3.0.0 "Network Information" cordova-plugin-advanced-imagepicker 1.6.2 "AdvancedImagePicker" cordova-plugin-printer 0.8.0 "Printer" cordova-plugin-safariviewcontroller 2.0.0 "SafariViewController" cordova-plugin-screen-orientation 3.0.2 "Screen Orientation" cordova-plugin-secure-storage-echo 5.1.1 "SecureStorage" cordova-plugin-splashscreen 6.0.0 "Splashscreen" cordova-plugin-statusbar 2.4.3 "StatusBar" cordova-plugin-streaming-media 2.3.0 "StreamingMedia" cordova-plugin-uniquedeviceid 1.3.2 "UniqueDeviceID" cordova-plugin-zip 3.1.0 "cordova-plugin-zip" cordova-sqlite-storage 6.0.0 "Cordova SQLite storage plugin - cordova-sqlite-storage plugin version" es6-promise-plugin 4.2.2 "Promise" onesignal-cordova-plugin 3.2.0 "OneSignal Push Notifications" phonegap-plugin-barcodescanner-android12 8.1.2 "BarcodeScanner" phonegap-plugin-mobile-accessibility 1.0.5-dev "Mobile Accessibility"
  • Dev machine OS and version, e.g.
    • OSX
      ProductName: macOS
      ProductVersion: 13.3
      BuildVersion: 22E252

(bug): plugin installation Error: Pod command failed with exit code 1

Bug Report

Current Behavior:
Trying to add the plugin throws an error on ios platform:

Failed to install 'cordova-plugin-advanced-imagepicker': Error: pod: Command failed with exit code 1
    at ChildProcess.whenDone (/Cordova/platforms/ios/cordova/node_modules/cordova-common/src/superspawn.js:136:25)
    at ChildProcess.emit (events.js:315:20)
    at maybeClose (internal/child_process.js:1021:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)

Trying to install the pod on the ios platform (pod install) leads to this error:

Installing PryntTrimmerView (4.0.2)
Installing SteviaLayout (4.7.3)
Installing YPImagePicker (4.3.1)
[!] Unable to determine Swift version for the following pods:

- `SteviaLayout` does not specify a Swift version and none of the targets (`HybridForms`) integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute in at least one of the targets that integrate this pod.

Expected Behavior:
Adding the plugin works on ios platform without error

Steps to reproduce:

  1. add cordova ios platform
  2. add cordova plugin -> cordova plugin add cordova-plugin-advanced-imagepicker

Screenshots:

Environment information:

  • Cordova CLI version

    • cordova 10.0.0
  • Cordova platform version

    • Installed platforms: ios 6.1.1
  • Plugins & versions installed in project (including this plugin)

    • com.bez4pieci.cookies 0.0.1 "Cookies"
      cordova-plugin-add-swift-support 2.0.2 "AddSwiftSupport"
      cordova-plugin-advanced-http 3.0.0 "Advanced HTTP plugin"
      cordova-plugin-advanced-imagepicker 1.0.1 "AdvancedImagePicker"
      cordova-plugin-androidx-adapter 1.1.3 "cordova-plugin-androidx-adapter"
      cordova-plugin-camera 4.1.0 "Camera"
      cordova-plugin-cookies 0.0.1 "CookiesPlugin"
      cordova-plugin-device 2.0.3 "Device"
      cordova-plugin-document-scanner 4.2.5 "Scan"
      cordova-plugin-file-opener2 3.0.4 "File Opener2"
      cordova-plugin-file 6.0.2 "File"
      cordova-plugin-filechooser 1.2.0 "File Chooser"
      cordova-plugin-geolocation 4.0.2 "Geolocation"
      cordova-plugin-inappbrowser 4.0.0 "InAppBrowser"
      cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard"
      cordova-plugin-ionic-webview 5.0.0 "cordova-plugin-ionic-webview"
      cordova-plugin-media-capture 3.0.3 "Capture"
      cordova-plugin-media 5.0.3 "Media"
      cordova-plugin-network-information 2.0.2 "Network Information"
      cordova-plugin-screen-orientation 3.0.2 "Screen Orientation"
      cordova-plugin-secure-storage-echo 5.0.1 "SecureStorage"
      cordova-plugin-splashscreen 6.0.0 "Splashscreen"
      cordova-plugin-vibration 3.1.1 "Vibration"
      cordova-plugin-whitelist 1.3.4 "Whitelist"
      cordova-sqlite-storage 5.0.1 "Cordova sqlite storage plugin - cordova-sqlite-storage plugin version"
      phonegap-plugin-barcodescanner 8.1.0 "BarcodeScanner"
  • Dev machine OS and version, e.g.

    • OSX
      • ProductName: Mac OS X
        ProductVersion: 10.15.6
        BuildVersion: 19G2021

(bug): Images imported from camera and photo library have incorrect orientation

Bug Report

Current Behavior:

Images imported as base64 do not have the correct orientation.

Expected Behavior:

When importing images, the result, when displayed in an img element should have the same orientation as the image when viewed in the device's photo library or camera.

Steps to reproduce:

Import several images as base64, some with portrait orientation, some with landscape. when an img element is assigned the images, it will be seen that some of the images are shown with an orientation that is different to how they appear when viewed in the device's gallery app or camera roll.

Screenshots:

Environment information:

  • Cordova CLI version
    • cordova -v 11
  • Cordova platform version
    • cordova platform ls
  • Plugins & versions installed in project (including this plugin)
    • cordova plugin ls
  • Dev machine OS and version, e.g.
    • OSX
      • n/a
    • Windows 10
      • 11

Additional information

(bug):need install command or installation error

Bug Report

Current Behavior:
$cordova plugin add https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker.git
to install the plugin, but with errors:
Installing "cordova-plugin-advanced-imagepicker" for android
Subproject Path: CordovaLib
Subproject Path: app
Installing "cordova-plugin-advanced-imagepicker" for ios
Installing "cordova-plugin-add-swift-support" for ios
Running command: pod install --verbose
Failed to install 'cordova-plugin-advanced-imagepicker': Error: pod: Command failed with exit code 1
at ChildProcess.whenDone (/Users/hh/repo/tenant.group/client/app/landlord/node_modules/cordova-common/src/superspawn.js:136:25)
at ChildProcess.emit (events.js:376:20)
at maybeClose (internal/child_process.js:1055:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
pod: Command failed with exit code 1

Expected Behavior:

Steps to reproduce:

Screenshots:

Environment information:

  • Cordova CLI version

    • cordova -v
      10.0.0
  • Cordova platform version

    • cordova platform ls
      ios 6.2.0
  • Plugins & versions installed in project (including this plugin)

    • cordova plugin ls
      cordova-plugin-add-swift-support 2.0.2 "AddSwiftSupport"
      cordova-plugin-advanced-imagepicker 1.3.1 "AdvancedImagePicker"
      cordova-plugin-device 2.0.3 "Device"
      cordova-plugin-file 6.0.2 "File"
      cordova-plugin-image-picker 1.1.1 "ImagePicker"
      cordova-plugin-inappbrowser 5.0.0 "InAppBrowser"
      cordova-plugin-splashscreen 6.0.0 "Splashscreen"
      cordova-plugin-whitelist 1.3.4 "Whitelist"
  • Dev machine OS and version, e.g.

    • OSX

      • sw_vers
        ProductName: macOS
        ProductVersion: 11.2.2
    • Windows 10

      • winver

Additional information

(bug): Unable to add plugin, says CocoaPods was not found, when installed, it errors instead

Bug Report

Current Behavior:

When trying to add the plugin, I am given the error that CocoaPods was not found

Expected Behavior:

Expected plugin to install

Steps to reproduce:

cordova plugin add https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker

Screenshots:

Failed to install 'cordova-plugin-advanced-imagepicker': CordovaError: CocoaPods was not found. Please install version 1.8.0 or greater from https://cocoapods.org/

Environment information:

  • Cordova CLI version
    10.0.0
  • Cordova platform version
    Installed platforms:
    android 9.1.0
    browser 6.0.0
    ios 6.2.0
  • Plugins & versions installed in project (including this plugin)
    cordova-plugin-add-swift-support 2.0.2 "AddSwiftSupport"
    cordova-plugin-advanced-http 3.2.2 "Advanced HTTP plugin"
    cordova-plugin-android-permissions 1.1.2 "Permissions"
    cordova-plugin-androidx-adapter 1.1.3 "cordova-plugin-androidx-adapter"
    cordova-plugin-camera 5.0.2 "Camera"
    cordova-plugin-file 6.0.2 "File"
    cordova-plugin-geolocation 4.1.0 "Geolocation"
    cordova-plugin-inappbrowser 5.0.0 "InAppBrowser"
    cordova-plugin-network-information 2.0.2 "Network Information"
    cordova-plugin-scanbot-sdk 4.12.0 "Scanbot SDK Cordova Plugin"
    cordova-plugin-statusbar 2.4.3 "StatusBar"
    cordova-plugin-whitelist 1.3.4 "Whitelist"
    cordova-sqlite-storage 6.0.0 "Cordova SQLite storage plugin - cordova-sqlite-storage plugin version"
    pushy-cordova-receiver 1.0.0 "Pushy SDK Receiver for Cordova"
    pushy-cordova 1.0.32 "PushySDK"
  • Dev machine OS and version, e.g.
    • OSX
      ProductName: macOS
      ProductVersion: 12.2
      BuildVersion: 21D49

Additional information

Currently used preferences.

<preference name="android-targetSdkVersion" value="30" />
<preference name="android-minSdkVersion" value="22" />
<preference name="AndroidXEnabled" value="true" />
<preference name="GradlePluginKotlinEnabled" value="true"/>

When I install that cocoapods thing, it errors instead.

-- Crash Report log information --------------------------------------------
   See Crash Report log file under the one of following:
     * ~/Library/Logs/DiagnosticReports
     * /Library/Logs/DiagnosticReports
   for more details.
Don't forget to include the above Crash Report log file in bug reports.

-- Control frame information -----------------------------------------------
c:0050 p:---- s:0320 e:000319 CFUNC  :attach
c:0049 p:0258 s:0314 e:000313 METHOD /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275
c:0048 p:0050 s:0294 e:000293 CLASS  /Library/Ruby/Gems/2.6.0/gems/ethon-0.15.0/lib/ethon/libc.rb:17
c:0047 p:0007 s:0291 e:000290 CLASS  /Library/Ruby/Gems/2.6.0/gems/ethon-0.15.0/lib/ethon/libc.rb:7
c:0046 p:0007 s:0288 e:000287 TOP    /Library/Ruby/Gems/2.6.0/gems/ethon-0.15.0/lib/ethon/libc.rb:2 [FINISH]
c:0045 p:---- s:0285 e:000284 CFUNC  :require
c:0044 p:0110 s:0280 e:000279 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54
c:0043 p:0042 s:0268 e:000267 TOP    /Library/Ruby/Gems/2.6.0/gems/ethon-0.15.0/lib/ethon.rb:15 [FINISH]
c:0042 p:---- s:0265 e:000264 CFUNC  :require
c:0041 p:0110 s:0260 e:000259 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54
c:0040 p:0013 s:0248 e:000247 TOP    /Library/Ruby/Gems/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus.rb:2 [FINISH]
c:0039 p:---- s:0245 e:000244 CFUNC  :require
c:0038 p:0110 s:0240 e:000239 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54
c:0037 p:0006 s:0228 e:000227 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb:440
c:0036 p:0045 s:0220 e:000219 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb:372
c:0035 p:0318 s:0209 e:000208 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb:365
c:0034 p:0006 s:0199 e:000198 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb:338
c:0033 p:0059 s:0194 e:000193 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb:53
c:0032 p:0021 s:0190 e:000189 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source.rb:31
c:0031 p:0030 s:0185 e:000184 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb:30 [FINISH]
c:0030 p:---- s:0180 e:000179 CFUNC  :new
c:0029 p:0068 s:0175 e:000171 BLOCK  /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/manager.rb:315 [FINISH]
c:0028 p:0039 s:0167 E:0005f8 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/manager.rb:322
c:0027 p:0007 s:0160 e:000159 BLOCK  /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/manager.rb:53 [FINISH]
c:0026 p:---- s:0156 e:000155 CFUNC  :map
c:0025 p:0015 s:0152 e:000151 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/manager.rb:53
c:0024 p:0028 s:0146 e:000145 BLOCK  /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/repo/add_cdn.rb:38
c:0023 p:0081 s:0143 e:000142 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/user_interface.rb:64
c:0022 p:0049 s:0136 e:000135 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/repo/add_cdn.rb:36
c:0021 p:0067 s:0131 e:000130 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/sources_manager.rb:45
c:0020 p:0016 s:0120 e:000119 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/sources_manager.rb:22
c:0019 p:0010 s:0115 e:000114 BLOCK  /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:178 [FINISH]
c:0018 p:---- s:0111 e:000110 CFUNC  :map
c:0017 p:0136 s:0107 e:000106 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:177
c:0016 p:0024 s:0098 e:000093 BLOCK  /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:1077
c:0015 p:0081 s:0090 e:000089 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/user_interface.rb:64
c:0014 p:0078 s:0083 e:000082 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:1076
c:0013 p:0161 s:0076 e:000075 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:124
c:0012 p:0011 s:0061 e:000060 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb:416
c:0011 p:0007 s:0056 e:000055 BLOCK  /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb:241
c:0010 p:0081 s:0053 e:000052 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/user_interface.rb:64
c:0009 p:0048 s:0046 e:000045 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb:240
c:0008 p:0009 s:0040 e:000039 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb:161
c:0007 p:0054 s:0036 e:000035 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/install.rb:52
c:0006 p:0078 s:0031 e:000030 METHOD /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/command.rb:334
c:0005 p:0024 s:0024 e:000023 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command.rb:52
c:0004 p:0378 s:0019 e:000018 TOP    /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/bin/pod:55 [FINISH]
c:0003 p:---- s:0013 e:000012 CFUNC  :load
c:0002 p:0109 s:0008 E:0024a0 EVAL   /usr/local/bin/pod:23 [FINISH]
c:0001 p:0000 s:0003 E:000540 (none) [FINISH]

-- Ruby level backtrace information ----------------------------------------
/usr/local/bin/pod:23:in `<main>'
/usr/local/bin/pod:23:in `load'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/bin/pod:55:in `<top (required)>'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command.rb:52:in `run'
/Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/command.rb:334:in `run'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/install.rb:52:in `run'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb:161:in `install!'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb:240:in `resolve_dependencies'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/user_interface.rb:64:in `section'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb:241:in `block in resolve_dependencies'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb:416:in `analyze'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:124:in `analyze'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:1076:in `resolve_dependencies'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/user_interface.rb:64:in `section'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:1077:in `block in resolve_dependencies'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:177:in `sources'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:177:in `map'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:178:in `block in sources'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/sources_manager.rb:22:in `find_or_create_source_with_url'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/sources_manager.rb:45:in `create_source_with_url'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/repo/add_cdn.rb:36:in `run'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/user_interface.rb:64:in `section'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/repo/add_cdn.rb:38:in `block in run'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/manager.rb:53:in `sources'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/manager.rb:53:in `map'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/manager.rb:53:in `block in sources'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/manager.rb:322:in `source_from_path'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/manager.rb:315:in `block in source_from_path'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/manager.rb:315:in `new'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb:30:in `initialize'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source.rb:31:in `initialize'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb:53:in `refresh_metadata'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb:338:in `download_file'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb:365:in `download_file_async'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb:372:in `download_and_save_with_retries_async'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb:440:in `download_typhoeus_impl_async'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/Library/Ruby/Gems/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus.rb:2:in `<top (required)>'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/Library/Ruby/Gems/2.6.0/gems/ethon-0.15.0/lib/ethon.rb:15:in `<top (required)>'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/Library/Ruby/Gems/2.6.0/gems/ethon-0.15.0/lib/ethon/libc.rb:2:in `<top (required)>'
/Library/Ruby/Gems/2.6.0/gems/ethon-0.15.0/lib/ethon/libc.rb:7:in `<module:Ethon>'
/Library/Ruby/Gems/2.6.0/gems/ethon-0.15.0/lib/ethon/libc.rb:17:in `<module:Libc>'
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275:in `attach_function'
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275:in `attach'

-- Other runtime information -----------------------------------------------

* Loaded script: /usr/local/bin/pod

* Loaded features:

    0 enumerator.so
    1 thread.rb
    2 rational.so
    3 complex.so
    4 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/enc/encdb.bundle
    5 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/enc/trans/transdb.bundle
    6 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/rbconfig.rb
    7 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/compatibility.rb
    8 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/defaults.rb
    9 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/deprecate.rb
   10 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/errors.rb
   11 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/version.rb
   12 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/requirement.rb
   13 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/platform.rb
   14 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/basic_specification.rb
   15 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/stub_specification.rb
   16 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/delegate.rb
   17 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/rfc2396_parser.rb
   18 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/rfc3986_parser.rb
   19 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/common.rb
   20 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/generic.rb
   21 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/file.rb
   22 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/ftp.rb
   23 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/http.rb
   24 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/https.rb
   25 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/ldap.rb
   26 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/ldaps.rb
   27 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/mailto.rb
   28 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri.rb
   29 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/specification_policy.rb
   30 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/util/list.rb
   31 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/stringio.bundle
   32 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/specification.rb
   33 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/exceptions.rb
   34 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/util.rb
   35 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/bundler_version_finder.rb
   36 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/dependency.rb
   37 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_gem.rb
   38 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/monitor.rb
   39 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb
   40 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_warn.rb
   41 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems.rb
   42 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/path_support.rb
   43 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/version.rb
   44 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/core_ext/name_error.rb
   45 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/levenshtein.rb
   46 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/jaro_winkler.rb
   47 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checker.rb
   48 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
   49 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
   50 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb
   51 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/method_name_checker.rb
   52 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/key_error_checker.rb
   53 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/null_checker.rb
   54 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/formatters/plain_formatter.rb
   55 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean.rb
   56 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/tsort.rb
   57 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/request_set/gem_dependency_api.rb
   58 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/request_set/lockfile/parser.rb
   59 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/request_set/lockfile/tokenizer.rb
   60 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/request_set/lockfile.rb
   61 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/request_set.rb
   62 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
   63 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/errors.rb
   64 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/set.rb
   65 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
   66 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
   67 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
   68 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
   69 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
   70 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
   71 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
   72 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
   73 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
   74 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
   75 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/state.rb
   76 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
   77 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
   78 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
   79 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
   80 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
   81 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
   82 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo.rb
   83 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo.rb
   84 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/activation_request.rb
   85 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/conflict.rb
   86 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/dependency_request.rb
   87 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/requirement_list.rb
   88 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/stats.rb
   89 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/set.rb
   90 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/api_set.rb
   91 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/composed_set.rb
   92 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/best_set.rb
   93 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/current_set.rb
   94 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/git_set.rb
   95 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/index_set.rb
   96 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/installer_set.rb
   97 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/lock_set.rb
   98 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/vendor_set.rb
   99 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/source_set.rb
  100 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/specification.rb
  101 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/spec_specification.rb
  102 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/api_specification.rb
  103 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/git_specification.rb
  104 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/index_specification.rb
  105 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/installed_specification.rb
  106 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/local_specification.rb
  107 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/lock_specification.rb
  108 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/vendor_specification.rb
  109 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver.rb
  110 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/source/git.rb
  111 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/source/installed.rb
  112 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/source/specific_file.rb
  113 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/source/local.rb
  114 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/source/lock.rb
  115 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/source/vendor.rb
  116 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/source.rb
  117 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/pathname.bundle
  118 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/pathname.rb
  119 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/ansi/cursor.rb
  120 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/ansi/graphics.rb
  121 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/ansi/string_escaper.rb
  122 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/ansi.rb
  123 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/argument.rb
  124 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/argv.rb
  125 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/command/banner.rb
  126 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/command/plugin_manager.rb
  127 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/command/argument_suggester.rb
  128 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/command.rb
  129 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/informative_error.rb
  130 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/help.rb
  131 /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide.rb
  132 /Library/Ruby/Gems/2.6.0/gems/colored2-3.1.2/lib/colored2/codes.rb
  133 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/forwardable/impl.rb
  134 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/forwardable.rb
  135 /Library/Ruby/Gems/2.6.0/gems/colored2-3.1.2/lib/colored2/ascii_decorator.rb
  136 /Library/Ruby/Gems/2.6.0/gems/colored2-3.1.2/lib/colored2/strings.rb
  137 /Library/Ruby/Gems/2.6.0/gems/colored2-3.1.2/lib/colored2.rb
  138 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/gem_version.rb
  139 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/user_interface.rb
  140 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj.rb
  141 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/string/strip.rb
  142 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/constants.rb
  143 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/engine.rb
  144 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb
  145 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb
  146 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mri_object.rb
  147 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_object.rb
  148 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_object.rb
  149 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/truffleruby_object.rb
  150 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/object.rb
  151 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/volatile.rb
  152 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb
  153 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb
  154 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb
  155 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_lockable_object.rb
  156 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb
  157 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/condition.rb
  158 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lock.rb
  159 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization.rb
  160 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb
  161 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb
  162 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/map.rb
  163 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/hash/deep_merge.rb
  164 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/hash/except.rb
  165 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/hash/slice.rb
  166 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util.rb
  167 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/hash.rb
  168 /Library/Ruby/Gems/2.6.0/gems/i18n-1.9.1/lib/i18n/version.rb
  169 /Library/Ruby/Gems/2.6.0/gems/i18n-1.9.1/lib/i18n/utils.rb
  170 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/cgi/core.rb
  171 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/cgi/escape.bundle
  172 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/cgi/util.rb
  173 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/cgi/cookie.rb
  174 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/cgi.rb
  175 /Library/Ruby/Gems/2.6.0/gems/i18n-1.9.1/lib/i18n/exceptions.rb
  176 /Library/Ruby/Gems/2.6.0/gems/i18n-1.9.1/lib/i18n/interpolate/ruby.rb
  177 /Library/Ruby/Gems/2.6.0/gems/i18n-1.9.1/lib/i18n.rb
  178 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/lazy_load_hooks.rb
  179 /Library/Ruby/Gems/2.6.0/gems/i18n-1.9.1/lib/i18n/config.rb
  180 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/i18n.rb
  181 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/inflector/inflections.rb
  182 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/inflections.rb
  183 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/object/blank.rb
  184 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/inflector/methods.rb
  185 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/multibyte.rb
  186 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/string/multibyte.rb
  187 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/inflector/transliterate.rb
  188 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/string/inflections.rb
  189 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/date_core.bundle
  190 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/date.rb
  191 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/time.rb
  192 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/base64.rb
  193 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/bigdecimal.bundle
  194 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/bigdecimal.rb
  195 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/bigdecimal/util.bundle
  196 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/bigdecimal/util.rb
  197 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/module/delegation.rb
  198 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/date_time/calculations.rb
  199 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/kernel/reporting.rb
  200 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/xml_mini/rexml.rb
  201 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/xml_mini.rb
  202 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/hash/keys.rb
  203 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/object/to_query.rb
  204 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/object/to_param.rb
  205 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/array/conversions.rb
  206 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/fileutils/version.rb
  207 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/etc.bundle
  208 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/fileutils.rb
  209 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/tmpdir.rb
  210 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/gem_version.rb
  211 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/version_metadata.rb
  212 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/gem_version.rb
  213 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/vendor/version.rb
  214 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/vendor/requirement.rb
  215 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/vendor.rb
  216 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/root_attribute_accessors.rb
  217 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/consumer.rb
  218 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/dsl/attribute_support.rb
  219 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/dsl/attribute.rb
  220 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/dsl/platform_proxy.rb
  221 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/dsl/deprecations.rb
  222 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/dsl.rb
  223 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/linter/result.rb
  224 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/linter/analyzer.rb
  225 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/linter.rb
  226 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/set/presenter.rb
  227 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/set.rb
  228 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification/json.rb
  229 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/specification.rb
  230 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core.rb
  231 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/multibyte/unicode.rb
  232 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/config.rb
  233 /Library/Ruby/Gems/2.6.0/gems/cocoapods-downloader-1.5.1/lib/cocoapods-downloader/gem_version.rb
  234 /Library/Ruby/Gems/2.6.0/gems/cocoapods-downloader-1.5.1/lib/cocoapods-downloader/api.rb
  235 /Library/Ruby/Gems/2.6.0/gems/cocoapods-downloader-1.5.1/lib/cocoapods-downloader/api_exposable.rb
  236 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/shellwords.rb
  237 /Library/Ruby/Gems/2.6.0/gems/cocoapods-downloader-1.5.1/lib/cocoapods-downloader/base.rb
  238 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/standard_error.rb
  239 /Library/Ruby/Gems/2.6.0/gems/cocoapods-downloader-1.5.1/lib/cocoapods-downloader.rb
  240 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/downloader/cache.rb
  241 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/digest.bundle
  242 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/digest.rb
  243 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/downloader/request.rb
  244 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/downloader/response.rb
  245 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/downloader.rb
  246 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector/version.rb
  247 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector/inspector.rb
  248 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/strscan.bundle
  249 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/erb.rb
  250 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/socket.bundle
  251 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/io/wait.bundle
  252 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/socket.rb
  253 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/timeout.rb
  254 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/protocol.rb
  255 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/zlib.bundle
  256 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/exceptions.rb
  257 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/header.rb
  258 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/enc/windows_31j.bundle
  259 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/generic_request.rb
  260 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/request.rb
  261 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/requests.rb
  262 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/response.rb
  263 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/responses.rb
  264 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/proxy_delta.rb
  265 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/backward.rb
  266 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb
  267 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/json/version.rb
  268 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/ostruct.rb
  269 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/json/generic_object.rb
  270 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/json/common.rb
  271 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/json/ext/parser.bundle
  272 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/json/ext/generator.bundle
  273 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/json/ext.rb
  274 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/json.rb
  275 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector/sidekick.rb
  276 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector/evidence.rb
  277 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector/exception_hound.rb
  278 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector.rb
  279 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/user_interface/error_report.rb
  280 /Library/Ruby/Gems/2.6.0/gems/addressable-2.8.0/lib/addressable/version.rb
  281 /Library/Ruby/Gems/2.6.0/gems/addressable-2.8.0/lib/addressable/idna/pure.rb
  282 /Library/Ruby/Gems/2.6.0/gems/addressable-2.8.0/lib/addressable/idna.rb
  283 /Library/Ruby/Gems/2.6.0/gems/public_suffix-4.0.6/lib/public_suffix/domain.rb
  284 /Library/Ruby/Gems/2.6.0/gems/public_suffix-4.0.6/lib/public_suffix/version.rb
  285 /Library/Ruby/Gems/2.6.0/gems/public_suffix-4.0.6/lib/public_suffix/errors.rb
  286 /Library/Ruby/Gems/2.6.0/gems/public_suffix-4.0.6/lib/public_suffix/rule.rb
  287 /Library/Ruby/Gems/2.6.0/gems/public_suffix-4.0.6/lib/public_suffix/list.rb
  288 /Library/Ruby/Gems/2.6.0/gems/public_suffix-4.0.6/lib/public_suffix.rb
  289 /Library/Ruby/Gems/2.6.0/gems/addressable-2.8.0/lib/addressable/uri.rb
  290 /Library/Ruby/Gems/2.6.0/gems/addressable-2.8.0/lib/addressable/template.rb
  291 /Library/Ruby/Gems/2.6.0/gems/addressable-2.8.0/lib/addressable.rb
  292 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/user_interface/inspector_reporter.rb
  293 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/core_ui.rb
  294 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/user_interface.rb
  295 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/acceptor.rb
  296 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/aggregate.rb
  297 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/health_reporter.rb
  298 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/manager.rb
  299 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/hash/reverse_merge.rb
  300 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/hash_with_indifferent_access.rb
  301 /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/hash/indifferent_access.rb
  302 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source/metadata.rb
  303 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/source.rb
  304 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/open-uri.rb
  305 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/open-uri.rb
  306 /Library/Ruby/Gems/2.6.0/gems/netrc-0.11.0/lib/netrc.rb
  307 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/openssl.bundle
  308 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/bn.rb
  309 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/pkey.rb
  310 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/cipher.rb
  311 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/config.rb
  312 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/digest.rb
  313 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/x509.rb
  314 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/buffering.rb
  315 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/io/nonblock.bundle
  316 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/ipaddr.rb
  317 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/ssl.rb
  318 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/pkcs5.rb
  319 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl.rb
  320 /Library/Ruby/Gems/2.6.0/gems/nap-1.1.0/lib/rest/error.rb
  321 /Library/Ruby/Gems/2.6.0/gems/nap-1.1.0/lib/rest/request.rb
  322 /Library/Ruby/Gems/2.6.0/gems/nap-1.1.0/lib/rest/response.rb
  323 /Library/Ruby/Gems/2.6.0/gems/nap-1.1.0/lib/rest.rb
  324 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/versions.rb
  325 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/exception.rb
  326 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/syntax_error.rb
  327 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/psych.bundle
  328 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/omap.rb
  329 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/set.rb
  330 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/class_loader.rb
  331 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/scalar_scanner.rb
  332 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/nodes/node.rb
  333 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/nodes/stream.rb
  334 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/nodes/document.rb
  335 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/nodes/sequence.rb
  336 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/nodes/scalar.rb
  337 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/nodes/mapping.rb
  338 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/nodes/alias.rb
  339 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/nodes.rb
  340 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/streaming.rb
  341 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/visitors/visitor.rb
  342 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/visitors/to_ruby.rb
  343 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/visitors/emitter.rb
  344 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/handler.rb
  345 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/tree_builder.rb
  346 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/visitors/yaml_tree.rb
  347 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/json/ruby_events.rb
  348 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/visitors/json_tree.rb
  349 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/visitors/depth_first.rb
  350 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/visitors.rb
  351 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/parser.rb
  352 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/coder.rb
  353 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/core_ext.rb
  354 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/stream.rb
  355 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/json/yaml_events.rb
  356 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/json/tree_builder.rb
  357 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/json/stream.rb
  358 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/handlers/document_stream.rb
  359 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych.rb
  360 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/yaml.rb
  361 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/executable.rb
  362 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/version.rb
  363 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/errors.rb
  364 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/event.rb
  365 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb
  366 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/obligation.rb
  367 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/logger.rb
  368 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/logging.rb
  369 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/deprecation.rb
  370 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/executor_service.rb
  371 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb
  372 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb
  373 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb
  374 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/delay.rb
  375 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb
  376 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb
  377 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb
  378 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb
  379 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb
  380 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb
  381 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb
  382 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb
  383 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/processor_counter.rb
  384 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/configuration.rb
  385 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb
  386 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb
  387 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/native_integer.rb
  388 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb
  389 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb
  390 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb
  391 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb
  392 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb
  393 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb
  394 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb
  395 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/abstract_thread_local_var.rb
  396 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/ruby_thread_local_var.rb
  397 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/java_thread_local_var.rb
  398 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb
  399 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb
  400 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb
  401 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/semaphore.rb
  402 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomics.rb
  403 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb
  404 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb
  405 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb
  406 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb
  407 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb
  408 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb
  409 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb
  410 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb
  411 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb
  412 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb
  413 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb
  414 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb
  415 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb
  416 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/observable.rb
  417 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/ivar.rb
  418 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/options.rb
  419 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/scheduled_task.rb
  420 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb
  421 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb
  422 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb
  423 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/timer_set.rb
  424 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executors.rb
  425 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb
  426 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/agent.rb
  427 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atom.rb
  428 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/array.rb
  429 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb
  430 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/set.rb
  431 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/tuple.rb
  432 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/async.rb
  433 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/future.rb
  434 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/dataflow.rb
  435 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/maybe.rb
  436 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/exchanger.rb
  437 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb
  438 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/immutable_struct.rb
  439 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/mutable_struct.rb
  440 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/mvar.rb
  441 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/promise.rb
  442 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/settable_struct.rb
  443 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/timer_task.rb
  444 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/tvar.rb
  445 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb
  446 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/re_include.rb
  447 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/promises.rb
  448 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb
  449 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent.rb
  450 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/cdn_source.rb
  451 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/trunk_source.rb
  452 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/sources_manager.rb
  453 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/core_overrides.rb
  454 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods.rb
  455 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/delegates/specification_provider.rb
  456 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/errors.rb
  457 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/options/repo_update.rb
  458 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/options/project_directory.rb
  459 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/cache/list.rb
  460 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/cache/clean.rb
  461 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/cache.rb
  462 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/env.rb
  463 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/init.rb
  464 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/install.rb
  465 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/ipc/list.rb
  466 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/ipc/podfile.rb
  467 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/ipc/podfile_json.rb
  468 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/ipc/repl.rb
  469 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/ipc/spec.rb
  470 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/ipc/update_search_index.rb
  471 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/ipc.rb
  472 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/lib/create.rb
  473 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/lib/lint.rb
  474 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/lib.rb
  475 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/list.rb
  476 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/outdated.rb
  477 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/repo/add.rb
  478 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/repo/add_cdn.rb
  479 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/repo/lint.rb
  480 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/repo/list.rb
  481 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/tempfile.rb
  482 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/repo/push.rb
  483 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/repo/remove.rb
  484 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/repo/update.rb
  485 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/repo.rb
  486 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/setup.rb
  487 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/spec/create.rb
  488 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/spec/lint.rb
  489 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/spec/which.rb
  490 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/spec/cat.rb
  491 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/spec/edit.rb
  492 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/spec.rb
  493 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/update.rb
  494 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command.rb
  495 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/open3.rb
  496 /Library/Ruby/Gems/2.6.0/gems/cocoapods-deintegrate-1.0.5/lib/cocoapods/deintegrate/gem_version.rb
  497 /Library/Ruby/Gems/2.6.0/gems/cocoapods-deintegrate-1.0.5/lib/cocoapods/deintegrator.rb
  498 /Library/Ruby/Gems/2.6.0/gems/cocoapods-deintegrate-1.0.5/lib/cocoapods_deintegrate.rb
  499 /Library/Ruby/Gems/2.6.0/gems/cocoapods-deintegrate-1.0.5/lib/cocoapods/command/deintegrate.rb
  500 /Library/Ruby/Gems/2.6.0/gems/cocoapods-deintegrate-1.0.5/lib/cocoapods_plugin.rb
  501 /Library/Ruby/Gems/2.6.0/gems/cocoapods-plugins-1.0.0/lib/pod/command/gem_index_cache.rb
  502 /Library/Ruby/Gems/2.6.0/gems/cocoapods-plugins-1.0.0/lib/pod/command/gem_helper.rb
  503 /Library/Ruby/Gems/2.6.0/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins_helper.rb
  504 /Library/Ruby/Gems/2.6.0/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins/list.rb
  505 /Library/Ruby/Gems/2.6.0/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins/search.rb
  506 /Library/Ruby/Gems/2.6.0/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins/create.rb
  507 /Library/Ruby/Gems/2.6.0/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins/publish.rb
  508 /Library/Ruby/Gems/2.6.0/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins/installed.rb
  509 /Library/Ruby/Gems/2.6.0/gems/cocoapods-plugins-1.0.0/lib/pod/command/plugins.rb
  510 /Library/Ruby/Gems/2.6.0/gems/cocoapods-plugins-1.0.0/lib/cocoapods_plugin.rb
  511 /Library/Ruby/Gems/2.6.0/gems/cocoapods-search-1.0.1/lib/cocoapods-search/command/search.rb
  512 /Library/Ruby/Gems/2.6.0/gems/cocoapods-search-1.0.1/lib/cocoapods-search/command.rb
  513 /Library/Ruby/Gems/2.6.0/gems/cocoapods-search-1.0.1/lib/cocoapods_plugin.rb
  514 /Library/Ruby/Gems/2.6.0/gems/cocoapods-trunk-1.6.0/lib/pod/command/trunk/add_owner.rb
  515 /Library/Ruby/Gems/2.6.0/gems/cocoapods-trunk-1.6.0/lib/pod/command/trunk/delete.rb
  516 /Library/Ruby/Gems/2.6.0/gems/cocoapods-trunk-1.6.0/lib/pod/command/trunk/deprecate.rb
  517 /Library/Ruby/Gems/2.6.0/gems/cocoapods-trunk-1.6.0/lib/pod/command/trunk/info.rb
  518 /Library/Ruby/Gems/2.6.0/gems/cocoapods-trunk-1.6.0/lib/pod/command/trunk/me.rb
  519 /Library/Ruby/Gems/2.6.0/gems/cocoapods-trunk-1.6.0/lib/pod/command/trunk/push.rb
  520 /Library/Ruby/Gems/2.6.0/gems/cocoapods-trunk-1.6.0/lib/pod/command/trunk/register.rb
  521 /Library/Ruby/Gems/2.6.0/gems/cocoapods-trunk-1.6.0/lib/pod/command/trunk/remove_owner.rb
  522 /Library/Ruby/Gems/2.6.0/gems/cocoapods-trunk-1.6.0/lib/pod/command/trunk.rb
  523 /Library/Ruby/Gems/2.6.0/gems/cocoapods-trunk-1.6.0/lib/cocoapods_plugin.rb
  524 /Library/Ruby/Gems/2.6.0/gems/cocoapods-try-1.2.0/lib/pod/try_settings.rb
  525 /Library/Ruby/Gems/2.6.0/gems/cocoapods-try-1.2.0/lib/pod/command/try.rb
  526 /Library/Ruby/Gems/2.6.0/gems/cocoapods-try-1.2.0/lib/cocoapods_plugin.rb
  527 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/unicode_normalize/tables.rb
  528 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/unicode_normalize/normalize.rb
  529 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/podfile/dsl.rb
  530 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/podfile/target_definition.rb
  531 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/podfile.rb
  532 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/build_type.rb
  533 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/podfile.rb
  534 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb
  535 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/sandbox.rb
  536 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/sandbox/headers_store.rb
  537 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/lockfile.rb
  538 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/pre_install_hooks_context.rb
  539 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/hooks_manager.rb
  540 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/source_provider_hooks_context.rb
  541 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/version.rb
  542 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb
  543 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/installation_options.rb
  544 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer/podfile_dependency_cache.rb
  545 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/platform.rb
  546 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/dependency.rb
  547 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.2/lib/cocoapods-core/requirement.rb
  548 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/podfile_validator.rb
  549 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer/target_inspector.rb
  550 /Library/Ruby/Gems/2.6.0/gems/atomos-0.1.3/lib/atomos/version.rb
  551 /Library/Ruby/Gems/2.6.0/gems/atomos-0.1.3/lib/atomos.rb
  552 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/securerandom.rb
  553 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/case_converter.rb
  554 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object_attributes.rb
  555 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object_dictionary.rb
  556 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object_list.rb
  557 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/constants.rb
  558 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/swift_package_remote_reference.rb
  559 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/swift_package_product_dependency.rb
  560 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/helpers/build_settings_array_settings_by_object_version.rb
  561 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/build_configuration.rb
  562 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/build_file.rb
  563 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/build_phase.rb
  564 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/build_rule.rb
  565 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/configuration_list.rb
  566 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/container_item_proxy.rb
  567 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/helpers/groupable_helper.rb
  568 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/file_reference.rb
  569 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/helpers/file_references_factory.rb
  570 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/group.rb
  571 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/native_target.rb
  572 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/root_object.rb
  573 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/target_dependency.rb
  574 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object/reference_proxy.rb
  575 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/object.rb
  576 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/project_helper.rb
  577 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project/uuid_generator.rb
  578 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/plist.rb
  579 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project.rb
  580 /Library/Ruby/Gems/2.6.0/gems/nanaimo-0.3.0/lib/nanaimo/version.rb
  581 /Library/Ruby/Gems/2.6.0/gems/nanaimo-0.3.0/lib/nanaimo/object.rb
  582 /Library/Ruby/Gems/2.6.0/gems/nanaimo-0.3.0/lib/nanaimo/plist.rb
  583 /Library/Ruby/Gems/2.6.0/gems/nanaimo-0.3.0/lib/nanaimo/reader.rb
  584 /Library/Ruby/Gems/2.6.0/gems/nanaimo-0.3.0/lib/nanaimo/unicode/next_step_mapping.rb
  585 /Library/Ruby/Gems/2.6.0/gems/nanaimo-0.3.0/lib/nanaimo/unicode/quote_maps.rb
  586 /Library/Ruby/Gems/2.6.0/gems/nanaimo-0.3.0/lib/nanaimo/unicode.rb
  587 /Library/Ruby/Gems/2.6.0/gems/nanaimo-0.3.0/lib/nanaimo/writer.rb
  588 /Library/Ruby/Gems/2.6.0/gems/nanaimo-0.3.0/lib/nanaimo.rb
  589 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/config/other_linker_flags_parser.rb
  590 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/config.rb
  591 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer/target_inspection_result.rb
  592 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer/specs_state.rb
  593 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/dependency_graph/action.rb
  594 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  595 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/dependency_graph/add_vertex.rb
  596 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/dependency_graph/delete_edge.rb
  597 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/dependency_graph/detach_vertex_named.rb
  598 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/dependency_graph/set_payload.rb
  599 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/dependency_graph/tag.rb
  600 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/dependency_graph/log.rb
  601 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/dependency_graph/vertex.rb
  602 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/dependency_graph.rb
  603 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer/locking_dependency_analyzer.rb
  604 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/gem_metadata.rb
  605 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/state.rb
  606 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/modules/specification_provider.rb
  607 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/delegates/resolution_state.rb
  608 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb
  609 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolver.rb
  610 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/modules/ui.rb
  611 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo.rb
  612 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/resolver/lazy_specification.rb
  613 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/resolver/resolver_specification.rb
  614 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/resolver.rb
  615 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/https.rb
  616 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/enc/utf_16le.bundle
  617 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/enc/utf_16be.bundle
  618 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/digest/sha2.bundle
  619 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/digest/sha2.rb
  620 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle
  621 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/platform.rb
  622 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/data_converter.rb
  623 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/types.rb
  624 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb
  625 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/errno.rb
  626 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/abstract_memory.rb
  627 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/pointer.rb
  628 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/memorypointer.rb
  629 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/struct_layout.rb
  630 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/struct_layout_builder.rb
  631 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/struct_by_reference.rb
  632 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/struct.rb
  633 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/union.rb
  634 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/managedstruct.rb
  635 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/callback.rb
  636 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/io.rb
  637 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/autopointer.rb
  638 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/variadic.rb
  639 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/enum.rb
  640 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/version.rb
  641 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/ffi.rb
  642 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi.rb

(feature-request):Expose videotrim as option (Boolean)

Feature request

By default, iOS plugin comes with this option set to false. Expose a way So the users could choose to enable it.

Even the if android plug-in doesn’t enable something like this, I think iOS users could use it.

java.lang.NullPointerException

Bug Report

Current Behavior:
When running the app and trying to open the imagePicker, I get this error :

E/Capacitor: Post message error: java.lang.NullPointerException: Attempt to invoke virtual method 'void org.apache.cordova.CordovaPlugin.privateInitialize(java.lang.String, org.apache.cordova.CordovaInterface, org.apache.cordova.CordovaWebView, org.apache.cordova.CordovaPreferences)' on a null object reference at org.apache.cordova.PluginManager.getPlugin(PluginManager.java:171) at org.apache.cordova.PluginManager.exec(PluginManager.java:122) at com.getcapacitor.MessageHandler.callCordovaPluginMethod(MessageHandler.java:107) at com.getcapacitor.MessageHandler.postMessage(MessageHandler.java:51) at android.os.MessageQueue.nativePollOnce(Native Method) at android.os.MessageQueue.next(MessageQueue.java:336) at android.os.Looper.loop(Looper.java:197) at android.os.HandlerThread.run(HandlerThread.java:67)

I have no idea of what cause this error.

Expected Behavior:

Steps to reproduce:
Here is my code:

`import AdvancedImagePicker from 'cordova-plugin-advanced-imagepicker';

selectImages(){

    AdvancedImagePicker.present({
        max: 10,
        asBase84: true
    }, (result) => {
        console.log(result);
    }, (error) => {
        console.error(error);
    });

}`

Environment information:

  • Cordova CLI version
    • 10.0.0
  • Cordova platform version
    • Current working directory is not a Cordova-based project.

It s on capacitor

  • Plugins & versions installed in project (including this plugin)
    -same`
  • Dev machine OS and version, e.g.
    • OSX
      • sw_vers
    • Windows 10
      • 1909

(bug): iOS: correct screens per media type config

Feature request

Enable users to choose
1 - only photo gallery and photo (camera)
2 - only video gallery and video (camera)
3 - all gallery, photo and video camera

something like this:
if(showCameraTile) { if(mediaType != "IMAGE") { screens.append(.photo); } else if(mediaType != "VIDEO") { screens.append(.video); } else { screens.append(.photo); screens.append(.video); } }

I believe it should give users more controls of the options...

(bug): Version 1.3.0 causing error on iOS - jpegData has been renamed to UIImageJPEGRepresentation

Bug Report

Current Behavior:
Xcode can't compile iOS due errors.

Expected Behavior:
Compile it without errors

Steps to reproduce:
Install the latest plugin version and try to generate the project

Screenshots:

Captura de Tela 2021-04-09 aΜ€s 13 20 40

add screenshots to help explain your problem.

Environment information:

  • Cordova CLI version: 10.0.0

    • cordova -v
  • Cordova platform version

    • cordova platform ls
      Installed platforms:
      android 9.0.0
      ios 6.2.0
  • Plugins & versions installed in project (including this plugin)

    • cordova plugin ls
  • Dev machine OS and version, e.g.

    • OSX
      • sw_vers
    • Windows 10
      • winver

Additional information

(bug):Why image size get increased in IOS.

Why image size get increased in IOS. when i try to upload 2 Mb image from Iphone , the plugin returning with increased size of 10MB.
how to get the original size of the image . any suggestion to fix this issue?

Plugin used
cordova-plugin-advanced-imagepicker
image

original image
image

Error - Cannot read property 'apply' of undefined

Hello everyone,

I have the following problem:

I have included the ImagePicker in my Ionic app.

But as soon as I start the app and try to start the ImagePicker using the .present function, I get the following output in the console, but nothing opens

Error - Cannot read property 'apply' of undefined

Maybe one of you can help me?

(feature-request): Support IOS preselectedItems

Feature request

Request:
YummyPets picker on IOS has the ability to support preselected items. It would be great if we could support that option as well though I am not sure of the implementation details.

Reason:
There is a "UX" bug where if you pass a min of 1 item which is the default on IOS the picker loads and the "Done" button is enabled however under the hood there are actually no images selected so upon pressing "Done" the app crashes. The solution seems to be to add preselected item support so fully support both min item of 1 and having a default image selected.

Screenshots:
Screen Shot 2022-10-25 at 10 23 31 AM

Screen Shot 2022-10-25 at 10 24 13 AM

GH Issue:
Yummypets/YPImagePicker#763

(feature-request): Get files with EXIF data on Ios

I need the exif data on the pictures, especially the date the picture was taken.
This is working perfectly in android but Ios seems to strip exif data for security reasons.

Is there any chance we can get the files with the exif data included?
Or expose the functionallity of YPImagePicker
print(photo.exifMeta) // Print exif meta data of original image.

(feature-request): upgrade YPImagePicker dependency from 4.4.0 to 4.5.0

Hey @EinfachHans, I'm very appreciative that you put this plugin together. One issue I'm having in iOS when enabling multiple image selection, is that the first image is selected by default when opening the picker.

This bug is actually in YPImagePicker itself, and was resolved in release 4.5.0.
Yummypets/YPImagePicker#575

I tested updating the YPImagePicker version in the plugin.xml file locally from 4.4.0 to 4.5.0 and verified that it resolves the issue.
Here are its release notes: https://github.com/Yummypets/YPImagePicker/releases/tag/4.5.0

Do you see any issue updating this dependency?
If there's anything I can do to help, let me know. Thanks!

Android 12 crash when trying to use camera

Bug Report

Current Behavior:
Open the plugin panel, touch the top left camera icon to acces camera -> crashes or reload the app
with following security error :

Permission Denial: starting Intent { act=android.media.action.IMAGE_CAPTURE flg=0x3 cmp=com.sec.android.app.camera/.Camera clip={text/uri-list hasLabel(0) {U(content)}} (has extras) } from ProcessRecord{7de7c84 17790:myappid/u0a473} (pid=17790, uid=10473) with revoked permission android.permission.CAMERA

Expected Behavior:
be able to use camera

Environment information:
Android 12
plugin version : 1.6.2
cordova version 11.0.0
cordova android version 11.0.0

Thanks for working on this plugin !

(bug): Cannot multiple select on iOS

Bug Report

Current Behavior:
Hello :) ! , Now I'm trying to research a cool plugin like this to use with my project but looks like the multiple select on library doesn't work as expected (iOS only bc I've tried on Android it works!) even I put the max: 10 in the config optional.
Maybe it wasn't a bug but just to ensure that I didn't forget any steps. Could you please advise me πŸ˜…

Expected Behavior:
To select more than 1 images

Steps to reproduce:
I can show you the captures

Screenshots:

ezgif com-gif-maker

Environment information:

  • Cordova CLI version
    • 10.0.0
  • Cordova platform version
  • Plugins & versions installed in project (including this plugin)
    • cordova-plugin-add-swift-support 2.0.2 "AddSwiftSupport"
    • cordova-plugin-advanced-imagepicker 1.2.0 "AdvancedImagePicker"
    • cordova-plugin-camera 5.0.1 "Camera"
    • cordova-plugin-whitelist 1.3.4 "Whitelist"
  • Dev machine OS and version, e.g.
    • OSX
      • 10.15.6

Additional information

(bug): ios 15.3 Only See header/main Photo

Bug Report

Current Behavior:

When I open the Gallery selection on ios 15.3 on an iPad after selecting allow all files - I can only see the first one in the larger window and there are no thumbnail images showing at all. I did a pod update to YPImagePicker 5.2.1 however this also did not fix it and made a styling error (but this is not the bug) so went back to 4.5.0. See screenshots below.

Expected Behavior:

If I run this on ios 15.2 it works correctly and shows the thumbnails of the rest of the library but on 15.3 I only get as per the screenshots.

Steps to reproduce:

Current config as called
{ showCameraTile: false, mediaType: "IMAGE", max: 5, asJpeg: true }

Screenshots:

img1
Shows the number of items in each section of the iPad
img2
Shows all I can see when in a section - NO thumbnails.

Environment information:

  • Cordova CLI version
    • cordova -v
    • 11.0.0
  • Cordova platform version
    • cordova platform ls
    • ios 6.2.0

Additional information

I just loaded up the picker in portrait mode and low and behold the thumbnails appear - so it would seem that this picker does not work in landscape mode or is there a simple solution?

Here is a screenshot from using portrait mode on the same iPad, same versions of everything!
img3

(feature-request): Expose a thumbnail (small base64) in response

Feature request

It would be very useful if a small/thumbnail base64 attribute could be added in the returned object. Lots of apps display a list of images selected by the user. Small base64 files will avoid freeze ou crash the app.

It's not something "MUST HAVE" for the plugin, but will enable even less work for the developers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.