Jump to content


Photo

unable to identify GameMaker-Studio no such file


  • Please log in to reply
5 replies to this topic

#1 gregm

gregm

    GMC Member

  • New Member
  • 66 posts
  • Version:Mac

Posted 27 May 2012 - 04:46 PM

I'm upgrading one of my GameMaker 7 games. I have my MAC set up ( I can write, sign and send applications to my iPhone ). My connection is OK to my mac from my PC. But when I create my iOS application I get the following error with nothing :-

Also, the App Oven keeps trying to use an older certificate despite pointing it to my newest certificate "iOS - Team"

Any ideas appreciated.....



Hello World
Done
2012-05-27 17:40:19.143 Application Oven[435:1007] Temporary directory is /var/folders/2n/0slc75992qx9nlj7bdbjk04c0000gn/T/App-Oven.szBsAO
2012-05-27 17:40:19.475 Application Oven[435:1007] AppId=percygoesnorth
2012-05-27 17:40:19.476 Application Oven[435:1007] versionNumber=1.1.1
2012-05-27 17:40:19.476 Application Oven[435:1007] Info.plist='/var/folders/2n/0slc75992qx9nlj7bdbjk04c0000gn/T/App-Oven.szBsAO/runner/Payload/PercyGoesNorth.app/Info'
2012-05-27 17:40:19.588 Application Oven[435:1007] Splash = /Applications/GameMaker-Studio/splash.png
/var/folders/2n/0slc75992qx9nlj7bdbjk04c0000gn/T/App-Oven.szBsAO/runner/Payload/PercyGoesNorth.app: replacing invalid existing signature
2012-05-27 17:40:20.616 Application Oven[435:1007] /Developer
/bin/sh: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/PackageApplication: No such file or directory
unable to identify GameMaker-Studio/PercyGoesNorth/PercyGoesNorth.ipa: no such file or directory

  • 0

#2 gregm

gregm

    GMC Member

  • New Member
  • 66 posts
  • Version:Mac

Posted 27 May 2012 - 06:40 PM

So I've monitored both the MAC and the PC. The PC is definately sending over the files and running the Oven. I can see the files being added, splash screen a zip file with the assets. Then the Application Oven just runs, closely and does absolutely nothing. I presume the last error messages on my PC and in the previous post are the return from the Application Oven about not being able to find the directories.

If I just do a simple hello world application in xcode though, it runs smoothly on my iphone without a problem, so I presume my certificates are fine and so is the connection to my iphone.

Unfortunately, this is just pure and simple guess work and after 18 hours on it, and completely reinstalling my MAC to see if that was the problem, I'm getting pretty lost on what I can do just to get a simple .ipa file :-( I've not even starting to move a sprite yet! Just a static room and a static object!!

Edited by gregm, 27 May 2012 - 06:41 PM.

  • 0

#3 rwkay

rwkay

    YoYo Games CTO

  • YoYo Games Staff
  • 1415 posts
  • Version:Unknown

Posted 27 May 2012 - 07:49 PM

Ok looks like you have not setup the xcode command line tools properly...

You need to open Terminal (Applications -> Utilities -> Terminal) and type xcode-select the correct command line for xcode which has come from the Mac App Store is

xcode-select -switch /Applications/XCode.app

After you do this then the Application Oven should work - I suspect that you have upgraded XCode from a download to a purchase in the Mac App Store....

Russell
  • 2

#4 gregm

gregm

    GMC Member

  • New Member
  • 66 posts
  • Version:Mac

Posted 27 May 2012 - 08:33 PM

Ok looks like you have not setup the xcode command line tools properly...

You need to open Terminal (Applications -> Utilities -> Terminal) and type xcode-select the correct command line for xcode which has come from the Mac App Store is

xcode-select -switch /Applications/XCode.app

After you do this then the Application Oven should work - I suspect that you have upgraded XCode from a download to a purchase in the Mac App Store....

Russell


Thanks Russell. Yes that seems to have taken it to the next level. Though gives a different ( and hopefully simple ), error

2012-05-27 21:30:44.934 Application Oven[1478:1007] /Applications/XCode.app/Contents/Developer
error: Unable to copy 'Provisioning' to '/var/folders/2n/0slc75992qx9nlj7bdbjk04c0000gn/T/sNt86vP9Ip/Payload/PercyGoesNorth.app/embedded.mobileprovision'

unable to identify GameMaker-Studio/PercyGoesNorth/PercyGoesNorth.ipa: no such file or directory

Weird this one though, as my provision is shown in all the places I'd expect. Or I'm missing something :-S

Edited by gregm, 27 May 2012 - 08:34 PM.

  • 0

#5 gregm

gregm

    GMC Member

  • New Member
  • 66 posts
  • Version:Mac

Posted 27 May 2012 - 08:52 PM


Ok looks like you have not setup the xcode command line tools properly...

You need to open Terminal (Applications -> Utilities -> Terminal) and type xcode-select the correct command line for xcode which has come from the Mac App Store is

xcode-select -switch /Applications/XCode.app

After you do this then the Application Oven should work - I suspect that you have upgraded XCode from a download to a purchase in the Mac App Store....

Russell


Thanks Russell. Yes that seems to have taken it to the next level. Though gives a different ( and hopefully simple ), error

2012-05-27 21:30:44.934 Application Oven[1478:1007] /Applications/XCode.app/Contents/Developer
error: Unable to copy 'Provisioning' to '/var/folders/2n/0slc75992qx9nlj7bdbjk04c0000gn/T/sNt86vP9Ip/Payload/PercyGoesNorth.app/embedded.mobileprovision'

unable to identify GameMaker-Studio/PercyGoesNorth/PercyGoesNorth.ipa: no such file or directory

Weird this one though, as my provision is shown in all the places I'd expect. Or I'm missing something :-S


Answering my own question here. For some reason. The Application Oven is not taking over the app id. When I type it in manually on the MAC, it creates an IPA file.
  • 0

#6 Miracle

Miracle

    GMC Member

  • New Member
  • 20 posts
  • Version:GM:Studio

Posted 17 July 2012 - 09:48 AM



Ok looks like you have not setup the xcode command line tools properly...

You need to open Terminal (Applications -> Utilities -> Terminal) and type xcode-select the correct command line for xcode which has come from the Mac App Store is

xcode-select -switch /Applications/XCode.app

After you do this then the Application Oven should work - I suspect that you have upgraded XCode from a download to a purchase in the Mac App Store....

Russell


Thanks Russell. Yes that seems to have taken it to the next level. Though gives a different ( and hopefully simple ), error

2012-05-27 21:30:44.934 Application Oven[1478:1007] /Applications/XCode.app/Contents/Developer
error: Unable to copy 'Provisioning' to '/var/folders/2n/0slc75992qx9nlj7bdbjk04c0000gn/T/sNt86vP9Ip/Payload/PercyGoesNorth.app/embedded.mobileprovision'

unable to identify GameMaker-Studio/PercyGoesNorth/PercyGoesNorth.ipa: no such file or directory

Weird this one though, as my provision is shown in all the places I'd expect. Or I'm missing something :-S


Answering my own question here. For some reason. The Application Oven is not taking over the app id. When I type it in manually on the MAC, it creates an IPA file.


Just want to know what your app id is - because I have the same problem :S
  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users