Created
April 10, 2017 03:11
-
-
Save jackyshan/8aed0748368c97d05c9841edfbfe319b to your computer and use it in GitHub Desktop.
删除framework架构i386,x86_64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lipo -remove i386 RxSwift.framework/RxSwift -output RxSwift.framework/RxSwift | |
lipo -remove x86_64 RxSwift.framework/RxSwift -output RxSwift.framework/RxSwift |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lipo -remove i386 RxCocoa.framework/RxCocoa -output RxCocoa.framework/RxCocoa
lipo -remove x86_64 RxCocoa.framework/RxCocoa -output RxCocoa.framework/RxCocoa