Eureka: Xcode 7.3 & CocoaPod compilation error

Created on 23 Mar 2016  路  2Comments  路  Source: xmartlabs/Eureka

Just updated to xcode 7.3 and now getting the Command failed due to signal: Segmentation fault: 11 compilation error in Helper.swift and SliderRow.swift

Most helpful comment

This has been fixed in version 1.5. Just update your podfile:

  pod 'Eureka', '~> 1.5'

Then run pod install

All 2 comments

This has been fixed in version 1.5. Just update your podfile:

  pod 'Eureka', '~> 1.5'

Then run pod install

My pod search seemed to be outdated and was showing 1.4.1 as the latest version.

Changed the pod version to 1.5 and issue is resolved

Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JonathanImperato picture JonathanImperato  路  3Comments

jaylyerly picture jaylyerly  路  3Comments

allanrojas picture allanrojas  路  3Comments

iBearKh picture iBearKh  路  3Comments

Tomas1405 picture Tomas1405  路  3Comments