Jump to content


Photo

iOS no such folder or file error - exporting iPA


  • Please log in to reply
9 replies to this topic

#1 Miracle

Miracle

    GMC Member

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

Posted 11 July 2012 - 12:17 PM

UNSOLVED :(

Hey people - i've made a nice game - trying to export it for iOS.
I have set up my Xcode path to the latest (4.3.3) xcode app.
Here's the studio output console:

2012-07-11 14:01:27.440 Application Oven[17707:1007] Temporary directory is /var/folders/yc/4jp958k12vq1kcwskp8j35dc0000gn/T/App-Oven.yEpEx4
2012-07-11 14:01:27.441 Application Oven[17707:1007] /usr/bin/unzip -qq /Applications/GameMaker-Studio/Squirrel Times.zip -d /var/folders/yc/4jp958k12vq1kcwskp8j35dc0000gn/T/App-Oven.yEpEx4/GMSzip
2012-07-11 14:01:27.857 Application Oven[17707:1007] /usr/bin/unzip -qq /Applications/GameMaker-Studio/Application Oven.app/Contents/Resources/com.yoyogames.yoyorunner.ipa -d /var/folders/yc/4jp958k12vq1kcwskp8j35dc0000gn/T/App-Oven.yEpEx4/runner
2012-07-11 14:01:28.140 Application Oven[17707:1007] Not distribution
2012-07-11 14:01:28.436 Application Oven[17707:1007] /usr/bin/defaults write /var/folders/yc/4jp958k12vq1kcwskp8j35dc0000gn/T/App-Oven.yEpEx4/runner/Payload/Squirrel Times.app/Info CFBundleIdentifier dk.miracleas.appchoir.squirreltimes
2012-07-11 14:01:29.402 Application Oven[17707:1007] /usr/bin/defaults write /var/folders/yc/4jp958k12vq1kcwskp8j35dc0000gn/T/App-Oven.yEpEx4/runner/Payload/Squirrel Times.app/Info CFBundleShortVersionString 1.0.0
2012-07-11 14:01:29.417 Application Oven[17707:1007] /usr/bin/defaults write /var/folders/yc/4jp958k12vq1kcwskp8j35dc0000gn/T/App-Oven.yEpEx4/runner/Payload/Squirrel Times.app/Info CFBundleVersion 1.0.0
2012-07-11 14:01:29.432 Application Oven[17707:1007] /usr/bin/defaults write /var/folders/yc/4jp958k12vq1kcwskp8j35dc0000gn/T/App-Oven.yEpEx4/runner/Payload/Squirrel Times.app/Info CFBundleDisplayName Squirrel Times
2012-07-11 14:01:29.447 Application Oven[17707:1007] /usr/bin/defaults write /var/folders/yc/4jp958k12vq1kcwskp8j35dc0000gn/T/App-Oven.yEpEx4/runner/Payload/Squirrel Times.app/Info CFBundleExecutable Squirrel Times
2012-07-11 14:01:29.526 Application Oven[17707:1007] /usr/bin/security unlock-keychain -p censored-my-password
2012-07-11 14:01:29.601 Application Oven[17707:1007] /usr/bin/codesign -f --preserve-metadata -s iPhone Developer --resource-rules=/var/folders/yc/4jp958k12vq1kcwskp8j35dc0000gn/T/App-Oven.yEpEx4/runner/Payload/Squirrel Times.app/ResourceRules.plist /var/folders/yc/4jp958k12vq1kcwskp8j35dc0000gn/T/App-Oven.yEpEx4/runner/Payload/Squirrel Times.app
/var/folders/yc/4jp958k12vq1kcwskp8j35dc0000gn/T/App-Oven.yEpEx4/runner/Payload/Squirrel Times.app: replacing invalid existing signature
2012-07-11 14:01:33.518 Application Oven[17707:1007] /usr/bin/xcode-select -print-path
2012-07-11 14:01:33.547 Application Oven[17707:1007] /Applications/Xcode.app
2012-07-11 14:01:33.548 Application Oven[17707:1007] /bin/sh -c /Applications/Xcode.app/Platforms/iPhoneOS.platform/Developer/usr/bin/PackageApplication "/var/folders/yc/4jp958k12vq1kcwskp8j35dc0000gn/T/App-Oven.yEpEx4/runner/Payload/Squirrel Times.app" -o "/Users/Frederik/Dev/Squirreltimes/Squirrel Times.ipa"
/bin/sh: /Applications/Xcode.app/Platforms/iPhoneOS.platform/Developer/usr/bin/PackageApplication: No such file or directory
unable to identify Dev/Squirreltimes/Squirrel Times.ipa: no such file or directory

What should I do?
- Miracle

Edited by Miracle, 17 July 2012 - 10:47 AM.

  • 0

#2 Miracle

Miracle

    GMC Member

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

Posted 12 July 2012 - 09:11 AM

BUMP
  • 0

#3 rwkay

rwkay

    YoYo Games CTO

  • YoYo Games Staff
  • 1415 posts
  • Version:Unknown

Posted 12 July 2012 - 01:17 PM

I suspect that the XCode command line tools are setup incorrectly (if you are running the version of XCode from the Mac App Store)

IF you are running that version then on the Mac open Terminal (from Applications -> Utilities -> Terminal) and type

xcode-select -switch /Applications/Xcode.app

And that should set the tools up properly.

Russell
  • 0

#4 Miracle

Miracle

    GMC Member

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

Posted 12 July 2012 - 04:56 PM

I suspect that the XCode command line tools are setup incorrectly (if you are running the version of XCode from the Mac App Store)

IF you are running that version then on the Mac open Terminal (from Applications -> Utilities -> Terminal) and type

xcode-select -switch /Applications/Xcode.app

And that should set the tools up properly.

Russell


I've done that already ...
  • 0

#5 rwkay

rwkay

    YoYo Games CTO

  • YoYo Games Staff
  • 1415 posts
  • Version:Unknown

Posted 12 July 2012 - 05:24 PM

you do have the iPhone SDK installed with Xcode???

Russell
  • 0

#6 Miracle

Miracle

    GMC Member

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

Posted 13 July 2012 - 06:10 AM

you do have the iPhone SDK installed with Xcode???

Russell

Yes, I have
  • 0

#7 Hugo_Peters

Hugo_Peters

    herp derp

  • GMC Member
  • 447 posts
  • Version:GM:Studio

Posted 13 July 2012 - 10:10 AM

Remove the spaces ;)
  • 0

#8 Miracle

Miracle

    GMC Member

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

Posted 17 July 2012 - 09:45 AM

Remove the spaces ;)


Tried, but i still get the same error :'(
DId this progress just ran through smooth for you?
  • 0

#9 rwkay

rwkay

    YoYo Games CTO

  • YoYo Games Staff
  • 1415 posts
  • Version:Unknown

Posted 17 July 2012 - 12:19 PM

Please file a bug, mark it private and attach the project as a GMZ (File -> Export project) and I will take a look...

Russell
  • 0

#10 Lethalanvas

Lethalanvas

    GMC Member

  • GMC Member
  • 340 posts
  • Version:GM:Studio

Posted 11 October 2012 - 09:51 PM

EDIT:

I found out what the problem was for me when I was experiencing this issue. I had changed the Global Game Settings->Mac OSX->App output field from the default "~/GameMaker-Studio/[MY APP]" to simply "[MY APP]".

After I switched it back, it worked for me.

I hope this helps anyone else who experienced this problem! :confused:

Edited by Lethalanvas, 15 October 2012 - 07:39 AM.

  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users