Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - beepyeah

Pages: 1
1
Ask a Question / error building to iOS
« on: August 11, 2021, 03:45:08 pm »
i was able to get my game to build for iOS once, but every subsequent attempt has ended in the same error.

Code: [Select]
Failed to start debugserver: e8000022 The service is invalid.
The strange thing is i'm not trying to run it in Debug mode.

Logs attached!

2
Ask a Question / Xcode Project Won't Build
« on: December 04, 2019, 08:46:08 am »
I exported my game to an Xcode project.

At first I got this error with Build Haxe:
Code: [Select]
ExternalBuildToolExecution failed with a nonzero exit code
I've read that if you delete the Build Haxe target, that should fix the issue. But when I delete that target I get a new error
Code: [Select]
Library not found for -lApplicationMain
I am on macOS Catalina, using Xcode 11, and Stencyl 4.0.1 b10449

Pages: 1