<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with xcode</title>
      <link>http://ask.metafilter.com/tags/xcode</link>
      <description>Questions tagged with 'xcode' at Ask MetaFilter.</description>
	  <pubDate>Wed, 01 Apr 2009 06:09:01 -0800</pubDate> <lastBuildDate>Wed, 01 Apr 2009 06:09:01 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>XCodes mysterious death</title>
	<link>http://ask.metafilter.com/118318/XCodes%2Dmysterious%2Ddeath</link>	
	<description>Why has XCode suddenly completely stopped working? Reinstallation has done nothing. It seemed to be working one day and then the next not at all, with no obvious changes to my system that I can think of. I am using XCode 3.0 on a unibody macbook, 10.5.6. XCode seemed to suddenly stop working about a month ago, giving me this error when I type open blahblah.java in the shell: &lt;br&gt;
&lt;br&gt;
LSOpenFromURLSpec() failed with error -10810 for the file /Users/lukeo05/blah/blahblah.java&lt;br&gt;
&lt;br&gt;
and when I try and open XCode graphically, either with a file or just the app by itself, I get a &apos;This program has quit unexpectedly&apos; error as it starts to load up, then nothing. The details of this error have this line which may be useful out of everything it says:&lt;br&gt;
&lt;br&gt;
Application Specific Information:&lt;br&gt;
objc[8690]: &apos;/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols&apos; was not compiled with -fobjc-gc or -fobjc-gc-only, but the application requires GC&lt;br&gt;
objc[8690]: *** GC capability of application and some libraries did not match&lt;br&gt;
&lt;br&gt;
I have tried reinstalling XCode, and the problem persists, so I was wondering if anyone has experienced this before and any ideas what might be the issue.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.118318</guid>
	<pubDate>Wed, 01 Apr 2009 06:09:01 -0800</pubDate>
	<category>crashing</category>
	<category>java</category>
	<category>mac</category>
	<category>xcode</category>
	<dc:creator>lukeo05</dc:creator>
	</item>
	<item>
	<title>iPhone SDK: ApplicationVerificationFailed</title>
	<link>http://ask.metafilter.com/115183/iPhone%2DSDK%2DApplicationVerificationFailed</link>	
	<description>How do you get rid of the &quot;ApplicationVerificationFailed&quot; error when trying to test an application on the iPhone? I am using Xcode 3.1.2 with the iPhone SDK 2.2.1 on Mac OS X 10.5.6.  I am trying to develop my first application for the iPod and iPhone.  For testing, I have an iPod Touch 2nd gen with software version 2.2.1.  I have also paid $99 USD for an iPhone single developer package with Apple.&lt;br&gt;
&lt;br&gt;
When I&apos;m trying to install an application for testing on my iPod using Xcode, I always get the following error message:&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;&lt;br&gt;
Your mobile device has encountered an unexpected error (0xE800003A)&lt;br&gt;
ApplicationVerificationFailed&lt;br&gt;
&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
I do have all the necessary certificates installed in my Keychain and provisioning profiles installed on my iPod.  The provisioning profile is for &lt;strong&gt;development&lt;/strong&gt; (not deployment), and is correctly associated with my developer&apos;s certificate, application ID, and device (iPod) profile.  For here, I&apos;ll say my App ID is &quot;&lt;em&gt;9876543210.*&lt;/em&gt;&quot;.&lt;br&gt;
&lt;br&gt;
Here is what I tried so far:&lt;br&gt;
&lt;br&gt;
- I restarted my iPod and Xcode several times already.&lt;br&gt;
- I restored my iPod.&lt;br&gt;
- For the application&apos;s &quot;Target&quot; listed in the Project&apos;s window (not the Organiser), I brought up its &quot;Info&quot; window and under the &quot;Properties&quot; tab, I tried the following &quot;Identifiers&quot;: blank, 9876543210.${PRODUCT_NAME:identifier}, 9876543210.*, *, ${PRODUCT_NAME:identifier}.&lt;br&gt;
&lt;br&gt;
Can anyone help me with this?  It would be greatly appreciated.  Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.115183</guid>
	<pubDate>Wed, 25 Feb 2009 16:55:07 -0800</pubDate>
	<category>apple</category>
	<category>development</category>
	<category>installation</category>
	<category>iphone</category>
	<category>ipod</category>
	<category>sdk</category>
	<category>software</category>
	<category>xcode</category>
	<dc:creator>remi</dc:creator>
	</item>
	<item>
	<title>Why won&apos;t XCode let me select text?</title>
	<link>http://ask.metafilter.com/97351/Why%2Dwont%2DXCode%2Dlet%2Dme%2Dselect%2Dtext</link>	
	<description>What the deuce? Why can&apos;t I type in certain areas using XCode? I&apos;m just getting started learning to program in Objective-C using XCode under Leopard, and I&apos;m encountering a bizarre behavior. The I-beam cursor just doesn&apos;t work in some areas of my code.&lt;br&gt;
&lt;br&gt;
Here&apos;s a sample:&lt;br&gt;
&lt;code&gt;//&lt;br&gt;
//  main.m&lt;br&gt;
//  prog1&lt;br&gt;
//&lt;br&gt;
&lt;br&gt;
#import &lt;stdio&gt;&lt;br&gt;
&lt;br&gt;
int main(int argc, const char *argv[])&lt;br&gt;
{&lt;br&gt;
	int sum;&lt;br&gt;
	&lt;br&gt;
	// compute result&lt;br&gt;
	sum = 25 + 37 - 19;&lt;br&gt;
	&lt;br&gt;
	&lt;em&gt;// display results&lt;br&gt;
	printf (&quot;The answer is %i.\n&quot;, sum);&lt;/em&gt;&lt;br&gt;
	&lt;br&gt;
	return 0;&lt;br&gt;
} &lt;/stdio&gt;&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Clicking in most of the code works like you would expect; the I-beam starts blinking, and I can edit the text as I would like.&lt;br&gt;
&lt;br&gt;
But if I click anywhere in the area indicated in italics, the I-beam just turns into an arrow cursor until I move the mouse, the blinking text cursor doesn&apos;t appear, and I can&apos;t edit the text. It is possible to position the cursor before or after the bold area and maneuver into it with the arrow keys.&lt;br&gt;
&lt;br&gt;
What on earth is going on here?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97351</guid>
	<pubDate>Wed, 23 Jul 2008 14:50:11 -0800</pubDate>
	<category>bug</category>
	<category>error</category>
	<category>leopard</category>
	<category>mac</category>
	<category>programming</category>
	<category>select</category>
	<category>text</category>
	<category>wtf</category>
	<category>xcode</category>
	<dc:creator>designbot</dc:creator>
	</item>
	<item>
	<title>Newbie wants to convert a simple website into an iPhone app, am I doomed?</title>
	<link>http://ask.metafilter.com/85745/Newbie%2Dwants%2Dto%2Dconvert%2Da%2Dsimple%2Dwebsite%2Dinto%2Dan%2DiPhone%2Dapp%2Dam%2DI%2Ddoomed</link>	
	<description>Easy way to turn &lt;a href=&quot;http://www.mdcalc.com/&quot;&gt;my medical calculations website&lt;/a&gt; into an iPhone app? I tried fooling around with Xcode... I have no formal programming experience, but I&apos;ve picked up HTML, Javascript, CSS, and basic PHP/MySQL. I was reading about the iPhone SDK, and how it&apos;ll be &quot;as easy to create an app as it is in Cocoa,&quot; so I gave Xcode a try this weekend, complete with beginner tutorials, but it was waaaay over my head. I have no experience at all in C or C++ or anything like that.&lt;br&gt;
&lt;br&gt;
Basically what I&apos;d like to do would be to copy all the HTML and javascript files from my website into a big folder and install it on an iPhone, using Safari to run the program. (Many hospitals don&apos;t have wireless access, and often have poor cell reception from all the thick walls and lead sitting around, hence wanting to allow people to run it locally.)&lt;br&gt;
&lt;br&gt;
Is there a way to just call Safari and say, &quot;open this index HTML file&quot; in Cocoa/Xcode/the iPhone SDK? I&apos;m afraid I don&apos;t have the time to pick up C or Object-C, even though I&apos;d like to.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.85745</guid>
	<pubDate>Mon, 10 Mar 2008 06:54:33 -0800</pubDate>
	<category>beginner</category>
	<category>cocoa</category>
	<category>iphone</category>
	<category>iphonesdk</category>
	<category>mac</category>
	<category>osx</category>
	<category>programming</category>
	<category>sdk</category>
	<category>xcode</category>
	<dc:creator>gramcracker</dc:creator>
	</item>
	<item>
	<title>Actionscript development on OS X that doesn&apos;t suck?</title>
	<link>http://ask.metafilter.com/62637/Actionscript%2Ddevelopment%2Don%2DOS%2DX%2Dthat%2Ddoesnt%2Dsuck</link>	
	<description>I&apos;m developing in Actionscript 3, and I hate (hate, hate, hate) Flex Builder 2.  What are some other good options for as3 development on OS X? Right now I&apos;ve got an ad-hoc system going where I use the &quot;include&quot; statement in a frame inside the flash project (CS3) and just write the code in Textmate.  (I &#9829; textmate.)  But it&apos;s a little cumbersome; I&apos;d prefer not to use Flash CS3 at all.&lt;br&gt;
&lt;br&gt;
I&apos;ve tried downloading some guy&apos;s actionscript 3 bundle for textmate, but I can&apos;t get the compiling to work.  (Downloaded the SDK, all that.)  I&apos;ve heard you can develop as3 in XCode, but I don&apos;t know exactly how.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.62637</guid>
	<pubDate>Mon, 14 May 2007 22:37:34 -0800</pubDate>
	<category>actionscript</category>
	<category>actionscript3</category>
	<category>as3</category>
	<category>development</category>
	<category>flash</category>
	<category>osx</category>
	<category>programming</category>
	<category>xcode</category>
	<dc:creator>Tlogmer</dc:creator>
	</item>
	<item>
	<title>XCode book recommendations for an experienced programmer</title>
	<link>http://ask.metafilter.com/61756/XCode%2Dbook%2Drecommendations%2Dfor%2Dan%2Dexperienced%2Dprogrammer</link>	
	<description>I&apos;m an experienced programmer that wants to start using XCode create some GUI applications. I am looking for a good book (or books) to get me started. Look for I&apos;ve been a programmer for over 10 years, for the last 7 I have been using MySQL, Oracle and Perl, before that lots of java and C, some C++. Most of my experience is doing the backend for scientific web based applications. I did a bit of GUI work in Java back when swing was still beta and everything was done by hand but it has been a while and I hear that the tools are much better now.&lt;br&gt;
&lt;br&gt;
I don&apos;t need a book for a programming neophyte, just someone who has been stuck in the backend for the last 7 years (and never used an IDE for that type of development). Can anyone recommend a book or books for someone with my background?  Does anyone have an opinion on James Bucanek&apos;s &quot;Beginning XCode&quot;?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.61756</guid>
	<pubDate>Tue, 01 May 2007 14:39:29 -0800</pubDate>
	<category>apple</category>
	<category>gui</category>
	<category>mac</category>
	<category>osx</category>
	<category>programming</category>
	<category>xcode</category>
	<dc:creator>cftarnas</dc:creator>
	</item>
	<item>
	<title>The other interface builder</title>
	<link>http://ask.metafilter.com/39364/The%2Dother%2Dinterface%2Dbuilder</link>	
	<description>A little while ago, before my last reformat, I had just found a really slick tool for generating interfaces/skeleton implementations for Objective-C classes.  I can&apos;t recall the name, but it (I think) integrated with Xcode, and made programming easier.

My google-fu has failed me, here.  Help me, Askme, you&apos;re my only hope! (Also, any tools at ALL that are of this type (devel utilities) and are as useful would be &lt;em&gt;really&lt;/em&gt; nice to have.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.39364</guid>
	<pubDate>Fri, 02 Jun 2006 06:39:32 -0800</pubDate>
	<category>development</category>
	<category>mac</category>
	<category>objectivec</category>
	<category>osx</category>
	<category>programming</category>
	<category>utility</category>
	<category>xcode</category>
	<dc:creator>ChrisR</dc:creator>
	</item>
	<item>
	<title>How do I change /Developer/ to /Applications/Developer/ in OS X</title>
	<link>http://ask.metafilter.com/31833/How%2Ddo%2DI%2Dchange%2DDeveloper%2Dto%2DApplicationsDeveloper%2Din%2DOS%2DX</link>	
	<description>A stupid Apple Xcode question. I like to keep the directories on my computer organized. I guess I&apos;m the only person in the world who does that.&lt;br&gt;
&lt;br&gt;
Anyway, I moved the Developer folder into the Applications folder. My reasoning was Xcode Tools are applications, therefore, I could put them in the Applications folder. Boy, was I wrong.&lt;br&gt;
&lt;br&gt;
Long story short, whatever project I try to build in Xcode, any project at all...will not build because of the error: &quot;Task not found at path: /Developer/...&quot;&lt;br&gt;
&lt;br&gt;
Apple offers no support for this product, at least, over the phone. The only suggestion from the Apple rep was to reinstall the application. The installer gives the user no chance to specify a directory.&lt;br&gt;
&lt;br&gt;
Anyway, is there a way to ask my Macintosh, kindly, if it would please not mind the fact that I would rather enjoy having the Developer folder in the Applications folder?&lt;br&gt;
&lt;br&gt;
Maybe a polite sudo command? Is there a registry I could edit?&lt;br&gt;
&lt;br&gt;
I don&apos;t know why this bothering me so much. I just thought the Mac&apos;s &quot;especial,&quot; was one could drag and drop folders into other folders without breaking applications.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.31833</guid>
	<pubDate>Tue, 31 Jan 2006 15:29:30 -0800</pubDate>
	<category>apple</category>
	<category>mac</category>
	<category>osx</category>
	<category>xcode</category>
	<dc:creator>Colloquial Collision</dc:creator>
	</item>
	
	</channel>
</rss>

