-
Notifications
You must be signed in to change notification settings - Fork 191
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
ios7 compatibility #100
Comments
…meworks and iOS 7 compatibility
…meworks and iOS 7 compatibility
…meworks and iOS 7 compatibility
While PR #60 lets you use There's a simpler way to get at this functionality. We can just have |
I imagine this is no longer an issue with #101 merged? |
PR #87 breaks the ability to have OAStackView be a static framework (because it uses Swift), and consequently breaks iOS 7 compatibility.
OAStackView's own Examples project (Deployment Target = 7.1) is broken because of this:
It can't be worked around, either, as Cocoapods
doesn'tcan't support static frameworks with Swift. For example if we removeuse_frameworks!
from the Podfile we getWhat problem is
OAStackViewProxy.swift
trying to solve? PR #60 solves the backwards compatibility problem withobjc_allocateClassPair
.The text was updated successfully, but these errors were encountered: