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
After adding pod 'DeflateSwift' and running pod install i get the following
Updating local specs repositories
Analyzing dependencies
[!] Unable to satisfy the following requirements:
- `DeflateSwift` required by `Podfile`
Specs satisfying the `DeflateSwift` dependency were found, but they required a higher minimum deployment target.
Attempted to change ios target to 8.0, 9.0, 9.1 and 9.2 and always get the same thing
Below is the Podfile
# Uncomment this line to define a global platform for your project
# platform :ios, ‘9.2’
target 'UnZipFile' do
use_frameworks!
pod 'DeflateSwift'
end
The text was updated successfully, but these errors were encountered:
DeflateSwift hasn't been updated in a while. It's built for Swift 1 and needs some changes to the syntax of the code before it can work with Swift 2.
Below is the error that I'm seeing.
$ pod lib lint
-> DeflateSwift (0.0.5)
- ERROR | xcodebuild: Returned an unsuccessful exit code. You can use `--verbose` for more information.
- ERROR | xcodebuild: /Users/josh/Projects/tidwall/DeflateSwift/deflate.swift:98:9: error: 'do-while' statement is not allowed; use 'repeat-while' instead
After adding pod 'DeflateSwift' and running pod install i get the following
Attempted to change ios target to 8.0, 9.0, 9.1 and 9.2 and always get the same thing
Below is the Podfile
The text was updated successfully, but these errors were encountered: