Skip to content

Instantly share code, notes, and snippets.

@jackyshan
Created April 10, 2017 03:11
Show Gist options
  • Save jackyshan/8aed0748368c97d05c9841edfbfe319b to your computer and use it in GitHub Desktop.
Save jackyshan/8aed0748368c97d05c9841edfbfe319b to your computer and use it in GitHub Desktop.
删除framework架构i386,x86_64
lipo -remove i386 RxSwift.framework/RxSwift -output RxSwift.framework/RxSwift
lipo -remove x86_64 RxSwift.framework/RxSwift -output RxSwift.framework/RxSwift
@jackyshan
Copy link
Author

lipo -remove i386 RxCocoa.framework/RxCocoa -output RxCocoa.framework/RxCocoa
lipo -remove x86_64 RxCocoa.framework/RxCocoa -output RxCocoa.framework/RxCocoa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment