IGListKit version: 2.0.0Hello guys,
I wanted to make more advanced sample for MacOS using Objective-C.
I included into my project the framework by cocoa pods:
I got the following error:
The platform of the target .... (OS X 10.8) is not compatible with IGListKit (2.0.0), which does # not support osx.
After that I used Carthage but there is no target for MacOS, just iOS, tvOS.
Therefore I included the framework as a submodul; checkout command contains MacOS target.
Please add support of MacOS target via cocoapods & carthage.
Cartfile has only one command github "Instagram/IGListKit" ~> 2.0.0
Podfile contains(not formatted here): platform :osx, '10.7' .... pod 'IGListKit'
macOS support is coming in the 2.1.0 release of IGListKit which is yet to be released
In the time being if you would like the absolute latest changes (including macOS support, using CocoaPods) then you can use this:
pod 'IGListKit', :git => 'https://github.com/Instagram/IGListKit.git', :branch => 'master'
There is currently not an ETA for the release of 2.1.0, but this will be supported by both CocoaPods & Carthage!
you can track progress on 2.1.0 here:
Most helpful comment
macOS support is coming in the 2.1.0 release of IGListKit which is yet to be released
In the time being if you would like the absolute latest changes (including macOS support, using CocoaPods) then you can use this:
There is currently not an ETA for the release of 2.1.0, but this will be supported by both CocoaPods & Carthage!