square / cocoapods-pack

A CocoaPods plugin for producing xcframeworks from podspecs.
Apache License 2.0
115 stars 7 forks source link

Update rubyzip #5

Closed eytanbiala closed 2 years ago

eytanbiala commented 2 years ago

Hi, trying to get started with this tool but I encountered an issue during installation when adding to the Gemfile of an existing project which also uses fastlane. Is it possible to update rubyzip to a later version?

Bundler could not find compatible versions for gem "rubyzip":
  In snapshot (Gemfile.lock):
    rubyzip (>= 2.3.2)

  In Gemfile:
    cocoapods-pack was resolved to 1.0.0, which depends on
      rubyzip (~> 1.1)

    fastlane was resolved to 2.198.1, which depends on
      rubyzip (>= 2.0.0, < 3.0.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
dnkoutso commented 2 years ago

Actually its possible this does not need rubyzip anymore.

dnkoutso commented 2 years ago

No I was wrong but fixed here! https://github.com/square/cocoapods-pack/commit/91737ac534acc9a895984928a32f630e7f577e76

eytanbiala commented 2 years ago

Awesome, thanks!