I have ran into this issue when I finally fix my Android simulator. I have neglected the android project a bit and have now run into this issue and I'm unable to find the cause. This error occurs when we start the android project. I haven't seen this problem in the MainActivity before, only in pages that have conflicting controls. When I click in to see if there is an inner exception, there is no inner exception and the stack trace isn't much help.
I'm not sure what the issue is in this instance and I'm unsure how to debug this problem further. I'm using Xamarin Studio for Mac and I'm using the android sim provided by the android SDK. The iOS project builds and runs as intended. Any suggestions is greatly appreciated!
Related
I have upgraded Appcelerator and xCode after a decent hiatus from doing development in it. I have created a brand new project and attempted to run it in the ios simulator only to be greeted with the following error:
[ERROR] : Invalid "--ios-version" value "12.1" Accepted values:
12.2
For help, run: titanium.js help build
I have been searching for a while on this and no one seems to have presented a decent answer on how to fix this. If anyone could provide any insight it would be greatly appreciated.
Titanium SDK is 8.0.1.GA if that helps at all.
I've recently created a new framework project and moved many files to that project, now when I run the application it works fine on Xcode without any problem, but if I run the application directly from simulator (without Xcode) it launches and terminated immediately. I've checked simulator logs doesn't find any useful information related to that. Now I'm clueless. Any help or idea would be really appreciated. Thanks.
I've found the problem, it was an linker issue, new frameworks are not linked properly, I've added those in Embedded Binaries section from General tab, it started working.
I got stuck when I try to deploy the test app on my device.
When I click run on XCode, the device is going to run the application. However, it stuck in the first view. And nothing is moving.
I was wondering if there is something wrong. Is it caused by jailbreak? My ios version is 5.0.1.
Then someone tell me what I could do to solve it.
There are some strange launch issues when debugging with LLDB.
Try using GDB instead
(EDIT) Latest Xcode 4.3 update with LLDB-112 should fix a lot of problems (but there are still bugs including reading of ivars)
I was developing an app in Xcode and everything was working just fine. I went to shut off my network on my Mac to try and simulate 'No Network' so I could test a setting I had just set using the Phonegap.js.
I suddenly got a SIGABRT notice and can no longer run the app on my iOS simulator. It builds just fine. This has happened to me before under different circumstances.
I have found that all I have to do is paste the same code into a new project and all is well. So it appears to not be a code issue.
I've researched it and found that many people around the web are reporting it but I could not find where anyone successfully fixed it.
That is why I was hoping that someone on StackOverflow might have seen this before and know how to fix it.
I did come across a suggestion to remove a line our of your plist info file but that was for an iPad target and I am targetting the iPhone (but I still tried it and it didn't work either way).
XCODE 4.2, PhoneGap 1.3.0, iPhone 5.0
I am about 99% convinced that it has to do with a bug in XCode and ARC.
Based on the instructions here, I started a PhoneGap project in Eclipse that targets BlackBerry. However, I'm running into two problems with this project:
If the simulator is not open, it will open but the application will not be installed properly.
If the simulator is already open, a message will appear with the text: The emulator is loading, please wait..., but nothing will happen.
What could be causing this, and how can I get my PhoneGap project working correctly with the simulator?
i found that the problem in java-version
i used java7 - and it cause this problem
i tried java 6 update 25 and it works fine
thanks