-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
1.Create a hello world {N} app with iOS platform
2.Create a module file pair in form ios.ts / ios.xml (or just rename the main-page.js/xml to main-pageios.js/xml , note the missing . before iOS)
e.g.: abadabaios.js/abadabaios.xml
3. Execute: tns prepare ios
4. check the deployed files in prepared solution
Result: the example file are deployed with name:
abadab.js/abadab.xml
This leads to error during execution: "JS ERROR Error: Failed to load Page from entry.moduleName: views/abadabaios" , since the file with name abadabaios.xml doesn't exist