Dan Tamas

Results 58 comments of Dan Tamas

meh, ignore me, I forgot to `idb_companion --udid {id of the iOS device}` 😢

- you need to have idb_companion installed on your computer - run `idb list-targets` to find the id of the started simulator ( needs to be in booted state) -...

the issue with ios 16 seems to be on the `idb` side https://maestro.mobile.dev/troubleshooting/known-issues

@alexCoding42 this message shows usually when you you don't have metro started

Ti 2.1.3.v20120921190208 ios6 xcode 4.5 simulator

I did this: git clone https://github.com/atsusy/TiImageCollectionView.git git submodules init git submodules update /Library/Application\ Support/Titanium/mobilesdk/osx/2.1.3.v20120921190208/titanium.py run My simulator starts (hardware set to iphone simple, version 6.0) and crashes, or shows one...

The only thing I modified was the TITANIUM_SDK_VERSION in titanium.xconfig. The location is exactly the same as yours.

Oh yes, I added this (I forgot about).

@arronhunt try to provide to the app all size images aka @1x,@2x,@3x

@rmnotes looks like the latest version of GoogleMaps is 3.5.0. Could you test your patch with that one and of it works maybe open a PR ? Thnx