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

Created on 26 Dec 2016  路  2Comments  路  Source: Instagram/IGListKit

General information

  • IGListKit version: 2.0.0
  • CocoaPods/Carthage version: 1.1.1/ 0.15.2
  • Xcode version: 8.2
  • Language: ObjC

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'

question

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:

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!

All 2 comments

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:

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

omerfarukyilmaz picture omerfarukyilmaz  路  3Comments

iwasrobbed picture iwasrobbed  路  3Comments

kanumuri9593 picture kanumuri9593  路  3Comments

kleiberjp picture kleiberjp  路  3Comments

drinkius picture drinkius  路  3Comments