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
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
Most helpful comment
This has been fixed in version 1.5. Just update your podfile:
Then run
pod install