honghaoz / Ji

Ji (戟) is an XML/HTML parser for Swift
MIT License
824 stars 64 forks source link

Works fine in simulator, but failed in iphone #21

Closed ChadChan1992 closed 8 years ago

ChadChan1992 commented 8 years ago

it worked fine in simulator. but when i tried on my phone, it returned nil. 8.0+ version

honghaoz commented 8 years ago

Can you provide me more information? Something like what's your code looks like, your html/xml string, xpath query string...

ChadChan1992 commented 8 years ago

Sorry i found that it return nil on version under iPhone 5s, either real phone or simulator. but it work fine on other version, so it might not be a big problem.

honghaoz commented 8 years ago

I think it's related to 64bit vs. 32bit devices. Thanks for your issue :+1: