@mbrookson wrote:
I have had some problems with building an iOS application, specifically with the icons and splash screens.
If I create a simple project,
ionic start TestApp
, it creates me a new project, fine. Then I runionic platform add ios
. If I then look in theplatform/ios/TestApp
directory I would expect to see theResources
folder, however it has actually created anImages.xcassets
file/folder which is referenced by the Xcode project. The problem here is that theconfig.xml
is referencing paths to icon.png which supposedly do no exists and when I click the 'Upload to app store' button, I get an error about this!Very frustrating!! Has something changed on purpose or accidentally with the ionic CLI?
Anyone able to help?
ionic info Cordova CLI: 6.0.0 Gulp version: CLI version 3.9.0 Gulp local: Local version 3.9.1 Ionic Version: 1.2.4 Ionic CLI Version: 1.7.14 Ionic App Lib Version: 0.7.0 OS: Windows 8.1 Node Version: v0.12.7
Posts: 1
Participants: 1