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

RSickenberg picture RSickenberg  路  15Comments

YSDC picture YSDC  路  25Comments

daveparks23 picture daveparks23  路  17Comments

murraycollingwood picture murraycollingwood  路  16Comments

moonvader picture moonvader  路  29Comments