QuetzalMX / QuetzalXLSReader

XLS Parser by Quetzal
37 stars 9 forks source link

Undefined symbols for architecture arm64 error #6

Open marcingravity opened 9 years ago

marcingravity commented 9 years ago

Hi,

I cannot build in 64 bits, due to error Undefined symbols for architecture arm64 error

Any solution for this?

kartboy16 commented 9 years ago

I ran into this as well when archiving my build.

Marcingravity, were you able to sort this out?

kartboy16 commented 9 years ago

Sorted it out. You have to build a universal framework.

Open QZXLSReader, after selecting iOS Device for the build device go to -> Product -> Archive

Finder Window should pop up with your fresh new universal framework. Drag into your project under "Link Binary With Libraries"... Voila!