ivan baktsheev

Results 90 comments of ivan baktsheev

Just published new version, 0.5.8. If problem persists, please let me know.

Hi, @ivankravets ! I [saw your project](http://apla.github.io/cuwire/cli/ToDo/) and it is good idea to add it as a toolchain handler. For now cuwire is hardcoded to use Arduino toolchain. I wanted...

@jrobichaud, thank you and I've just published updated plugin version to the `npm`

Very strange issue. Probably Xcode thinks `Settings.bundle` is located elsewhere. Try to open Xcode after prepare, click on `Settings.bundle` and locate it. Also, can you create test app and add...

I don't have experience with phonegap, do you have an access to the built files? If yes, then I need strings containing 'Settings.bundle' from your project file. On unix, command...

The most important flag is `sourceTree = SOURCE_ROOT`, it defines that `Settings.bundle` is located in SOURCE_ROOT, which is usually `platforms/ios`. My test application has the same references. As I understand,...

I will try to build test project on phonegap on Saturday to find out differences between cordova and phonegap > On Feb 4, 2016, at 6:56 PM, OliverTr54 [email protected] wrote:...

@OliverTr54 I have some issues with application installation from Phonegap.com service. Really limited on time last week, try to resolve it in a few days.

I've compiled and installed application using `phonegap build ios` and `phonegap run ios` and settings displays fine. Launching `phonegap run ios` after new preference generation I've faced empty preference screen....

Seems like something is wrong with your setup: ``` $ ls -la app-settings.json -rw-r--r-- 1 apla staff 447 Jul 10 22:16 app-settings.json $ cordova build android --simulator will push strings...