<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Aleksandar Vacić</title>
	<atom:link href="http://aplus.rs/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://aplus.rs</link>
	<description>aplus.rs</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:35:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Guide to symbolicating iPhone app crash logs with Xcode 4.2 by Simon Black</title>
		<link>http://aplus.rs/ios-dev/guide-to-symbolicating-iphone-app-crash-logs-with-xcode-4-2/comment-page-1/#comment-198903</link>
		<dc:creator>Simon Black</dc:creator>
		<pubDate>Fri, 10 Feb 2012 23:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=7821#comment-198903</guid>
		<description>You are not alone.  Been dealing with this kind of crap through two apps over the last year or more. It seems to break with every iOS and/or Xcode upgrade.  Basically, Apple made this too &quot;magical&quot; for its own good and it breaks all the time. 

Currently, with Xcode 4.2.1 and iOS 5.01 I had to deal with these issues:

1.  Standard Apple libraries were not symbolicating on iOS 5.01.  Solution:  Upgrade Xcode to 4.2.1, delete /Library/Developer/Xcode/iOS DeviceSupport/5.0.1 (9A405).  Reattached your iOS device.  See:

http://stackoverflow.com/questions/8176393/symbolicatecrash-with-xcode-4-2-not-symbolicating-system-symbols

2. My app would not symbolicate either.  I forgot that you seemingly must have BOTH the .app and the .app.dsym directories on the Mac running Xcode in the same subdirectory.  Apple basically assumes you use your Mac running Xcode to develop an app and so Xcode depends on this standard situation where after a build, those files are on your Mac in the same directory.

You have pretty much covered all the other possible issues, most of which were things that came up in the transition to Xcode 4.2, in your post. 

Anyway, this sucks and I wish it was a lot easier.</description>
		<content:encoded><![CDATA[<p>You are not alone.  Been dealing with this kind of crap through two apps over the last year or more. It seems to break with every iOS and/or Xcode upgrade.  Basically, Apple made this too “magical” for its own good and it breaks all the time. </p>
<p>Currently, with Xcode 4.2.1 and iOS 5.01 I had to deal with these issues:</p>
<p>1.  Standard Apple libraries were not symbolicating on iOS 5.01.  Solution:  Upgrade Xcode to 4.2.1, delete /Library/Developer/Xcode/iOS DeviceSupport/5.0.1 (9A405).  Reattached your iOS device.  See:</p>
<p><a href="http://stackoverflow.com/questions/8176393/symbolicatecrash-with-xcode-4-2-not-symbolicating-system-symbols" rel="nofollow">http://stackoverflow.com/questions/8176393/symbolicatecrash-with-xcode-4–2-not-symbolicating-system-symbols</a></p>
<p>2. My app would not symbolicate either.  I forgot that you seemingly must have BOTH the .app and the .app.dsym directories on the Mac running Xcode in the same subdirectory.  Apple basically assumes you use your Mac running Xcode to develop an app and so Xcode depends on this standard situation where after a build, those files are on your Mac in the same directory.</p>
<p>You have pretty much covered all the other possible issues, most of which were things that came up in the transition to Xcode 4.2, in your post. </p>
<p>Anyway, this sucks and I wish it was a lot easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find crash logs for iPhone applications on Mac, Vista and XP by Nate</title>
		<link>http://aplus.rs/apple/how-to-find-crash-logs-for-iphone-applications-on-mac-vista-and-xp/comment-page-1/#comment-198897</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Mon, 30 Jan 2012 18:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=487#comment-198897</guid>
		<description>I&#039;ve found the appdata\apple computer\ folder, but there&#039;s no &quot;logs&quot; in there. The phone syncs just fine, though. Is it not collecting logs for some reason?</description>
		<content:encoded><![CDATA[<p>I’ve found the appdata\apple computer\ folder, but there’s no “logs” in there. The phone syncs just fine, though. Is it not collecting logs for some reason?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guide to symbolicating iPhone app crash logs with Xcode 4.2 by Brian Gorby</title>
		<link>http://aplus.rs/ios-dev/guide-to-symbolicating-iphone-app-crash-logs-with-xcode-4-2/comment-page-1/#comment-198882</link>
		<dc:creator>Brian Gorby</dc:creator>
		<pubDate>Wed, 04 Jan 2012 23:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=7821#comment-198882</guid>
		<description>I&#039;ve been battling this today. Thanks for confirming I&#039;m not the only one going crazy.

I found that you could force the indexing of the Spotlight attribute (com_apple_xcode_dsym_uuids) with the mdimport command-line tool. The argument to this should be your .xcarchive bundle . You can then run mdfind &quot;com_apple_xcode_dsym_uuids == &#039;*&#039;&quot;, and the .xcarchive bundle should appear, in theory making the symbolicatecrash script work again.

No clue why XCode randomly decides to not do this step during the archiving of builds.</description>
		<content:encoded><![CDATA[<p>I’ve been battling this today. Thanks for confirming I’m not the only one going crazy.</p>
<p>I found that you could force the indexing of the Spotlight attribute (com_apple_xcode_dsym_uuids) with the mdimport command-line tool. The argument to this should be your .xcarchive bundle . You can then run mdfind “com_apple_xcode_dsym_uuids == ‘*’”, and the .xcarchive bundle should appear, in theory making the symbolicatecrash script work again.</p>
<p>No clue why XCode randomly decides to not do this step during the archiving of builds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find crash logs for iPhone applications on Mac, Vista and XP by jsherk</title>
		<link>http://aplus.rs/apple/how-to-find-crash-logs-for-iphone-applications-on-mac-vista-and-xp/comment-page-1/#comment-198845</link>
		<dc:creator>jsherk</dc:creator>
		<pubDate>Mon, 02 Jan 2012 18:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=487#comment-198845</guid>
		<description>Ok, to answer my last comment and question... after you sync with iTunes then Step 3 is the section that says Mac OS X ... I did not realize they were connected steps!</description>
		<content:encoded><![CDATA[<p>Ok, to answer my last comment and question… after you sync with iTunes then Step 3 is the section that says Mac OS X … I did not realize they were connected steps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find crash logs for iPhone applications on Mac, Vista and XP by jsherk</title>
		<link>http://aplus.rs/apple/how-to-find-crash-logs-for-iphone-applications-on-mac-vista-and-xp/comment-page-1/#comment-198844</link>
		<dc:creator>jsherk</dc:creator>
		<pubDate>Mon, 02 Jan 2012 18:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=487#comment-198844</guid>
		<description>Ok, I synced with itunes (step 1 and 2) but I do not see anything about finding the crash logs!</description>
		<content:encoded><![CDATA[<p>Ok, I synced with itunes (step 1 and 2) but I do not see anything about finding the crash logs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find crash logs for iPhone applications on Mac, Vista and XP by Craig</title>
		<link>http://aplus.rs/apple/how-to-find-crash-logs-for-iphone-applications-on-mac-vista-and-xp/comment-page-1/#comment-198840</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Mon, 26 Dec 2011 18:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=487#comment-198840</guid>
		<description>OK so maybe its me being a bit thick, but yes I&#039;ve found the folder with the crash logs.  Now what do I do with them?

RESPONSE (AV): Archive and send them to the developer of the app. Not me. :)</description>
		<content:encoded><![CDATA[<p>OK so maybe its me being a bit thick, but yes I’ve found the folder with the crash logs.  Now what do I do with them?</p>
<p>RESPONSE (AV): Archive and send them to the developer of the app. Not me. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find crash logs for iPhone applications on Mac, Vista and XP by Robert Kwok</title>
		<link>http://aplus.rs/apple/how-to-find-crash-logs-for-iphone-applications-on-mac-vista-and-xp/comment-page-1/#comment-198482</link>
		<dc:creator>Robert Kwok</dc:creator>
		<pubDate>Sun, 23 Oct 2011 19:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=487#comment-198482</guid>
		<description>We made a free tool called &quot;Crittercism&quot; that lets you automatically see all these crash reports without having to dig around for them, and from every user that uses your app!  We also do some sweet diagnostics on it so you can tell which errors are affecting more of your users.  

-Rob</description>
		<content:encoded><![CDATA[<p>We made a free tool called “Crittercism” that lets you automatically see all these crash reports without having to dig around for them, and from every user that uses your app!  We also do some sweet diagnostics on it so you can tell which errors are affecting more of your users.  </p>
<p>–Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find crash logs for iPhone applications on Mac, Vista and XP by informatique grenoble</title>
		<link>http://aplus.rs/apple/how-to-find-crash-logs-for-iphone-applications-on-mac-vista-and-xp/comment-page-1/#comment-198455</link>
		<dc:creator>informatique grenoble</dc:creator>
		<pubDate>Tue, 04 Oct 2011 20:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=487#comment-198455</guid>
		<description>@ Carole : the D&amp;S folder is hidden, you have to change browser setting before !

Sebastien</description>
		<content:encoded><![CDATA[<p>@ Carole : the D&amp;S folder is hidden, you have to change browser setting before !</p>
<p>Sebastien</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to rename project in Xcode 3.x by Dave DeGroote</title>
		<link>http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/comment-page-1/#comment-198446</link>
		<dc:creator>Dave DeGroote</dc:creator>
		<pubDate>Mon, 12 Sep 2011 00:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=374#comment-198446</guid>
		<description>This seems to have changed in xcode 4: http://stackoverflow.com/questions/5416677/renaming-projects-in-xcode-4</description>
		<content:encoded><![CDATA[<p>This seems to have changed in xcode 4: <a href="http://stackoverflow.com/questions/5416677/renaming-projects-in-xcode-4" rel="nofollow">http://stackoverflow.com/questions/5416677/renaming-projects-in-xcode-4</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: aplus.rs @ 2012-05-21 22:35:30 -->
