-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when building for iOS 7 with Xcode 6.01 (iOS8 SDK) #56
Comments
Hey Joel! I'll have a look. Does it crash if you set p.active to a real boolean? |
Yeah, Ken. It'll crash on that too -> So odd that the code run in the repl and the contents of one method in the model feel disparate but cause this. Really weird. Thanks for the quick response too ;). Appreciate it |
Smells like an RM bug. 2.34 is coming shortly with Xcode6 issues. |
Well, just installed RM 2.34 and the crash is still occurring. Is this a case where it'd be more helpful to post on the RM mailing list and/or post to the RM bug tracker? I ask because, for me, this is a case of "I don't know what I don't know" regarding what could be causing this. Thanks for your time, Ken. |
So I don't know what's going on, but I don't think CDQ is responsible. It fails when using I'd file a ticket with HipByte and see what they think... |
Not sure what is going on either but I tested a little and I can see that it definitely crashes when targeting 7.1 from Xcode 6 or Xcode 6.1. Using Xcode 5.1 targeting 7.1 runs without crashing. This is still the case using RubyMotion build (2.25) 🐼 |
Yeah it's weird ... but ... we settled on sticking to xcode 5.1 for the time being and building for 7+. I would hope over the next few months this will get ironed out somewhere between RM or Xcode and that'll be that. Just hope that's before we need to use any of the new stuff in iOS 8 . /shrug |
I've managed to replicate this on two different machines and am at a loss as to why this is occurring. This might be a Core Data specific problem because things work fine when building for iOS7 w/Xcode 5 ... and when building for iOS8 w/Xcode 6. I thought I would post this here in the off chance this is something someone else has seen, OR someone sees in the near future.
Details for the crash are as follows:
git clone [email protected]:jayroh/sample-cdq.git && cd sample-cdq && bundle
rake target=7.1
More can be found at this sample app, including the crash-log
The text was updated successfully, but these errors were encountered: