[urgent]Iphone simulator is not working stuck on splash screen

// Expert user has replied.
S Sabarinathan Kalidass 2 years 11 months ago
12 1 0

Iphone simulator is not working stuck on splash screen.Same code working in android app.

System Contains
No rhoElements
Mac os 10.10
xcode 6.1
rhostudio 4.1.1
ruby 1.9.3
rvm
node

build.yml
sdkversion: "4.1.0"
name: "E-Undi"
version: "1.0"
vendor: "UniversityOfMalya"
build: "release"
applog: "rholog.txt"
iphone:
  configuration: "Release"
  sdk: "iphonesimulator7.1"
  provisionprofile:
  codesignidentity: "iPhone Developer"
  entitlements:
  BundleIdentifier: "com.um.e-undi"
  BundleURLScheme: "e-undi"
  emulatortarget: "iphonesimulator7.1"
env:
  app: "/Users/isis/store"
wp8:
  productid: "02a870a0-21c2-0132-d4d2-0260a0061001"
android:
  manifest_template: "AndroidManifest.erb"
  version: "4.0"
  package_name: "com.um.eundi"
  capabilities:
extensions:
  - rhoconnect-client
capabilities:
  - gps
  - pim
  - phone
sdk: "/Users/isis/.rvm/gems/ruby-1.9.3-p547/gems/rhodes-4.1.1"

Error Log after splash screen

