samscam
samscam
@shrivastavaharsh I've got a [swift-3 branch](https://github.com/samscam/ios_google_places_autocomplete/tree/swift-3) on the go if you're interested. @watsonbox sorry but there's another massive pull request in the making there ;)
@shrivastavaharsh that sounds like a standard unwrapped optional bug. Very sorry but I can't glean much without knowing which actual line of code it failed on and if it was...
Ok well that does sound like you've lost an outlet. In GooglePlacesAutocomplete.xib there should be a constraint between the top of the search bar and the view. That should be...
@watsonbox Yes it's got all my other changes in it too :) 1. The `PlaceDetail` and `LocationBias` model have been somewhat extended to include CLLocation and CLRegion properties - this...
A big +1 on this. ~~Same as @rdbayer we've not experienced it in the debugger, only via crashlytics from real users.~~ I've just had it crash in the debugger for...
Oh and here's my stack trace: ``` thread #1: tid = 0x16b1cf, 0x000000019af2cd2c libsystem_kernel.dylib`syscall_thread_switch + 8, queue = 'com.apple.main-thread' frame #0: 0x000000019af2cd2c libsystem_kernel.dylib`syscall_thread_switch + 8 frame #1: 0x000000019b009534 libsystem_platform.dylib`_os_lock_handoff_lock_slow +...
> This definitely looks like an internal SQLite bug. Was there any particularly high memory pressure when you experienced this crash? Memory pressure was pretty low - was just after...
Just to say, I'm still getting these in 1.9.0 - and changing my calls around made no difference.
I pulled the source and rebuilt it for myself with Unity 2019.4.13f1 (LTS) and it worked fine for me.
I was also having a bash at getting libturbojpeg to compile for ARM64 a few months back but struggled... According to libturbojpeg's site it's still a [work in progress](http://www.libjpeg-turbo.org/Documentation/OfficialBinaries) and...