Uploading to IOS missing game icon

Noroup

  • Posts: 147
Hello all, I have made it this far.

Whenever I upload to IOS, I come across one stinking issue- just one.

It says that my app is missing a 1024x1024 game icon, however I have a game icon already added to game settings and icon 1024... thus I am confused...

I opened my app in Xcode, and saw that I was missing the App Store 1024x1024 icon. How can I add this to stencyl? I can't directly publish from Xcode.

colburt187

  • *
  • Posts: 2416
I think the problem is that you are a bit too early on Xcode 9, stencyl hasn't fixed all the changes apple have made yet. http://community.stencyl.com/index.php/topic,54725.0.html

What do you mean when you say you can't publish directly from Xcode? I think there maybe be a way to add the icon in xcode and publish from there.

Noroup

  • Posts: 147
I think the problem is that you are a bit too early on Xcode 9, stencyl hasn't fixed all the changes apple have made yet. http://community.stencyl.com/index.php/topic,54725.0.html

What do you mean when you say you can't publish directly from Xcode? I think there maybe be a way to add the icon in xcode and publish from there.
I tried some errors in my code popup with Xcode idk why

colburt187

  • *
  • Posts: 2416
Its depends on how you are trying to export. If you can create an iap then you can follow the guide here on how to export and delete the haxe target https://github.com/byrobingames/tapdaq/wiki/iOS:-Publish-ipa-with-Xcode

Noroup

  • Posts: 147
Its depends on how you are trying to export. If you can create an iap then you can follow the guide here on how to export and delete the haxe target https://github.com/byrobingames/tapdaq/wiki/iOS:-Publish-ipa-with-Xcode
The only thing I'm missing is an App Store icon... isnt there a manual way to add this to the game files? I noticed iOS iPhone icons are named "iPhone-iOS.png" so I'm assuming App Store icons follow something of the sort.

colburt187

  • *
  • Posts: 2416
I suggest you follow the thread here, they are working to get stencyl working with Xcode 9, including the icon issue http://community.stencyl.com/index.php/topic,54725.msg291959.html#new

Noroup

  • Posts: 147
I suggest you follow the thread here, they are working to get stencyl working with Xcode 9, including the icon issue http://community.stencyl.com/index.php/topic,54725.msg291959.html#new
I saw it, but I need to pump this app out now my man.

Whenever I try to build from Xcode, it says "only inline or read only fields can be used as pattern"

colburt187

  • *
  • Posts: 2416
How did you end up on Xcode 9?

did you get the app to Xcode with the method of exporting the ipa then deleting the Haxe Target?

Noroup

  • Posts: 147
How did you end up on Xcode 9?

did you get the app to Xcode with the method of exporting the ipa then deleting the Haxe Target?
I published as Xcode project and downloaded haxe

colburt187

  • *
  • Posts: 2416
I don't know if that works. I know this way works with Xcode 8 as I've published games via Xcode doing it https://github.com/byrobingames/tapdaq/wiki/iOS:-Publish-ipa-with-Xcode