Error when testing application on iPod - cocoa-touch

I am developing a iphone application. It is working fine on iPhone Simulator 4.0 but when I test it on my iPod (My iPod has latest version 4.0) then I get the error :
Couldn't register com.myApp with the bootstrap server. Error: unknown error code.
This generally means that another instance of this process was already running or is hung in the debugger.Program received signal: “SIGABRT”.
& hang the application.
Please suggest me any idea how I resolve it?
Thanks

Try restarting Xcode and/or your Mac/iOS device. This usually fixes errors like this for me.

Related

Application crash immediately when deploy to iPhone running iOS 12 from Xcode 10

App submitted to store one year ago. It worked fine up to iOS 11 but in iOS 12 the app is immediately crashing even without launching. I tried to debug the issue but I couldn't, because before didFinishLaunchingWithOptions, the app crashes and I did not find any error logs.
It is happening in iOS 12 only, working fine with below iOS 12.
How can I debug this issue?
Have you correctly installed your XCode Update? Sometimes you have to install cli
(that is needed e.g. by mtouch if XCode links your assemblies) or other components by hand.
Are you're credentials (certificate) still valid? or otherwise asked: did you build another app since this happens?
Have you set a breakpoint right in you app delegate and step throw until the app crashes? Can you show logs? If you don't have some, than create them by yourself. Do exception handling and log the exceptions. Or otherwise said: More information please.

Xamarin test recorder Instruments failed to start the app

can any one help me out i'm selected iphone5s simulator and selected after loading its giving error Instruments failed to start the app.
I too am having this same issue.
Im running a xamarin uitest application with and iphone 5 as my phyiscial device.
Ive enabled UI Testing on the device.
Ive specifiend the app bundle.
If I spewcify the device identifier I get the error that it is not a simulator and incompatible with app bundle.
My tests work fine on android devices. If I specify an apple simulator, it will run.
Thanks for your thoughts

getting error when installing the app in the device

i ve developed an iphone application.i was able to install the application and was working properly.in the past two hours i m getting error while installing the application in the device.i tried restarting my device and mac but its in vain..could u guys help me out.
below is the error
Couldn't register com.upspl.bigbapp with the bootstrap server. Error: unknown error code.
This generally means that another instance of this process was already running or is hung in the debugger.(lldb)
Did you try to restart your Mac or kill the Debugger? You can also try to press cmd+. to stop the process.
For other references, take a look at similar posts:
iPhone - strange error when testing on simulator
Couldn't register […] with the bootstrap server
You can try: delete your application from device and iTunes, restart your device, and then relaunch it.

Appcelerator Titanium does not run with sample application KitchenSink

I've installed Appcelerator Titanium Studio on a PC and I was not able to run the android simulator on it, so I was saying to myself "it should work on Mac at least"... and I installed a new Mac with Titanium on it, downloaded the SDK, then I imported the Kitchen Sink example and configured the run configuration with the default settings... and I'm getting exactly the same problem which is an infinite loop with the 'audio_flinged died' problem! So the best I can do is to view the Android simulator with the black window and "Android..." written on it.
What can I do to finally launch that example that is supposed to run? The best I did with my Windows 7 setup was to get the screen of an android cellphone WITHOUT any app on it (default apps), so it's pretty unuseful.
I'd really like to see what Titanium is capable to do.
The Mac ends (after a few mins) with "Launching New_configuration" has encountered a problem. Session initialization failed. "Session initialization failed Failed to get version"
The problem of the infinite loop with "AudioFlinger" still persist in the two cases (PC/Mac).
Any help would be greatly appreciated.
I helped someone with a similar question. He was getting a error which you don't seem to be but my answer walked him through checking the configuration was ok etc.
might help you:
Error running Android emulator from Titanium Studio

How to reslove "product-pkg-utility failed with exit code -1" error for release build

I am getting "Command failed with exit code -1" error when compiling iPhone App for Device - 3.0 | Release build.
I recently installed the iPhone OS 3.0 upgrade on my iMac for developing iPhone Apps in XCode. The App I've been developing started throwing errors when I would try and compile for 3.0 (previously worked in 2.2.1). I fixed all of the errors I could, but I am consistently getting the following error:
Command <com.apple.tools.product-pkg-utility> failed with exit code -1
Any time I try and compile for the device (even 2.2.1 now...)
It works fine in the simulator (building for both release and debug) but will not work for the device (for release or debug).
Any help will be much appreciated. Thanks!
So, it looks like this might be because I installed the "Snow Leopard" version of the 3.0 SDK instead of the "Leopard" version (I'm just a poor ignorant PC guy who has no idea which animal his OS is named after and just wishes the would call it "X.5" or "X.6" to simplify things).