Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Modernize iPhone App to iOS 6/arm7s architecture #14

Open
jefflinwood opened this issue Apr 3, 2013 · 0 comments
Open

Modernize iPhone App to iOS 6/arm7s architecture #14

jefflinwood opened this issue Apr 3, 2013 · 0 comments

Comments

@jefflinwood
Copy link

The app as it's committed won't build on XCode 4.2.1 with the iOS 6.1 SDK.

The reason for this is that the app has several binary libraries (PCRE and YAJL) that don't support the arm7s architecture (for iPhone 5), and so XCode refuses to build a new version of the app for an actual device.

You can still run the app on an iOS Simulator, because both libraries contain slices for the i386 architecture.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant