1
vote
is the main.m really the place, where the autorelease pool of the main run loop is created by every event?
No, this is the outermost function in your application, a regular C-style main().
Everything that the iPhone app does takes place in UIApplicationMain, including all the event handling. …
0
votes
What are the most useful third party iPhone frameworks?
Objective Resource lets you connect an iPhone app to a rails app.
…
1
vote
Is there something special to consider when starting Shark in Snow Leopard?
Have you looked in system.log in Console.app? Could be a clue there.
Also check for crash reports in ~/Library/Logs/CrashReporter.
…
