Re: Debug-iphoneos
Re: Debug-iphoneos
- Subject: Re: Debug-iphoneos
- From: koko <email@hidden>
- Date: Thu, 20 Sep 2012 13:32:54 -0600
On Sep 20, 2012, at 11:09 AM, David Duncan wrote: On Sep 20, 2012, at 7:41 AM, Fritz Anderson < email@hidden> wrote: But seeing David Duncan say otherwise gives me pause.
I was just parroting what Koko said, so don't mind me :)
koko was told that:
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
would cause xcrun to run xcodebuild from DEVELOPER_DIR and that a script would be:
#!/bin/bash cd /volumes/repos/_working/LibZLIB/_XC44 echo "Building LibZLIB Release and Debug" export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer xcrun xcodebuild clean build -scheme "LibZLIB" -configuration Release xcrun xcodebuild clean build -scheme "LibZLIB" -configuration Debug echo "Finished Building LibZLIB Release and Debug"
has koko be misled?
-koko
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden