-
Notifications
You must be signed in to change notification settings - Fork 15
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
Crashes on "Undefined symbols for architecture i386" when running rake #17
Comments
Sorry not sure about this one. I probably won't be using Rubymotion for the next couple weeks, but I hope you can get this one figured out. |
Forgot to say that I´ve put my project at Github: https://github.com/stabenfeldt/beer-nitron/tree/feature/parse_com I´ll update you here if I find a solution! :) |
@adelevie Which version of the Parse Library are you using? |
Is this discussion relevant? https://groups.google.com/forum/?fromgroups=#!topic/rubymotion/VqS-PnIkZuE |
Thanks for the tip, but I could not find any solutions that worked. :( Here is some more system info: $ clang --version
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.3.0
Thread model: posix I´m running Xcode 4.6.2 (4H1003) |
Have you sent an email to feedback@parse.com? They're usually pretty helpful. |
Thanks for the tips. Just tried that, but it´s not possible:
:-) Martin Stabenfeldt On Tuesday, May 14, 2013 at 6:08 PM, Jamon Holmgren wrote:
|
Facebook... 👎 |
There is a link on the right: "Have a more private or sensitive question? That might work. |
Nah, I can't find that link on https://www.facebook.com/parseit Martin Stabenfeldt On Tuesday, May 14, 2013 at 7:41 PM, Jamon Holmgren wrote:
|
Ok, found the "contact us" on https://parse.com/help :) Martin Stabenfeldt On Tuesday, May 14, 2013 at 7:41 PM, Jamon Holmgren wrote:
|
@jamonholmgren just to be clear, I turned off direct emails to feedback@parse.com long before the Facebook acquisition. I wanted to make sure that everyone who opens a new issue with Parse is logged in to their Parse account when submitting a ticket, which helps me identify much quicker which apps they're talking about, as well as letting me know that they actually are the owner of the Parse account @stabenfeldt are you using the -ObjC or -all_load compiler flag, or does Ruby Motion use these by default? That's going to tell the compiler to load all frameworks referenced by your code, so you'll need to make sure to also add the Facebook SDK to your dependencies, even if you're not using it. You can avoid adding the Facebook SDK this by using -force_load explicitly for each framework instead of lazily loading every framework. See Using the Parse iOS SDK without including the Facebook SDK for more details. |
@hramos Thanks for the clarification. My reply was meant to be flippant and tongue-in-cheek. I don't have a problem with Parse being bought by Facebook. :) |
any update on this? I am getting the same error, cant figure out how to remove the facebook dep in my rubymotion project for parsemodel. |
solved it temporarily by manually adding the facebook sdk to my project:
|
I´ve added Parse to the Gemfile, Rakefile and app_delegate.
Also put Parse.framework in the vendor dir.
I downloaded the SDK from https://parse.com/downloads/ios/parse-library/latest.
It looks like it´s build for a different type of architecture? Any clue why I get this error message?
The text was updated successfully, but these errors were encountered: