-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Build as static library with the CocoaPods 1.5.0 #569
Comments
I ran into this issue with version 8.0.1, as well. Toolchain VersionsCocoaPods version: 1.5.0 |
I also found this problem. Toolchain VersionsCocoaPods Version: 1.5.2 Podfile
This error will occur if you comment this code It's like to a bug! |
This issue related to #506 It's already fixed but not push to cocoapods repo yet, so for now you need to use the master branch code to solve this issue. |
This issue has fixed after the version 8.1.0. Thanks! |
Goals
Use static libraries to reduce the launch time on a app
Expected Results
XLPagerTabStrip would build
Actual Results
Steps to Reproduce
bundle install && bundle exec pod install
Version of XLPagerTabStrip and Tooling
XLPagerTabStrip version: 8.0.1
CocoaPods version: 1.5.0
Xcode version: 9.2
iOS version: 11.2
The text was updated successfully, but these errors were encountered: