[AC-4732] Movie Samples App not starting with SDK 6.01
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Done |
Resolution Date | 2017-01-15T22:04:46.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Modules |
Labels | n/a |
Reporter | Markus Schneider |
Assignee | Hans Knöchel |
Created | 2017-01-15T17:09:51.000+0000 |
Updated | 2017-01-16T10:39:25.000+0000 |
Description
When I import the Movies project through the Studio dashboard, i get the error message and the activity indicator keeps spinning but nothing happens:
[INFO] : Launching iOS Simulator
[WARN] : Ti.UI.iPhone.ActivityIndicatorStyle.BIG DEPRECATED in 5.1.0, in favor of Ti.UI.ActivityIndicatorStyle.BIG
[WARN] : Ti.UI.KEYBOARD_APPEARANCE_ALERT DEPRECATED in 5.4.0: REMOVED in 7.0.0
[WARN] : Ti.UI.iPhone.ActivityIndicatorStyle.BIG DEPRECATED in 5.1.0, in favor of Ti.UI.ActivityIndicatorStyle.BIG
[INFO] : [object TiCoremotionModule] loaded
[INFO] : Backdrop size for 320: w780
[INFO] : Poster size for 107: w154
*[ERROR] : Script Error Couldn't find module: /alloy/animation for architecture: i386*
Attachments
Fixed this issue earlier today, along with some other optimizations. Please pull and give it a try!
Thanks! works. there is only a minor glitch. The ti.coremotion needs to be set manually in tiapp.xml. see the screenshot Command /usr/local/bin/node /Users/maxmustrmann/.appcelerator/install/6.1.0/package/node_modules/titanium/lib/titanium.js build run --platform ios --log-level trace --sdk 6.0.1.GA --project-dir /Users/maxmustrmann/Documents/AppC Projects/Moviesa --target simulator --ios-version 10.1 --device-family universal --deploy-type development --sim-type iphone --sim-version 10.1 --device-id 86808666-5BCD-4B14-95AC-807CEA7929AD --skip-js-minify --no-colors --no-progress-bars --no-prompt --prompt-type socket-bundle --prompt-port 51067 --config-file /var/folders/sy/bf591dbj4151qm2hg0nyl89c0000gn/T/build-1484559685494.json --no-banner --project-dir /Users/maxmustrmann/Documents/AppC Projects/Moviesa [WARN] : Could not find a valid Titanium module id=ti.coremotion version=2.0.1 platform=iphone deploy-type=development [ERROR] : Could not find all required Titanium Modules: [ERROR] : id: ti.coremotion version: 2.0.1 platform: iphone deploy-type: development
Hey Markus! Sorry, I expected that Ti.CoreMotion 2.0.1 is already included in 6.0.1.GA, but it's included in 6.1.0+. Updated to use 2.0.0 for now, thx!