I20150205-21:53:06.208(-8)? (ios) Multi-tasking -> Device: YES, App: YES
I20150205-21:53:06.209(-8)? (ios) Unlimited access to network resources
I20150205-21:53:06.209(-8)? (ios)
I20150205-21:53:06.209(-8)? (ios)
I20150205-21:53:06.209(-8)? (ios) Started backup to iCloud! Please be careful.
I20150205-21:53:06.209(-8)? (ios) Your application might rejected by Apple if you store too much data.
I20150205-21:53:06.209(-8)? (ios) For more information please read "iOS Data Storage Guidelines"
I20150205-21:53:06.209(-8)? (ios) You could find it at the following address https://developer.apple.com/icloud/documentation/data-storage/ .
I20150205-21:53:06.209(-8)? (ios)
I20150205-21:53:06.677(-8)? (ios) [CDVTimer][splashscreen] 86.992025ms
I20150205-21:53:06.679(-8)? (ios) [CDVTimer][statusbar] 2.152026ms
I20150205-21:53:06.679(-8)? (ios) [CDVTimer][TotalPluginStartup] 89.426994ms
I20150205-21:53:06.757(-8)? (ios) Resetting plugins due to page load.
I20150205-21:53:06.817(-8)? (ios) Finished load of: file:///Users/xxxxxx/Library/Developer/CoreSimulator/Devices/0911B087-79F0-48D7-8C31-5D9D1E089AA1/data/Containers/Bundle/Application/8CC2030D-1009-4461-8A45-BB5C541E05F1/xxxxxxxxxx.app/www/index.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
On the Android emulator side, the logs end like this:
BUILD SUCCESSFUL
Total time: 5 seconds
Installing app on emulator...
Using apk: /Users/xxx/yyy/zzz/Meteor/xxxappnamexxx/.meteor/local/cordova-build/platforms/android/ant-build/xxxappnamexxx-debug-unaligned.apk
Launching application...
LAUNCH SUCCESS
Command finished with error code 0: /Users/xxx/yyy/zzzr/xxx appname xxx/.meteor/local/cordova-build/platforms/android/cordova/run --emulator
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
By contrast, with a plain meteor starter app or with the localmarket app, we have a ton of stuff like this after the loading of the index.html file:
I20150205-19:41:22.366(-8)? (ios) Market[215:13424756] METEOR CORDOVA DEBUG (meteor_cordova_loader.js) Error reading version file Error: Failed to resolve entry: file:///Users/xxx/Library/Developer/CoreSimulator/Devices/0911B087-79F0-48D7-8C31-5D9D1E089AA1/data/Containers/Data/Application/675F8E98-9946-40E4-8F55-54B27F5DF977/Library/NoCloud/meteor/version
I20150205-19:41:22.367(-8)? (ios) Market[215:13424756] METEOR CORDOVA DEBUG (meteor_cordova_loader.js) Couldn't load from the manifest, falling back to the bundled assets.
I20150205-19:41:22.367(-8)? (ios) Market[215:13424756] start serving (
I20150205-19:41:22.368(-8)? (ios) "/Users/xxx/Library/Developer/CoreSimulator/Devices/0911B087-79F0-48D7-8C31-5D9D1E089AA1/data/Containers/Bundle/Application/AF8D1BF6-1032-4CF3-B951-4AD7EF335127/Local Market.app/www/application/",
I20150205-19:41:22.368(-8)? (ios) "/Users/xxx/Library/Developer/CoreSimulator/Devices/0911B087-79F0-48D7-8C31-5D9D1E089AA1/data/Containers/Bundle/Application/AF8D1BF6-1032-4CF3-B951-4AD7EF335127/Local Market.app/www/"
I20150205-19:41:22.368(-8)? (ios) )
I20150205-19:41:22.368(-8)? (ios) Market[215:13424756] METEOR CORDOVA DEBUG (meteor_cordova_loader.js) Loading from url: http://meteor.local
I20150205-19:41:22.370(-8)? (ios) Market[215:13424756] Resetting plugins due to page load.
I20150205-19:41:22.373(-8)? (ios) Market[215:13424810] METEOR CORDOVA DEBUG loading filepath: /Users/xxx/Library/Developer/CoreSimulator/Devices/0911B087-79F0-48D7-8C31-5D9D1E089AA1/data/Containers/Bundle/Application/AF8D1BF6-1032-4CF3-B951-4AD7EF335127/Local Market.app/www/application/index.html for path: %2F
I20150205-19:41:22.395(-8)? (ios) Market[215:13424810] METEOR CORDOVA DEBUG loading filepath: /Users/xxx/Library/Developer/CoreSimulator/Devices/0911B087-79F0-48D7-8C31-5D9D1E089AA1/data/Containers/Bundle/Application/AF8D1BF6-1032-4CF3-B951-4AD7EF335127/Local Market.app/www/application/5cdb73159f700138333d1b04069feefec11757a2.css for path: %2F5cdb73159f700138333d1b04069feefec11757a2.css
.... tons more 'loading filepath' stuff ...
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Note there are not fatal errors during build, load, or run.
So, on the same system--OS X 10.10.2 with XCode 6.1.1, and Meteor 1.0.3.1--two apps build, load, and run just fine, and my target app does not. It looks like there's something associated with my app structure or content that is contributing to this behavior. There are two other threads where posters report some similar behavior, but in a different context, and neither of those threads end nor contain a definitive explanation of why/how this silently (no fatal errors) failed app loading is happening. So, I'm wondering if:
Thanks!