Skip to content

File names wrongly cut on deploy #538

@karaahmed

Description

@karaahmed

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions