@mbrookson wrote:
I have had some problems with building an iOS application, specifically with the icons and splash screens.
It works fine on OSX on a Mac... I run
ionic start TestApp
, then it automatically adds the ios platform stuff and if I inspect theplatforms/ios/TestApp
folder I can see theResources
folder. This is referenced by the Xcode project and works fine.HOWEVER!
If I create a project in the same way,
ionic start TestApp
, on Windows 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 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