• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

iOS Xcode issue: failed with error -43

I was using Xcode 9, but had to switch up to 10 in order to work with GM:S2 (which I haven't begun working with seriously yet). Also, I can no longer publish apps using this version of Xcode.

When I hit "create application" for iOS (YYC), Xcode started on the MAC. Only problem, it was still Xcode 9, even though I had installed 10. So I moved Xcode 9 to the trash, and now I am getting this error:

Code:
FSPathMakeRef(/Users/fred/Desktop/Xcode.app) failed with error -43
Is there a step I have missed? Do I need to somehow direct GM:S1 to the current version of Xcode (10)?

Any help would be greatly appreciated!
 

pipebkOT

Member
@obsidiannovels

IOS in game maker studio 1.4

iOS 10.0 or later is required for games (this is all Xcode will build for).

Requires Xcode to build any projects:

  • Xcode 8.3-9.2 - if using v1804
  • Xcode 9.3 - if using v9999
  • Xcode 10 releases after support for 1.4 ended and so is not actively supported

Xcode 10 is not supported in gms 1.4

if you want to use Xcode 10 or newer you need to use it in gms 2
 
Top