-
as seen on How to geek
- Search for 'How to geek'
Whether you’re an Apple fan or not, this 3.5 minute tribute to the evolution of Apple products is a neat look back at decades of computing history and iconic design. Put together by Apple fan August Brandels, the video splices together Apple commercials and promotional footage from the last…
>>> More
-
as seen on Super User
- Search for 'Super User'
Since yesterday morning my copy of iTunes has been starting and stopping randomly. If iTunes is not running, then it opens and sometimes begins playing, other times sits idle. Eventually, after a random interval it will begin playing a song, and then stop, and so on... Needless to say, it's driving…
>>> More
-
as seen on Super User
- Search for 'Super User'
This is a pretty common occurrence. Every two days or so iTunes will crash on me with this error. FYI, 1073741824 is 2^30, which is gigabyte.
The crash log is below if you're interested.
Process: iTunes [40778]
Path: /Applications/iTunes.app/Contents/MacOS/iTunes
Identifier:…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I thought I'd share my experiences here. I work for a small business with only ~20 users. I wanted the ability to use managed client preferences to assign things like the software update server. Basically the ability to manage my Macs easily and in a native way.
At first I tried the magic triangle…
>>> More
-
as seen on Super User
- Search for 'Super User'
Every time I open any printer queue I get a kernel panic and have to reboot. It's quite frustrating. I've tried removing/adding printers, clearing all caches with Onyx, repairing permissions, all manner of things to no avail.
Any tips would be greatly appreciated!
==== CRASH REPORT ====
Interval…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an app that appears to run without problems in normal use. The Clang Static Analyzer reports no problems either. When I try to run it in Instruments, it fails with an unrecognized selector exception.
The offending line is a simple property setter of the form:
self.bar = baz;
To figure…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I have a problem running one application on the iPhone from Xcode (or Instruments).
When I try to run the app I get the error message Failed to upload XXX.app in the bottom left corner of Xcode. The strange thing is it actually uploaded the app to the iPhone but it doesn't start it (after this…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When using the "Gather Leaked Memory Contents" of the Leaks Instrument, it seems to give me only the hex contents of an object, rather than showing me the ASCII string beside it (like every other hex dump in the world ever). Worse still, this box is un-selectable, I cannot even copy it into a decent…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a memory leak in my app. (This is the first of many I'm sure :()
I've being trying to use Instruments to find it. Instruments gives me a lot of information but I think I must just not know how to use this information.
What I did so far was
1) Run the app with Instruments
2) Memory…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I can't get my application running with instruments. I tried running through xcode with run-start with performance tool, instruments starts, iPod gets stuck and restarts everytime. It is really annoying. I am on 10.6.2, xcode 3.2.2 and using 3.2.1 SDK. Need help!
>>> More