Skip to content

PhotoLibraryService.swift issues compiling #3861

@AlvaroFalcon

Description

@AlvaroFalcon

PhotoLibraryService.swift is giving compile issues, is there any already issue related to this or any fix? Right now we can't compile on iOS.

Podfile:

platform :ios, '11.0'
use_frameworks!

# workaround to avoid Xcode caching of Pods that requires
# Product -> Clean Build Folder after new Cordova plugins installed
# Requires CocoaPods 1.6 or newer
install! 'cocoapods', :disable_input_output_paths => true

def capacitor_pods
  # Automatic Capacitor Pod dependencies, do not delete
  pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
  pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
  pod 'CordovaPlugins', :path => '../capacitor-cordova-ios-plugins'
  # Do not ### delete
end

target 'App' do
  capacitor_pods
  # Add your Pods here
end

from /
cordova-plugin-photo-library

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions