[ https://issues.apache.org/jira/browse/CB-13202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pdc AppDev updated CB-13202: ---------------------------- Labels: backlog ios-next (was: backlog iso-next) > iOS builds works only with lowercase directory names > ---------------------------------------------------- > > Key: CB-13202 > URL: https://issues.apache.org/jira/browse/CB-13202 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-ios > Affects Versions: cordova-ios@4.4.0, cordova@7.0.0 > Environment: Development: Use Windows and Windows zip to create file > for upload to PGB. Browser used for upload=Chrome. > Testing: Error seen on iPod Touch. > Reporter: Pdc AppDev > Labels: backlog, ios-next > > I have an app with an index.html which amongst other things contain lines > like this > <link rel="stylesheet" href="CSS/styles.css"> > and > <script type="text/javascript" src="JS/custom.js"></script> > > Now this works like a dream if I build with cli-6.5.0 - both for iOS and > Android. > If I build with cli-7.0.1 it only works for Android, and I can see in iOS > that the files styles.css and custom.js are simply not loaded. > > However, if I change the directory names to lowercase and correspondingly > change to > <link rel="stylesheet" href="css/styles.css"> > and > <script type="text/javascript" src="js/custom.js"></script> > > it works also for iOS on cli-7.0.1. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org