Can't publish to anything except Flash

nickquest

  • Posts: 60
I just bought the pro license so I can develop for mobile, but I get an uncaught exception - EOF when I try to export or test for any platform except Flash. Does this likely mean it's a problem with my ogg files? If so, what could it be? Logs attached.
 

rob1221

  • *
  • Posts: 9473
Quote
[LOG] export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer; xcodebuild -version =====>
[LOG] xcrun: Error: could not stat active Xcode path '/Applications/Xcode.app/Contents/Developer'. (No such file or directory)
[LOG] xcrun: Error: could not stat active Xcode path '/Developer'. (No such file or directory)
[LOG] export DEVELOPER_DIR=/Developer; xcodebuild -version =====>xcrun: Error: could not stat active Xcode path '/Developer'. (No such file or directory)

[LOG] User has no xcode at all. Error.

nickquest

  • Posts: 60
Oh yeah, duh. Sorry, in my head I had already done this. Thanks.