You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [✘»!+?]
❯
The text was updated successfully, but these errors were encountered:
Am i doing something wrong with my setup?
I also tried pod repo update.
Is it because Swift 5? I'll try earlier versions. Cheers. Currently using Swift 4.2:
The text was updated successfully, but these errors were encountered: