You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare iOS & Android specific xml files for pages with names in mixed case as follows:
ChartView.android.xml
ChartView.ios.xml
set "ChartView" as a main module of the app
execute "tns prepare ios" command
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
The text was updated successfully, but these errors were encountered:
ChartView.android.xml
ChartView.ios.xml
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
The text was updated successfully, but these errors were encountered: