You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: