krisk / fuse-swift

A lightweight fuzzy-search library, with zero dependencies
MIT License
931 stars 110 forks source link

Swift 5 Support w/ Cocoapods #22

Open jlaws opened 5 years ago

jlaws commented 5 years ago

Expected Results

No warning to convert Fuse.framework to Swift 5

Actual Results

Xcode created warnings to convert Fuse.framework to Swift 5

Steps to Reproduce

Build the cocoapod in Xcode 10.2

jlaws commented 5 years ago

@LondonAtlas can you submit a PR with your fix?

jlaws commented 5 years ago

@krisk

jlaws commented 5 years ago

ping

donholly commented 5 years ago

🙏

killerham commented 5 years ago

:+1:

gsbernstein commented 4 years ago

This seems fixed in master now. No new release yet but you can direct Cocoapods to a commit

ospfranco commented 4 years ago

I wasted a couple of hours trying to figure out why it wasn't working... pointing to master works, but is very fragile, can this be merged and released? @krisk?