-
Notifications
You must be signed in to change notification settings - Fork 4
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
Needs BlockKit update to support arm64 #1
Comments
Thanks for the heads-up. In my quick check, there doesn't appear to be a way to point to a particular branch when specifying dependencies in a podspec file. I tried variations on this, to no avail:
I will, however, update to BlocksKit 2.0 so this pod will be ready when BlocksKit Issue 178 is closed. |
Cool, thanks. As temporary solution it probably could be done like two step changes:
based on this pos: thttp://stackoverflow.com/questions/16905112/cocoapods-dependency-in-pod-spec-not-working |
BlocksKit 2.2 has been released with the necessary fixes. |
https://github.com/pandamonia/BlocksKit/issues/178
Suggested fix: change pod dependence to
pod 'BlocksKit', :git => 'https://github.com/pandamonia/BlocksKit.git', :branch => 'next'
The text was updated successfully, but these errors were encountered: