|
Post by Alex Epifanov on Sept 21, 2017 0:05:03 GMT
Hey guys! RMS 6.0 has been released yesterday, go ahead and check it out! Really appreciate all feedback we get from you. Waiting your comments on new features, especially for Node applications created with Rho. The doc is coming soon, will also add some tutorials and blog posts. See the release notes and get new release at Tau's download page.
|
|
|
Post by jacecen on Sept 21, 2017 0:14:07 GMT
After installing version 6.0 on windows I noticed that several errors appear in the framework because the syntax of hashes of ruby 2.3 (: instead of =>) while the version of ruby installed is 1.9.3 . Is it necessary to manually install ruby 2.3 or do you plan to include it in the installation of the suit?
|
|
|
Post by Alex Epifanov on Sept 21, 2017 0:18:36 GMT
Yes we plan to update ruby version we ship in installer, but it should not conflict with framework. In what files do you see errors?
|
|
|
Post by jacecen on Sept 21, 2017 0:24:06 GMT
In cgi\core.rb, _socket.rb and base64.rb
|
|
|
Post by Alex Epifanov on Sept 21, 2017 0:26:53 GMT
at the build time or when you run the app?
|
|
|
Post by jacecen on Sept 21, 2017 0:30:06 GMT
Directly in the project explorer are marked as erroneous
|
|
|
Post by Alex Epifanov on Sept 21, 2017 0:32:37 GMT
Thanks for your feedback we will check the issue.
|
|
|
Post by Alex Epifanov on Sept 21, 2017 1:38:18 GMT
as a note: it don't prevents building or running the app.
|
|
|
Post by egghead on Sept 21, 2017 4:21:04 GMT
1. Whether it can run in Windows XP (I have VS2008 installed only in an XP machine) 2. Whether ARKit for iOS will be supported? 3. Whether NFC (read-only) for iOS will be supported?
|
|
|
Post by Super Admin on Sept 21, 2017 4:35:36 GMT
1. We do not test Rho releases on XP due to it's very old OS. You can try install and build an app. Then provide us your feedback. 2. At the moment we have no plans to support it. Can be done on time and material basis. 3. At the moment we have no plans to support it. Can be done on time and material basis.
|
|
|
Post by egghead on Sept 21, 2017 6:19:49 GMT
Installed in XP. Only problem while install :
After GiT installed, next installer probably Node) shows :
This installation package is not supported by this processor type. Contact your product vendor.
I created a vanilla Rhodes app with one model. When I try to run it as Android in Rhosimulator, it does not start Rhosim :
[INFO] start rhosimulator rake aborted! Errno::ENOEXEC: Exec format error - d:/RhoMobileSuite6.0.0/ruby/lib/ruby/gems/1.9.1/gems/rhodes-6.0.0/platform/win32/RhoSimulator/rhosimulator.exe -approot='D:/Rhoworkspace/rho6testapp' -rhodespath='d:/RhoMobileSuite6.0.0/ruby/lib/ruby/gems/1.9.1/gems/rhodes-6.0.0' -remote-debugging-port=9090
Tasks: TOP => run:rhosimulator => run:rhosimulator:run (See full trace by running task with --trace) RET: 1
And building from command line with rake device:android:debug gives me :
........ cp lib/build/compileERB/default.rb D:/Rhoworkspace/rho6testapp/bin/tmp/assets [INFO] Running default.rb rake aborted! Errno::ENOEXEC: Exec format error - res/build-tools/RhoRuby.exe -E UTF-8 -Id:/R oMobileSuite6.0.0/ruby/lib/ruby/gems/1.9.1/gems/rhodes-6.0.0/lib/framework D:/R oworkspace/rho6testapp/bin/tmp/assets/default.rb
Tasks: TOP => build:android:extensions => config:android:extensions => build:bu dle:noxruby (See full trace by running task with --trace)
What version of Android SDK and NDK required for Rho 6?
|
|
|
Post by Alex Epifanov on Sept 21, 2017 6:55:18 GMT
You may use latest sdk and ndk. Do you have 32 or 64 bit Windows?
|
|
|
Post by egghead on Sept 21, 2017 7:02:22 GMT
32 bit. Its not an issue with Android per se. Because it cannot build for WM also. Same error :
Errno::ENOEXEC: Exec format error - d:/RhoMobileSuite6.0.0/ruby/lib/ruby/gems/1. 9.1/gems/rhodes-6.0.0/res/build-tools/RhoRuby.exe -E UTF-8 -Id:/RhoMobileSuite6. 0.0/ruby/lib/ruby/gems/1.9.1/gems/rhodes-6.0.0/lib/framework D:/Rhoworkspace/rho 6testapp/bin/RhoBundle/default.rb
|
|
|
Post by jacecen on Sept 21, 2017 9:41:07 GMT
how can I display the web inspector window in RhoSimulator?
|
|
|
Post by Alex Epifanov on Sept 21, 2017 9:45:29 GMT
how can I display the web inspector window in RhoSimulator? You now should use chrome debug tools. Open localhost:9090 in Chrome browser.
|
|