-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
File names wrongly cut on deploy #538
Comments
teobugslayer
added a commit
that referenced
this issue
Jun 9, 2015
Treat only files with ".platform" right before file extension are treated as platform specific. See #538
teobugslayer
added a commit
that referenced
this issue
Jun 11, 2015
Treat only files with ".platform" right before file extension are treated as platform specific. See #538
teobugslayer
added a commit
that referenced
this issue
Jun 23, 2015
Treat only files with ".platform" right before file extension are treated as platform specific. See #538
teobugslayer
added a commit
that referenced
this issue
Jun 25, 2015
Treat only files with ".platform" right before file extension are treated as platform specific. See #538
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: