Open ghost opened 7 years ago
@bumbella I have not tried using webpack with anything nativescript so I honestly have no idea about this :/
@bumbella I have not tried using webpack with anything nativescript so I honestly have no idea about this :/
Can U help me what is the problem and how can I resolve this errors? Why can't find this name? This is not webpack problem. Thank you
ERROR in app/main.ts (12,53): Cannot find name 'UIApplicationDelegate'. ERROR in app/main.ts (13,40): Cannot find name 'UIApplicationDelegate'. ERROR in app/main.ts (14,63): Cannot find name 'UIApplication'. ERROR in app/main.ts (14,93): Cannot find name 'NSDictionary'.
on first line in file main.ts
write this:
declare var UIResponder:any,UIApplicationDelegate:any,UIApplication:any,NSDictionary:any;
Hi! I use nativescript angular latest version. I use this plugin and work correct but if I build width webpack this error crash build app. In tsconfig.js "noEmitOnError": false tns build and run jump this error but webpack not build app with this error. Please help me.
Cannot find name 'UIResponder'. ERROR in app/main.ts (12,53): Cannot find name 'UIApplicationDelegate'. ERROR in app/main.ts (13,40): Cannot find name 'UIApplicationDelegate'. ERROR in app/main.ts (14,63): Cannot find name 'UIApplication'. ERROR in app/main.ts (14,93): Cannot find name 'NSDictionary'.
Thank you for your help. Bumbella