alanjhughes / expo-google-places-autocomplete

MIT License
21 stars 8 forks source link

ld: building for iOS Simulator, but linking in object file built for iOS #3

Closed dqii closed 1 year ago

dqii commented 1 year ago

Hi! Excited about this package.

image

I'm getting this error at the moment when running EAS Build with SDK 47, both Intel and M1.

alanjhughes commented 1 year ago

Hi, thanks for reporting. I had been building with expo sdk 47 and it has been working so I'll need to look into this.

There is also an issue that I should mention in the readme.It cannot be used with with an M1 on the simulator. This is an issue with the GooglePlaces sdk. They do not ship a version compatible with M1 simulators. It should be working on Intel so I'll have to investigate what's going on there 👍

dqii commented 1 year ago

Hi! Just wondering, saw you closed this task -- is this now fixed? Does it work on an M1?

Either way, thank you for your work on this library :)

alanjhughes commented 1 year ago

Hi. There's nothing I can do about it for now. Google don't provide an arm64 version so unfortunately you can't run it on the simulator. Not sure why they don't support but I will update if that ever changes

dqii commented 1 year ago

No worries, thanks for the reply!