.app

Starting a .app file from java

I need run a system call to run a .app file from java. Any ideas? ...

Why does Mac OS sometimes launch the wrong binary when I click on a .app

I created this application that contains several binary files (let's say X, Y and Z). I have a .plist file that specifies that the application should launch X when opened. Everything works fine 99.9% of the time but sometimes, it launches another binary (Y or Z). This usually happens after something crashed in my application so I am gue...

how to load and launch .app file in iPhone?

hello, How to load and launch .app executable of other project in my project without URL based? ...

MallocDebug "Unable to read malloc information from (null)"

I have a certain .app built in xcode (version 3.2.1) as a Release build. I open MallocDebug and browse to the build directory, selecting the Release build and clicking the .app file. I then hit "Launch". MallocDebug then seems to freeze, giving me the spinning beachball for a minute or so, followed by the error message: Read Data "Un...

Why would an OS X bundle take about 30 seconds to open?

Hi, We wrote a simple OS X executable in objective c. It opens and runs very quickly when called. We then put that executable into a .app bundle. When calling "open" from the command line on that bundle, or double clicking the app from the finder the "open" call can take upwards of 30 seconds to return. This is especially confusing ...

iPhone: Compressing .app files in command line (Mac OS X) removes CodeSigning

I am trying to do a simple build automation of my iPhone apps with TeamCity, but having this nagging issue.. When I manually pickup and install .app file from the build folder it works great (syncs smoothly with iTunes and I can see the app on my phone) But when I try to zip this with /bin/zip or ditto...then the zipped contents loose ...

Android error: savedInstanceState cannot be resolved

I'm writing a simple calculator app for Android but get the error "savedInstanceState cannot be resolved to a variable" at the end of the "onCreate" method. Any suggestions how to get rid of this error? My code looks as follows: package se.robert.kalkylator; import android.app.Activity; import android.os.Bundle; import android.view.Vi...