iOS build was failing due to a refactoring of the App's name in the Xcode schema from the default Ionic one, causing a well documented error. This PR fixes it by changing the capacitor.config.json and Podfile files to match the new internal name. Also added a missing step to the compilation instructions in the README.md file to clarify that the last command must be run from the project's root directory.
iOS build was failing due to a refactoring of the App's name in the Xcode schema from the default Ionic one, causing a well documented error. This PR fixes it by changing the
capacitor.config.json
andPodfile
files to match the new internal name. Also added a missing step to the compilation instructions in theREADME.md
file to clarify that the last command must be run from the project's root directory.