I 10/21/2014 15:18:09:805 04a511d4 BundleManager.cpp: 827| rho_sys_check_rollback_bundle()
T 10/21/2014 15:18:09:823 04a511d4 BundleManager.cpp: 321| FileTransaction is rolling back: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/Library/Caches/Private Documents/apps
2014-10-21 15:18:09.823 rhorunner[66072:607] didFinishLaunchingWithOptions: (null)
2014-10-21 15:18:09.825 rhorunner[66072:607] Rhodes starting application...
2014-10-21 15:18:09.826 rhorunner[66072:607] Create new detached thread for initialization stuff
2014-10-21 15:18:09.830 rhorunner[66072:607] Init all windows
2014-10-21 15:18:09.830 rhorunner[66072:3603] Init appManager
2014-10-21 15:18:09.838 rhorunner[66072:3603] filePath1: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/rhorunner.app/name
2014-10-21 15:18:09.844 rhorunner[66072:3603] filePath2: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/Library/Caches/Private Documents/name
2014-10-21 15:18:09.845 rhorunner[66072:3603]  Lib File is Exist: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/Library/Caches/Private Documents/lib
2014-10-21 15:18:09.846 rhorunner[66072:3603] src: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/rhorunner.app/lib
2014-10-21 15:18:09.846 rhorunner[66072:3603] dst: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/Library/Caches/Private Documents/lib
2014-10-21 15:18:09.848 rhorunner[66072:3603] src: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/rhorunner.app/apps
2014-10-21 15:18:09.848 rhorunner[66072:3603] dst: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/Library/Caches/Private Documents/apps
2014-10-21 15:18:09.849 rhorunner[66072:3603]  .. src: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/rhorunner.app/apps/public
2014-10-21 15:18:09.850 rhorunner[66072:3603]  .. dst: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/Library/Caches/Private Documents/apps/public
2014-10-21 15:18:09.851 rhorunner[66072:3603] src: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/rhorunner.app/db
2014-10-21 15:18:09.851 rhorunner[66072:3603] dst: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/Library/Caches/Private Documents/db
2014-10-21 15:18:09.852 rhorunner[66072:3603] copy src: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/rhorunner.app/db
2014-10-21 15:18:09.853 rhorunner[66072:3603] copy dst: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/Documents/db
2014-10-21 15:18:09.854 rhorunner[66072:3603] copy src: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/rhorunner.app/hash
2014-10-21 15:18:09.855 rhorunner[66072:3603] copy dst: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/Library/Caches/Private Documents/hash
2014-10-21 15:18:09.856 rhorunner[66072:3603] copy src: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/rhorunner.app/name
2014-10-21 15:18:09.856 rhorunner[66072:3603] copy dst: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/Library/Caches/Private Documents/name
I 10/21/2014 15:18:09:858 b0197000            RhodesApp| Trying to get free listening port.
I 10/21/2014 15:18:09:858 b029b000         AppCallbacks| Starting main routine...
I 10/21/2014 15:18:09:860 b0197000            RhodesApp| Trying to bind of 0 port...
I 10/21/2014 15:18:09:860 b029b000         AppCallbacks| ThreadQueue blocked for 4294967295 seconds...
I 10/21/2014 15:18:09:860 b0197000            RhodesApp| Got port to bind on: 53945
I 10/21/2014 15:18:09:860 b0197000            RhodesApp| Free listening port: 53945
I 10/21/2014 15:18:09:860 b0197000            RhodesApp| Rhodes started
2014-10-21 15:18:09.860 rhorunner[66072:3603] Init logconf
2014-10-21 15:18:09.861 rhorunner[66072:3603] Create rhodes app
2014-10-21 15:18:09.862 rhorunner[66072:3603] Init network monitor
2014-10-21 15:18:09.862 rhorunner[66072:3603] Show loading page
2014-10-21 15:18:09.864 rhorunner[66072:3603] Start rhodes app
I 10/21/2014 15:18:09:865 b0197000         AppCallbacks| addCommand: UI-CREATED
I 10/21/2014 15:18:09:865 b0469000            RhodesApp| Starting RhodesApp main routine...
I 10/21/2014 15:18:09:866 b029b000         AppCallbacks| UI-CREATED is received ++++++++++++++++++++++++++++
I 10/21/2014 15:18:09:866 b029b000         AppCallbacks| m_uistate: 0
I 10/21/2014 15:18:09:866 b029b000         AppCallbacks| Received command UI-CREATED which is greater than expected (LOCAL-SERVER-STARTED) - postpone it
I 10/21/2014 15:18:09:866 b029b000         AppCallbacks| ThreadQueue blocked for 4294967295 seconds...
I 10/21/2014 15:18:09:879 b0469000              RhoRuby| Init_RhoBlobs: /Users/isis/Library/Developer/CoreSimulator/Devices/F6CFCFB3-B850-4054-8AC0-DE26A9B1803F/data/Applications/061C8EFC-22E5-4858-9C5A-5EB0EF6C9962/Documents/db/db-files
T 10/21/2014 15:18:09:882 b0469000            js_helper| Static method: Rho:System:main_window_closed
T 10/21/2014 15:18:09:882 b0469000            js_helper| Static method: Rho:System:platform
T 10/21/2014 15:18:09:882 b0469000            js_helper| Static method: Rho:System:hasCamera
T 10/21/2014 15:18:09:882 b0469000            js_helper| Static method: Rho:System:screenWidth
T 10/21/2014 15:18:09:882 b0469000            js_helper| Static method: Rho:System:screenHeight
T 10/21/2014 15:18:09:882 b0469000            js_helper| Static method: Rho:System:realScreenWidth
T 10/21/2014 15:18:09:882 b0469000            js_helper| Static method: Rho:System:realScreenHeight
T 10/21/2014 15:18:09:882 b0469000            js_helper| Static method: Rho:System:screenOrientation
T 10/21/2014 15:18:09:882 b0469000            js_helper| Static method: Rho:System:ppiX
T 10/21/2014 15:18:09:882 b0469000            js_helper| Static method: Rho:System:ppiY
T 10/21/2014 15:18:09:882 b0469000            js_helper| Static method: Rho:System:deviceOwnerEmail
T 10/21/2014 15:18:09:943 b0469000            js_helper| Static method: Rho:System:deviceOwnerName
T 10/21/2014 15:18:09:943 b0469000            js_helper| Static method: Rho:System:devicePushId
T 10/21/2014 15:18:09:943 b0469000            js_helper| Static method: Rho:System:phoneId
T 10/21/2014 15:18:09:943 b0469000            js_helper| Static method: Rho:System:deviceName
T 10/21/2014 15:18:09:943 b0469000            js_helper| Static method: Rho:System:osVersion
T 10/21/2014 15:18:09:943 b0469000            js_helper| Static method: Rho:System:locale
T 10/21/2014 15:18:09:943 b0469000            js_helper| Static method: Rho:System:country
T 10/21/2014 15:18:09:943 b0469000            js_helper| Static method: Rho:System:isEmulator
T 10/21/2014 15:18:09:943 b0469000            js_helper| Static method: Rho:System:isRhoSimulator
T 10/21/2014 15:18:09:944 b0469000            js_helper| Static method: Rho:System:hasCalendar
T 10/21/2014 15:18:09:944 b0469000            js_helper| Static method: Rho:System:isMotorolaDevice
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:oemInfo
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:uuid
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:applicationIconBadge
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:applicationIconBadge=
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:httpProxyURI
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:httpProxyURI=
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:lockWindowSize
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:lockWindowSize=
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:keyboardState
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:keyboardState=
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:localServerPort
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:freeServerPort
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:screenAutoRotate
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:screenAutoRotate=
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:hasTouchscreen
T 10/21/2014 15:18:09:967 b0469000            js_helper| Static method: Rho:System:webviewFramework
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:screenSleeping
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:screenSleeping=
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:hasNetwork
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:hasWifiNetwork
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:hasCellNetwork
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:hasSqlite
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:applicationInstall
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:isApplicationInstalled
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:applicationUninstall
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:getStartParams
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:openUrl
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:unzipFile
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:zipFile
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:zipFiles
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:setRegistrySetting
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:getRegistrySetting
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:deleteRegistrySetting
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:setWindowFrame
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:setWindowPosition
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:setWindowSize
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:bringToFront
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:replaceCurrentBundle
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:deleteFolder
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:setDoNotBackupAttribute
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:isBlobAttr
T 10/21/2014 15:18:09:968 b0469000            js_helper| Static method: Rho:System:updateBlobAttribs
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:get_locale
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:setPushNotification
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:setScreenRotationNotification
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:exit
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:set_sleeping
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:startTimer
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:stopTimer
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:setNetworkStatusNotify
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:clearNetworkStatusNotify
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:set_http_proxy_url
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:unset_http_proxy
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:set_application_icon_badge
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:runApplication
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:getProperty
T 10/21/2014 15:18:09:969 b0469000            js_helper| Static method: Rho:System:getProperties
T 10/21/2014 15:18:09:970 b0469000            js_helper| Static method: Rho:System:getAllProperties
T 10/21/2014 15:18:09:970 b0469000            js_helper| Static method: Rho:System:setProperty
T 10/21/2014 15:18:09:970 b0469000            js_helper| Static method: Rho:System:setProperties
T 10/21/2014 15:18:09:970 b0469000          CExtManager| Require ruby file: RhoSystemApi
E 10/21/2014 15:18:09:970 b0469000              RhoRuby| require_compiled: error: can not find RhoSystemApi
W 10/21/2014 15:18:09:970 b0469000          CExtManager| requireRubyFile cannot find file: RhoSystemApi
T 10/21/2014 15:18:09:970 b0469000            js_helper| Static method: Rho:Application:appBundleFolder
T 10/21/2014 15:18:09:970 b0469000            js_helper| Static method: Rho:Application:appsBundleFolder
T 10/21/2014 15:18:09:970 b0469000            js_helper| Static method: Rho:Application:bundleFolder
T 10/21/2014 15:18:09:970 b0469000            js_helper| Static method: Rho:Application:userFolder
T 10/21/2014 15:18:09:970 b0469000            js_helper| Static method: Rho:Application:configPath
T 10/21/2014 15:18:09:970 b0469000            js_helper| Static method: Rho:Application:modelsManifestPath
T 10/21/2014 15:18:09:970 b0469000            js_helper| Static method: Rho:Application:databaseBlobFolder
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:publicFolder
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:startURI
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:startURI=
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:settingsPageURI
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:settingsPageURI=
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:splash
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:version
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:title
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:title=
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:appName
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:nativeMenu
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:nativeMenu=
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:securityTokenNotPassed
2014-10-21 15:18:09.971 rhorunner[66072:607] root view:
T 10/21/2014 15:18:09:971 b0469000            js_helper| Static method: Rho:Application:invalidSecurityTokenStartPath
T 10/21/2014 15:18:09:972 b0469000            js_helper| Static method: Rho:Application:rhoPlatformVersion
T 10/21/2014 15:18:09:972 b0469000            js_helper| Static method: Rho:Application:badLinkURI
T 10/21/2014 15:18:09:972 b0469000            js_helper| Static method: Rho:Application:modelFolderPath
T 10/21/2014 15:18:09:972 b0469000            js_helper| Static method: Rho:Application:databaseFilePath
T 10/21/2014 15:18:09:972 b0469000            js_helper| Static method: Rho:Application:expandDatabaseBlobFilePath
T 10/21/2014 15:18:09:972 b0469000            js_helper| Static method: Rho:Application:relativeDatabaseBlobFilePath
T 10/21/2014 15:18:09:972 b0469000            js_helper| Static method: Rho:Application:quit
T 10/21/2014 15:18:09:972 b0469000            js_helper| Static method: Rho:Application:minimize
T 10/21/2014 15:18:09:972 b0469000            js_helper| Static method: Rho:Application:restore
T 10/21/2014 15:18:09:972 b0469000            js_helper| Static method: Rho:Application:setApplicationNotify
T 10/21/2014 15:18:09:972 b0469000          CExtManager| Require ruby file: RhoApplicationApi
E 10/21/2014 15:18:09:972 b0469000              RhoRuby| require_compiled: error: can not find RhoApplicationApi
W 10/21/2014 15:18:09:972 b0469000          CExtManager| requireRubyFile cannot find file: RhoApplicationApi
T 10/21/2014 15:18:09:972 b0469000            js_helper| Static method: Rho:Network:responseTimeout
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:responseTimeout=
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:cancel
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:downloadFile
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:get
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:post
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:uploadFile
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:hasNetwork
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:hasWifiNetwork
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:hasCellNetwork
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:startStatusNotify
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:stopStatusNotify
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:detectConnection
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:stopDetectingConnection
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:connectWan
T 10/21/2014 15:18:09:973 b0469000            js_helper| Static method: Rho:Network:disconnectWan
T 10/21/2014 15:18:09:973 b0469000          CExtManager| Require ruby file: RhoNetworkApi
E 10/21/2014 15:18:09:973 b0469000              RhoRuby| require_compiled: error: can not find RhoNetworkApi
2014-10-21 15:18:09.973 rhorunner[66072:607] Init cookies
W 10/21/2014 15:18:09:973 b0469000          CExtManager| requireRubyFile cannot find file: RhoNetworkApi
T 10/21/2014 15:18:09:973 b0469000          CExtManager| Require ruby file: RhoDatabaseApi
E 10/21/2014 15:18:09:974 b0469000              RhoRuby| require_compiled: error: can not find RhoDatabaseApi
W 10/21/2014 15:18:09:974 b0469000          CExtManager| requireRubyFile cannot find file: RhoDatabaseApi
2014-10-21 15:18:09.973 rhorunner[66072:607] Init controllers
T 10/21/2014 15:18:09:974 b0469000            js_helper| Instance method: Rho:Database:SQLite3:open
T 10/21/2014 15:18:09:974 b0469000            js_helper| Instance method: Rho:Database:SQLite3:close
T 10/21/2014 15:18:09:974 b0469000            js_helper| Instance method: Rho:Database:SQLite3:startTransaction
T 10/21/2014 15:18:09:974 b0469000            js_helper| Instance method: Rho:Database:SQLite3:commitTransaction
2014-10-21 15:18:09.974 rhorunner[66072:607] Init delegates
T 10/21/2014 15:18:09:974 b0469000            js_helper| Instance method: Rho:Database:SQLite3:rollbackTransaction
T 10/21/2014 15:18:09:975 b0469000            js_helper| Instance method: Rho:Database:SQLite3:lockDb
T 10/21/2014 15:18:09:975 b0469000            js_helper| Instance method: Rho:Database:SQLite3:unlockDb
T 10/21/2014 15:18:09:975 b0469000            js_helper| Instance method: Rho:Database:SQLite3:import
T 10/21/2014 15:18:09:975 b0469000            js_helper| Instance method: Rho:Database:SQLite3:export
T 10/21/2014 15:18:09:975 b0469000            js_helper| Instance method: Rho:Database:SQLite3:destroyTables
T 10/21/2014 15:18:09:975 b0469000            js_helper| Instance method: Rho:Database:SQLite3:isTableExist
T 10/21/2014 15:18:09:975 b0469000            js_helper| Instance method: Rho:Database:SQLite3:isUiWaitForDb
2014-10-21 15:18:09.974 rhorunner[66072:607] Initialization finished
I 10/21/2014 15:18:09:975 04a511d4            RhodesApp| New start params:
T 10/21/2014 15:18:09:975 b0469000            js_helper| Instance method: Rho:Database:SQLite3:execute
I 10/21/2014 15:18:09:975 04a511d4               Rhodes| Application did become active
T 10/21/2014 15:18:09:975 b0469000            js_helper| Static method: Rho:Database:SQLite3:isBlobAttr
T 10/21/2014 15:18:09:976 b0469000            js_helper| Instance method: Rho:NewORMModel:loaded
T 10/21/2014 15:18:09:976 b0469000            js_helper| Instance method: Rho:NewORMModel:loaded=
T 10/21/2014 15:18:09:976 b0469000            js_helper| Instance method: Rho:NewORMModel:model_name
T 10/21/2014 15:18:09:976 b0469000            js_helper| Instance method: Rho:NewORMModel:model_name=
T 10/21/2014 15:18:09:976 b0469000            js_helper| Instance method: Rho:NewORMModel:sync_type
T 10/21/2014 15:18:09:976 b0469000            js_helper| Instance method: Rho:NewORMModel:sync_type=
T 10/21/2014 15:18:09:976 b0469000            js_helper| Instance method: Rho:NewORMModel:sync_priority
T 10/21/2014 15:18:09:976 b0469000            js_helper| Instance method: Rho:NewORMModel:sync_priority=
T 10/21/2014 15:18:09:976 b0469000            js_helper| Instance method: Rho:NewORMModel:partition
T 10/21/2014 15:18:09:976 b0469000            js_helper| Instance method: Rho:NewORMModel:partition=
T 10/21/2014 15:18:09:976 b0469000            js_helper| Instance method: Rho:NewORMModel:source_id
T 10/21/2014 15:18:09:976 b0469000            js_helper| Instance method: Rho:NewORMModel:source_id=
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:fixed_schema
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:fixed_schema=
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:freezed
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:freezed=
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:associations
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:associations=
T 10/21/2014 15:18:09:977 b0469000            js_helper| Static method: Rho:NewORMModel:enumerate
T 10/21/2014 15:18:09:977 b0469000            js_helper| Static method: Rho:NewORMModel:getModel
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:init
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:initModel
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:setBelongsTo
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:getBelongsTo
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:set
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:enable
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:setModelProperty
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:getModelProperty
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:setSchemaIndex
T 10/21/2014 15:18:09:977 b0469000            js_helper| Instance method: Rho:NewORMModel:destroy
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:createObject
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:createInstance
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:anyChangedObjects
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:hasChanges
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:canModify
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:updateObject
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:saveObject
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:deleteObject
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:deleteObjects
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:deleteObjectsPropertyBagByCondHash
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:deleteObjectsPropertyBagByCondArray
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:getCount
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:getBackendRefreshTime
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:findObjects
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:findObjectsPropertyBagByCondHash
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:findObjectsPropertyBagByCondArray
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:find_by_sql
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:validateFreezedAttribute
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:validateFreezedAttributes
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:buildComplexWhereCond
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:buildFindLimits
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:buildFindOrder
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:buildSimpleWhereCond
T 10/21/2014 15:18:09:978 b0469000            js_helper| Static method: Rho:NewORMModel:clear
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:onSyncDeleteError
T 10/21/2014 15:18:09:978 b0469000            js_helper| Instance method: Rho:NewORMModel:onSyncUpdateError
T 10/21/2014 15:18:09:979 b0469000            js_helper| Instance method: Rho:NewORMModel:onSyncCreateError
T 10/21/2014 15:18:09:979 b0469000            js_helper| Instance method: Rho:NewORMModel:pushChanges
T 10/21/2014 15:18:09:979 b0469000            js_helper| Instance method: Rho:NewORMModel:getProperty
T 10/21/2014 15:18:09:979 b0469000            js_helper| Instance method: Rho:NewORMModel:getProperties
T 10/21/2014 15:18:09:979 b0469000            js_helper| Instance method: Rho:NewORMModel:getAllProperties
T 10/21/2014 15:18:09:979 b0469000            js_helper| Instance method: Rho:NewORMModel:setProperty
T 10/21/2014 15:18:09:979 b0469000            js_helper| Instance method: Rho:NewORMModel:setProperties
T 10/21/2014 15:18:09:979 b0469000            js_helper| Static method: Rho:NewORM:useNewOrm
T 10/21/2014 15:18:09:979 b0469000            js_helper| Static method: Rho:NewORM:getClientId
T 10/21/2014 15:18:09:979 b0469000            js_helper| Static method: Rho:NewORM:haveLocalChanges
T 10/21/2014 15:18:09:979 b0469000            js_helper| Static method: Rho:NewORM:databaseLocalReset
T 10/21/2014 15:18:09:979 b0469000            js_helper| Static method: Rho:NewORM:databaseClientReset
T 10/21/2014 15:18:09:979 b0469000            js_helper| Static method: Rho:NewORM:databaseFullResetEx
T 10/21/2014 15:18:09:979 b0469000            js_helper| Static method: Rho:NewORM:databaseFullReset
T 10/21/2014 15:18:09:979 b0469000            js_helper| Static method: Rho:NewORM:databaseFullResetAndLogout
T 10/21/2014 15:18:09:979 b0469000            js_helper| Static method: Rho:NewORM:databaseFullclientResetAndLogout
T 10/21/2014 15:18:09:979 b0469000            js_helper| Static method: Rho:NewORM:generateId
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:level
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:level=
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:destination
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:destination=
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:includeCategories
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:includeCategories=
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:excludeCategories
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:excludeCategories=
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:fileSize
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:fileSize=
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:filePath
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:filePath=
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:memoryPeriod
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:memoryPeriod=
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:netTrace
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:netTrace=
T 10/21/2014 15:18:09:980 b0469000            js_helper| Static method: Rho:Log:skipPost
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:skipPost=
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:excludeFilter
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:excludeFilter=
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:destinationURI
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:destinationURI=
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:trace
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:info
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:warning
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:error
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:fatalError
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:sendLogFile
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:showLog
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:cleanLogFile
T 10/21/2014 15:18:09:981 b0469000            js_helper| Static method: Rho:Log:readLogFile
T 10/21/2014 15:18:09:981 b0469000          CExtManager| Require ruby file: RhoLogApi
E 10/21/2014 15:18:09:981 b0469000              RhoRuby| require_compiled: error: can not find RhoLogApi
W 10/21/2014 15:18:09:981 b0469000          CExtManager| requireRubyFile cannot find file: RhoLogApi
T 10/21/2014 15:18:09:982 b0469000            js_helper| Static method: Rho:WebView:framework
T 10/21/2014 15:18:09:982 b0469000            js_helper| Static method: Rho:WebView:fullScreen
T 10/21/2014 15:18:09:982 b0469000            js_helper| Static method: Rho:WebView:fullScreen=
T 10/21/2014 15:18:09:982 b0469000            js_helper| Static method: Rho:WebView:enableZoom
T 10/21/2014 15:18:09:982 b0469000            js_helper| Static method: Rho:WebView:enablePageLoadingIndication
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:enableWebPlugins
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:navigationTimeout
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:navigationTimeout=
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:scrollTechnique
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:fontFamily
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:userAgent
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:viewportEnabled
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:viewportWidth
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:cacheSize
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:enableCache
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:acceptLanguage
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:acceptLanguage=
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:zoomPage
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:zoomPage=
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:textZoomLevel
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:textZoomLevel=
T 10/21/2014 15:18:09:983 b0469000            js_helper| Static method: Rho:WebView:activeTab
T 10/21/2014 15:18:09:984 b0469000            js_helper| Static method: Rho:WebView:refresh
T 10/21/2014 15:18:09:984 b0469000            js_helper| Static method: Rho:WebView:navigate
T 10/21/2014 15:18:09:984 b0469000            js_helper| Static method: Rho:WebView:navigateBack
T 10/21/2014 15:18:09:984 b0469000            js_helper| Static method: Rho:WebView:currentLocation
T 10/21/2014 15:18:09:984 b0469000            js_helper| Static method: Rho:WebView:currentURL
T 10/21/2014 15:18:09:984 b0469000            js_helper| Static method: Rho:WebView:executeJavascript
T 10/21/2014 15:18:09:984 b0469000            js_helper| Static method: Rho:WebView:active_tab
T 10/21/2014 15:18:09:984 b0469000            js_helper| Static method: Rho:WebView:full_screen_mode
T 10/21/2014 15:18:09:984 b0469000            js_helper| Static method: Rho:WebView:setCookie
T 10/21/2014 15:18:09:984 b0469000            js_helper| Static method: Rho:WebView:save
E 10/21/2014 15:18:09:984 b0469000              RhoRuby| require_compiled: error: can not find RhoWebViewApi
(lldb)

Please register or login to post a reply

1 Replies

B Bhakta Ranjan Satapathy

HI ,

Kindly add extension coreapi and try again.

extensions:
- rhoconnect-client
- coreapi

Thanks

CONTACT
Can’t find what you’re looking for?