Skip to content

Update dependencies, include 64bit arch - #37

Closed
squidpunch wants to merge 1 commit into
TestingWithFrank:masterfrom
squidpunch:64bit
Closed

Update dependencies, include 64bit arch#37
squidpunch wants to merge 1 commit into
TestingWithFrank:masterfrom
squidpunch:64bit

Conversation

@squidpunch

Copy link
Copy Markdown

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
Copy Markdown

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

@CMTaylorCMTaylor mentioned this pull request Jan 15, 2015
@CMTaylor

Copy link
Copy Markdown
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
Copy Markdown
Member

This got resolved independently by PR #42

@squidpunch

Copy link
Copy Markdown
Author

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

Sign up for freeto 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

@squidpunch@anddon@CMTaylor@moredip