I want to optimize the loading time of my app because when i connect my iphone and build on it, my app takes 15 seconds to load. So i first started a "hello world" app, where i just make a view-based app then add a label to the xib "hello world", leaving the viewDidLoad empty
-(void)viewDidLoad{
//empty
}
but even that takes 10 seconds to load. am i missing a build configuration or something?
Using xcode 4.1, and my app is 15 mb, that is acceptable, right?
I also get a warning that might contribute to the slow time
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.3 (8J2)/Symbols/System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader (file not found). warning: No copy of AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader found locally, reading from memory on remote device. This may slow down the debug session.
thanks