Skip to content
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

Update dependencies, include 64bit arch #37

Closed
wants to merge 1 commit into from

Conversation

squidpunch
Copy link

This may only be an issue when using frank in Ruby Motion, but when I attempt to run my frank features with the latest version of RubyMotion the skeleton doesnt get included because the 64-bit arch isnt included. I think this is a guard clause since apps will require 64-bit architecture to be included starting in Feb 2015.

In any event this makes it possible for me to use frank again on my project, so I'd like to see it merged if it isnt a breaking change for other users, etc.

@anddon
Copy link

anddon commented Dec 22, 2014

+1
As a workaround, until this gets merged, you can compile only for i386 by specifying this in the Rakefile:
app.archs["iPhoneSimulator"] = ["i386"]

@CMTaylor CMTaylor mentioned this pull request Jan 15, 2015
@CMTaylor
Copy link
Contributor

squidpunch duplicated this pull request on my fork of Frank. I merged his changes with mine and then fixed a couple of issues where his work was not complete. I generated a new pull request #40 for the combination of squidpunch's work and my work, so you could take just that one instead of this one.

@moredip
Copy link
Member

moredip commented Jan 31, 2015

This got resolved independently by PR #42

@squidpunch
Copy link
Author

closing, looks like @CMTaylor pulled in my changes to a new PR that was merged.

@squidpunch squidpunch closed this Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants