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

"tns prepare ios" doesn't preserve the character case of the file name #574

Closed
karaahmed opened this issue Jun 19, 2015 · 0 comments
Closed
Labels
Milestone

Comments

@karaahmed
Copy link

  1. Prepare iOS & Android specific xml files for pages with names in mixed case as follows:
    ChartView.android.xml
    ChartView.ios.xml
  2. set "ChartView" as a main module of the app
  3. execute "tns prepare ios" command
  4. Check the prepared file in solution folder "platforms/ios/devenv/app"
    Result: the outputted file is with name: "chartview.xml" and cannot be loaded by runtime since MacOS is case sensitive os and Runtime looks for ChartView.xml file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants