renebigot / XlsxReaderWriter

XlsxReaderWriter is an Objective-C library for iPhone / iPad and Mac. It parses and writes MS Excel XLSX files.
MIT License
437 stars 119 forks source link

Using library in swift 4 xcode 9.2 #92

Open Beautistar opened 6 years ago

Beautistar commented 6 years ago

I have added library and setup target dependencies and binary with Libraries. But, when I add flags, if I add "-all_load", my other framework have issue. https://prnt.sc/hspvz3 https://prnt.sc/hspwcu Is this because of swift version or something else? Thanks.