Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocoaPods could not find compatible versions for pod "Macaw": (~> 0.9.6) #698

Closed
LordJashin32 opened this issue Jun 5, 2020 · 1 comment
Milestone

Comments

@LordJashin32
Copy link
Contributor

LordJashin32 commented Jun 5, 2020

Am i doing something wrong with my setup?
I also tried pod repo update.

remote-ios on  master [✘»!+?] took 1m32s
❯ pod install
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Macaw":
  In Podfile:
    Macaw (~> 0.9.6)

Specs satisfying the `Macaw (~> 0.9.6)` dependency were found, but they required a higher minimum deployment target.

Is it because Swift 5? I'll try earlier versions. Cheers. Currently using Swift 4.2:

# 8.0 Required for pods
platform :ios, '8.0'

target 'remote-ios' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for remote-ios
  pod 'RxSwift', '~> 4.0'
  # To fix keyboard problems
  pod 'IQKeyboardManagerSwift'
  # Material Design + nav drawer
  pod 'Material', '~> 3.1.0'
  # JSON obj mapping
  pod 'ObjectMapper', '~> 3.5'
  # SVG support for ios 8+
  pod 'Macaw', '~> 0.9.6'

  target 'remote-iosTests' do
    inherit! :search_paths
    # Pods for testing
  end

end
remote-ios on  master [✘»!+?] took 4s
❯ pod deintegrate
Deintegrating `remote-ios.xcodeproj`
Deleted 1 'Check Pods Manifest.lock' build phases.
Deleted 1 'Embed Pods Frameworks' build phases.
- Pods_remote_ios.framework
- Pods-remote-ios.debug.xcconfig
- Pods-remote-ios.release.xcconfig
Deleted 1 'Check Pods Manifest.lock' build phases.
- Pods_remote_iosTests.framework
- Pods-remote-iosTests.debug.xcconfig
- Pods-remote-iosTests.release.xcconfig
Deleted 1 empty `Frameworks` groups from project.
Removing `Pods` directory.

Project has been deintegrated. No traces of CocoaPods left in project.
Note: The workspace referencing the Pods project still remains.

remote-ios on  master [✘»!+?]
❯ pod clean

remote-ios on  master [✘»!+?]
❯ pod install
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Macaw":
  In Podfile:
    Macaw (~> 0.9.6)

Specs satisfying the `Macaw (~> 0.9.6)` dependency were found, but they required a higher minimum deployment target.

remote-ios on  master [✘»!+?]
❯
@LordJashin32
Copy link
Contributor Author

LordJashin32 commented Jun 5, 2020

Hmm. https://github.com/exyte/Macaw/blob/master/Macaw.podspec#L20
Looks like the readme needs update?
EDIT: Works with ios 9 as target. I guess I'll just use that. But yall might want to update readme. Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants