zoonooz / ZFRippleButton

Custom UIButton effect inspired by Google Material Design
MIT License
1.41k stars 110 forks source link

Cocoa pods error: libel: unknown option character `X' in: -Xlinker #1

Closed neowinston closed 9 years ago

neowinston commented 10 years ago

I'm getting this error when installing via cocoa pods: libtool: unknown option character `X' in: -Xlinker.

Manually adding the ZFRippleButton.swift file to the project works fine.

Thanks.

zoonooz commented 10 years ago

Seems like cocoapods does not support Swift now https://github.com/CocoaPods/CocoaPods/issues/2226

I will keep this issue open and try to fix it when CocoaPods updated

neowinston commented 10 years ago

Thanks.