Skip to content

Unsupported download strategy {:path=>"."}. #3

Description

@Mactub07

when I create podspec.file and then run "pod install" I've got an error "Unsupported download strategy {:path=>"."}."

see code
sh script podspec-generator node_modules/react-native-navbar --ios=9.0

content of generated file

Pod::Spec.new do |s|
s.name = "ReactNativeNavbar"
s.version = "2.1.0"
s.summary = "Simple customizable navbar component for react-native"
s.homepage = "https://github.com/react-native-community/react-native-navbar"
s.license = { :type => "MIT" }
s.authors = { "Alexey Kureev" => "kureev-mail@ya.ru" }
s.platform = :ios, "9.0"
s.source = { :path => "." }
s.source_files = "ios", "ios/**/*.{h,m}"
end

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions