I\'m running into a problem with my final iPhone app build before I send it off to the App Store for approval. This is the first app I\'ve built.
I am using xcode Instruments to track Allocations and Leaks. My app is crashing though.It does not crash when running the regular debug or release builds standalone, only when under Instruments:
I have a legacy vb6 app that crashes on exit - both as an executable and in the IDE. How can I avoid the crash?
I think I\'ll soon will regret the day I chose to use InstallShield and not WiX. I had a bit of experience with WiX, and it seemed a bit complicated to use, so when the time came for a real project,
Below you can see my .xaml.cs code.The app opens fine.There are 4 textboxes which the user can change.When you edit one of the default values in the textboxes and then click off to not select it, the
For an update of this question - see below. I experience a (reproducible, at least for me) JVM crash (not an OutOfMemoryError)
I have an iPad app, which is children\'s book. You navigate from one page to the next by calling this action, which essentialy fades out the current page and fades in the next page, then fills the thr
I had a crash while executing executeFetchRequest:error: MyApp[595] has active assertions beyond permitted time:
I have a program that runs fantastically when run from inside Visual Studio 2010 Express but when built and taken out, it has problems. I have set up the external test environment the same as when it
I have developed an extension for opera which lets users to \"Google +1\" websites. It works fine on stable opera releases,but it crashes opera when run on alpha releases(Opera Next).