Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on iOS when drawer is open #192

Open
annamf opened this issue Mar 31, 2016 · 2 comments
Open

Error on iOS when drawer is open #192

annamf opened this issue Mar 31, 2016 · 2 comments

Comments

@annamf
Copy link

annamf commented Mar 31, 2016

This error appear when I try to open the drawer (sometimes, not always) and the code is the same:

[INFO] :   [object DkNappDrawerModule] loaded
[ERROR] :  Script Error {
[ERROR] :      column = 18;
[ERROR] :      line = 88;
[ERROR] :      message = "*** -[__NSArrayM objectAtIndex:]: index 10 beyond bounds [0 .. 9]";
[ERROR] :      sourceURL = "file:///Users/amurcia/Library/Developer/CoreSimulator/Devices/70AF365E-7755-4D74-BB0C-4B3D43AB19BB/data/Containers/Bundle/Application/1F7533BB-57B0-48DD-B6E1-E670B721A158/Cuponisimo.app/alloy/controllers/Principal/MenuPrincipalVC.js";
[ERROR] :      stack = "[native code]\nController@file:///Users/amurcia/Library/Developer/CoreSimulator/Devices/70AF365E-7755-4D74-BB0C-4B3D43AB19BB/data/Containers/Bundle/Application/1F7533BB-57B0-48DD-B6E1-E670B721A158/Cuponisimo.app/alloy/controllers/Principal/MenuPrincipalVC.js:88:18\ncreateController@file:///Users/amurcia/Library/Developer/CoreSimulator/Devices/70AF365E-7755-4D74-BB0C-4B3D43AB19BB/data/Containers/Bundle/Application/1F7533BB-57B0-48DD-B6E1-E670B721A158/Cuponisimo.app/alloy.js:232:54\nController@file:///Users/amurcia/Library/Developer/CoreSimulator/Devices/70AF365E-7755-4D74-BB0C-4B3D43AB19BB/data/Containers/Bundle/Application/1F7533BB-57B0-48DD-B6E1-E670B721A158/Cuponisimo.app/alloy/controllers/index.js:29:27\ncreateController@file:///Users/amurcia/Library/Developer/CoreSimulator/Devices/70AF365E-7755-4D74-BB0C-4B3D43AB19BB/data/Containers/Bundle/Application/1F7533BB-57B0-48DD-B6E1-E670B721A158/Cuponisimo.app/alloy.js:232:54\nglobal code@file:///Users/amurcia/Library/Developer/CoreSimulator/Devices/70AF365E-7755-4D74-BB0C-4B3D43AB19BB/data/Containers/Bundle/Application/1F7533BB-57B0-48DD-B6E1-E670B721A158/Cuponisimo.app/app.js:3:23";
[ERROR] :  }
@viezel
Copy link
Owner

viezel commented Apr 12, 2016

well its a alloy error, so it must be in your app.
Try to make the simplest app (eg. the drawer demo app) and see if you can replicate it.

@caspahouzer
Copy link

Seems you try to gain the 11th element of an array with 10 (0-9) entries

Am 31.03.2016 um 11:37 schrieb kova [email protected]:

This error appear when I try to open the drawer (sometimes, not always) and the code is the same:

[INFO] : [object DkNappDrawerModule] loaded
[ERROR] : Script Error {
[ERROR] : column = 18;
[ERROR] : line = 88;
[ERROR] : message = "*** -[__NSArrayM objectAtIndex:]: index 10 beyond bounds [0 .. 9]";
[ERROR] : sourceURL = "file:///Users/amurcia/Library/Developer/CoreSimulator/Devices/70AF365E-7755-4D74-BB0C-4B3D43AB19BB/data/Containers/Bundle/Application/1F7533BB-57B0-48DD-B6E1-E670B721A158/Cuponisimo.app/alloy/controllers/Principal/MenuPrincipalVC.js";
[ERROR] : stack = "[native code]\nController@file:///Users/amurcia/Library/Developer/CoreSimulator/Devices/70AF365E-7755-4D74-BB0C-4B3D43AB19BB/data/Containers/Bundle/Application/1F7533BB-57B0-48DD-B6E1-E670B721A158/Cuponisimo.app/alloy/controllers/Principal/MenuPrincipalVC.js:88:18\ncreateController@file:///Users/amurcia/Library/Developer/CoreSimulator/Devices/70AF365E-7755-4D74-BB0C-4B3D43AB19BB/data/Containers/Bundle/Application/1F7533BB-57B0-48DD-B6E1-E670B721A158/Cuponisimo.app/alloy.js:232:54\nController@file:///Users/amurcia/Library/Developer/CoreSimulator/Devices/70AF365E-7755-4D74-BB0C-4B3D43AB19BB/data/Containers/Bundle/Application/1F7533BB-57B0-48DD-B6E1-E670B721A158/Cuponisimo.app/alloy/controllers/index.js:29:27\ncreateController@file:///Users/amurcia/Library/Developer/CoreSimulator/Devices/70AF365E-7755-4D74-BB0C-4B3D43AB19BB/data/Containers/Bundle/Application/1F7533BB-57B0-48DD-B6E1-E670B721A158/Cuponisimo.app/alloy.js:232:54\nglobal code@file:///Users/amu
rcia/Lib
rary/Developer/CoreSimulator/Devices/70AF365E-7755-4D74-BB0C-4B3D43AB19BB/data/Containers/Bundle/Application/1F7533BB-57B0-48DD-B6E1-E670B721A158/Cuponisimo.app/app.js:3:23";
[ERROR] : }

You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants