-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 project to include arm64 architecture #1677
Comments
Yes, send me a pull request On Wednesday, November 20, 2013, Matt Magoffin wrote:
To stay sane & productive, I don't live in e-mail. If you need to reach me |
Update project to build for arm64 on iOS targets, re #1677.
Conflicts: RestKit.xcodeproj/project.pbxproj
Update project to build for arm64 on iOS targets, re RestKit#1677.
Hello,
I am trying to build a 64-bit app target that uses RestKit, however the current Xcode project in master does not include this architecture in its build configuration. I updated the configuration to include this (set it to "Standard architectures (including 64-bit)". Xcode updated the minimum deployment target to 5.1.1 automatically. The code built without any problems after this change.
I wonder if this could change could be integrated into RestKit?
Cheers,
Matt
The text was updated successfully, but these errors were encountered: