KrakenDev / PrediKit

An NSPredicate DSL for iOS, OSX, tvOS, & watchOS. Inspired by SnapKit and lovingly written in Swift.
MIT License
540 stars 28 forks source link

Minimal iOS version that PreditKit supports #6

Closed av0c0der closed 8 years ago

av0c0der commented 8 years ago

I used PrediKit in two projects installed through CocoaPods.

In my new one I used Carthage and now XCode throws an error: Module file's minimum deployment target is ios8.3 v8.3: .../Carthage/Build/iOS/PrediKit.framework/Modules/PrediKit.swiftmodule/i386.swiftmodule

What I'm doing wrong or did in my previous two projects?

hectormatos2011 commented 8 years ago

What is the minimum iOS target that your project supports?

hectormatos2011 commented 8 years ago

Carthage installs based on the project included in the repo. The project in the repo supports a minimum of iOS 8.3

av0c0der commented 8 years ago

The minimum target of my project is 8.0

av0c0der commented 8 years ago

I changed minimum target version of included project and builded PrediKit again and it works as expected (as I see).

Why you set iOS 8.3 as a target in that project?

hectormatos2011 commented 8 years ago

There was a reason for it at the time but for the life of me I can't recall why. I will update it to using iOS 8.0 only and then push up the change.

hectormatos2011 commented 8 years ago

Fixed with the last release.