Instagram / IGListKit

A data-driven UICollectionView framework for building fast and flexible lists.
https://instagram.github.io/IGListKit/
MIT License
12.87k stars 1.54k forks source link

The platform of the target .... (OS X 10.8) is not compatible with `IGListKit (2.0.0)`, which does # not support `osx`. #370

Closed yakushevichsv closed 7 years ago

yakushevichsv commented 7 years ago

General information

Hello 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'

Sherlouk commented 7 years ago

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!

jessesquires commented 7 years ago

you can track progress on 2.1.0 here:

https://github.com/Instagram/IGListKit/milestone/2