• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode will not run auval as a custom executable
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode will not run auval as a custom executable


  • Subject: Re: Xcode will not run auval as a custom executable
  • From: Markus Fritze <email@hidden>
  • Date: Sun, 5 Apr 2009 08:18:23 -0700

auval is actually a shell script:

MMM-Macintosh:bin mfritze$ file auval
auval: Bourne shell script text executable

MMM-Macintosh:bin mfritze$ cat auval
#! /bin/sh

if [[ $1 = '-64' ]] ; then
	shift
	arch -x86_64 -ppc64 /usr/bin/auvaltool "$@"
elif [[ $1 = '-ppc' ]] ; then
	shift
	arch -ppc /usr/bin/auvaltool "$@"
else
	arch -i386 -ppc /usr/bin/auvaltool "$@"
fi


On Apr 5, 2009, at 5:58 AM, Shai Shasag wrote:

I'm trying to set auval as an Xcode custom executable for my AU plugin.

However when I run the executable from Xcode (Using Go or Debug commands) I get:
"/usr/bin/auval": not in executable format: File format not recognized
in the Debugger console.


Running the following command from the gdb command line:
(gdb) exec-file /usr/bin/auval

yields the same result:
"/usr/bin/auval": not in executable format: File format not recognized.


If I launch auval from the Terminal, it runs and works fine.

auval version is 1.2.1b3, I'm using Xcode 3.0 on Mac OS 10.5.6

What gives?

Thanks,

Shai Shasag
Waves Audio
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Coreaudio-api mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Xcode will not run auval as a custom executable (From: Shai Shasag <email@hidden>)

  • Prev by Date: Re: Newbie questions
  • Next by Date: Re: Newbie questions
  • Previous by thread: Xcode will not run auval as a custom executable
  • Next by thread: RemoteIO unit at beginning and end of an AUGraph
  • Index(es):
    • Date
    • Thread