12
« on: October 31, 2017, 12:52:20 am »
Hi,
I just finished building a new Game that plays a wide range of Viking Age Tafl games (Hnefatafl, Tablut etc). My game is all written in Stencyl and my AI Player beats all other apps on any platform that can play similar games. It all works perfectly in Flash, and is ready for final testing prior to launch. This is where I start to get unstuck:
I have followed the instructions following the link under the Stencyl mobile settings page, and have registered as a developer with Apple, and acquired all the necessary distribution certificates. When I try to build the project on an iOS Device platform in Stencyl I get the following error.
This suggests that Xcode has not installed the certificates. I have several times recreated the certificates with apple, downloaded them, and double clicked them which then opens Xcode. It still seems that the certificates in Xcode don't match the ones specific to this app. Any ideas? I have now spent many many hours trying to do everything I can, but nothing seems to work.
I've also attached a view of my certificates in Xcode. Xcode won't let me delete them, so I wonder if it won't let me update or correct one, perhaps thats the problem?
This is my first App, so please try to explain things as easily as you can!
Many thanks,
Mike.
Part of log from Stencyl:
2017-10-30 22:06:26,107 INFO [Thread-13] stencyl.sw.util.StreamGobbler: [haxelib] Check dependencies
2017-10-30 22:06:26,113 INFO [Thread-13] stencyl.sw.util.StreamGobbler: [haxelib] warning: iOS 11.0.0 does not support armv7
2017-10-30 22:06:26,113 INFO [Thread-13] stencyl.sw.util.StreamGobbler: [haxelib] Code Signing Error: No profiles for 'com.fearn.thevikinggame' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.fearn.thevikinggame'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild.
2017-10-30 22:06:26,113 INFO [Thread-13] stencyl.sw.util.StreamGobbler: [haxelib] Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.0'
2017-10-30 22:06:26,113 INFO [Thread-13] stencyl.sw.util.StreamGobbler: [haxelib] ** BUILD FAILED **
2017-10-30 22:06:26,113 INFO [Thread-13] stencyl.sw.util.StreamGobbler: [haxelib] The following build commands failed:
2017-10-30 22:06:26,113 INFO [Thread-13] stencyl.sw.util.StreamGobbler: [haxelib] Check dependencies
2017-10-30 22:06:26,113 INFO [Thread-13] stencyl.sw.util.StreamGobbler: [haxelib] (1 failure)
2017-10-30 22:06:26,130 DEBUG [pool-1-thread-2] stencyl.sw.util.Util: Process 'haxelib' exited with code: 1
2017-10-30 22:06:26,131 ERROR [pool-1-thread-2] stencyl.sw.io.write.resource.HXWriter: Failed: Running iOS. (Return code: 1)