Eureka: I am trying to add an ImageRow using Eureka, why do I keep getting use of unresolved identifier ImageRow Error, what am I not doing correctly?

Created on 25 Oct 2016  路  2Comments  路  Source: xmartlabs/Eureka

screen shot 2016-10-24 at 9 30 30 pm

ImageRow

Most helpful comment

ImageRow has been removed from Eureka in the latest version. This is because it requires specific entries in the Info.plist of your project.
You can add it from EurekaCommunity/ImageRow as a separate Pod. (pod 'ImageRow', '~> 1.0')

All 2 comments

ImageRow has been removed from Eureka in the latest version. This is because it requires specific entries in the Info.plist of your project.
You can add it from EurekaCommunity/ImageRow as a separate Pod. (pod 'ImageRow', '~> 1.0')

@mats-claassen is it possible to add it as a Pod? I tried, but it conflicts with the Eureka pod version 3.0.0 as it requires ~> 2.0.0-beta.1

Was this page helpful?
0 / 5 - 0 ratings