Ios-deploy not working on ios 13+ and macos 10.15

Hello Guys

I’m unable to compile to my iphone (ios 13+), after looking around I figured out that ios-deploy that is included in Lime is outdated. It works like a charm after updating my ios-deploy

This is a workaround until guys at lime update the tool :slight_smile:

make sure that you install npm then in an new directory:

npm install ios-deploy
cd node_modules/ios-deploy/build/Release
cp ios-deploy /usr/local/lib/haxe/lib/lime/7,7,0/templates/bin

Note: replace path with correct version

I have been opening the Devices and Simulators window in Xcode, which allows you drag an .app file onto your device to install it.