[AC-4876] Class not found: Ti.UI.iOS.BlurView when deploy to device
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2017-03-26T11:50:56.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | blurview |
Reporter | Fran Rodas |
Assignee | Shak Hossain |
Created | 2017-03-25T20:14:50.000+0000 |
Updated | 2017-03-26T11:50:56.000+0000 |
Description
App crash when I´m trying to deploy on device:
[ERROR] : Script Error {
[ERROR] : column = 4255;
[ERROR] : line = 1;
[ERROR] : message = "Class not found: Ti.UI.iOS.BlurView";
[ERROR] : sourceURL = "file:///var/containers/Bundle/Application/8796BFC7-BC1D-4227-9104-558D1C36B8EF/myhotel.app/alloy/controllers/indexTabs.js";
[ERROR] : stack = "[native code]\nController@file:///var/containers/Bundle/Application/8796BFC7-BC1D-4227-9104-558D1C36B8EF/myhotel.app/alloy/controllers/indexTabs.js:1:4255\ncreateController@file:///var/containers/Bundle/Application/8796BFC7-BC1D-4227-9104-558D1C36B8EF/myhotel.app/alloy.js:1:5254\nopenIndexTabs@file:///var/containers/Bundle/Application/8796BFC7-BC1D-4227-9104-558D1C36B8EF/myhotel.app/app.js:1:3211\nfile:///var/containers/Bundle/Application/8796BFC7-BC1D-4227-9104-558D1C36B8EF/myhotel.app/alloy/controllers/index.js:1:801\nonLoad@file:///var/containers/Bundle/Application/8796BFC7-BC1D-4227-9104-558D1C36B8EF/myhotel.app/app.js:1:3068\nonload@file:///var/containers/Bundle/Application/8796BFC7-BC1D-4227-9104-558D1C36B8EF/myhotel.app/reste.js:1:1749";
[ERROR] : }
iOS version on iPhone 7 PLUS - 10.2.1
Resolving as Duplicate of TIMOB-24352 as discussed on Slack.