With Mavericks, xcode 5, version Corona 1240. I have the same problem.
Hello World sample app offers the same result… It does not work on a device with IOS 7.
System log “Service exited due to signal: Killed: 9”
With Mavericks, xcode 5, version Corona 1240. I have the same problem.
Hello World sample app offers the same result… It does not work on a device with IOS 7.
System log “Service exited due to signal: Killed: 9”
okay I just checked my codesigning by entering following command into the terminal:
codesign -d --entitlements - /Users/myname/Desktop/testapp.app
output:
\<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"\> \<plist version="1.0"\> \<dict\> \<key\>application-identifier\</key\> \<string\>RNDMRND88M.com.mycompany.testapp\</string\> \<key\>keychain-access-groups\</key\> \<array\> \<string\>RNDMRND88M.com.mycompany.testapp\</string\> \</array\> \<key\>get-task-allow\</key\> \<true/\> \</dict\> \</plist\>
looks allright, doesn’t it?
adhoc doesn’t work either.
Have you gone into Xcode and had it sync your profiles also?
yep, if I didn’t I wouldn’t have the option to choose from in corona before building it.
Hi @roman85,
Just curious, has this happened only since you upgraded to Mavericks? Or were you experiencing this with Mountain Lion too?
Thanks,
Brent
Hi Brent,
First of all thank you and Rob for taking care of this issue.
Before I was on Mavericks I had neither Xcode 5 nor iOS 7 SDK installed.
I think I was using xcode 4.6 with iOS SDK 6.1 and no I never had any trouble with the simulator or any provisioning profiles before.
Others in this thread, can you please confirm if these symptoms began appearing in Mavericks? Or with upgrade to iOS 7.0.3? Or both? We need to attempt to narrow down the possible cause of this.
Thanks,
Brent
i have the same problem, after updating to Marvericks. app crash and close in iOS simulator after launch screen…
(with the latest version xcode update on appstore)
log: ’ exited abnormally with signal 9: Killed: 9
Waiting for Mavericks, I used Corona SDK on a Parallels Mountain Lion virtual machine. In my case in Mountain Lion already had this problem.
It happens from that updates to xcode 5
I’ve finally had the chance to test my app on an iPhone 5Gs with iOS 7. It works flawlessly without any problems.
So it’s really just the simulator from xcode.
This issue seems to get more confusing by the hour.
At this point, it appears that it may be an issue with the Xcode Simulator? Related to (or maybe not related to) the latest Xcode update?
Brent
Hey Brent,
Yeah I totally know what you mean. I think this is super confusing. It is either xcode or corona.
Have you tried to compile a native written xcode app in the simulator?
I have been building and testing on devices with iOS 7, Xcode 5 on 10.8 for some time (multiple times a day pretty much every couple of days) and I’m not having this.
So if we’ve ruled out Mavericks as the issue, then it to me seems to be a problem with the Xcode simulator (and I almost never use the Xcode simulator) I dunno if my Mac is too old (2009 13" MBP with 4G memory) or if I don’t have enough memory, but it’s faster for me to build for device and use Xcode organizer to install the app and test it on the device than it is for Xcode to launch the simulator.
i have this problem after upgrade os to mavericks, using xcode5 GM. After that i upgrade the latest xCode from app store & still got the issues. i need to test it on xCode iOS simulator as i don’t have iPhone5.
When i’m on mountain lion and xcodeGM, my xcode simulator work well
Solved by me. I had an error in the code. Thanks for your interest. Sorry for the inconvenience
After an update to xcode, prove “Hello World” and it worked. My app still did not work. Look then and found. Little more I can say …
Hey everyone. The engineers did some testing on this last night and we cannot reproduce the problem. They have asked that you send in a project that this is failing on (keep it as simple as possible) and file a bug report. You can use the “Report a bug” link at the top of the page to do so.
We would like to get to the bottom of it. Please try and build our standard Hello World app and see if it has the problems too. Try different development vs. adhoc profiles and see if that has an impact too.
Please post your bug report numbers back in this thread for reference.
Thanks
Rob
Hi Rob,
Do you mean that I should send the Corona Project or an already compiled .app file to you via bug report?
The Project.
I also have this problem.
On my computer that I upgraded to Mavericks, the app crashes as soon as it opens on a device or xcode simulator.
It works fine on the corona simulator.
The exact same app builds and runs on all simulators and devices perfectly fine when built with my other computer that is still on mountain lion.
Even a barebones app that corona sdk generates for me crashes on the xcode simulator when built with Mountain Lion.
Any idea on why this is happening?
It’s very frustrating…