cocoapods-binary
cocoapods-binary copied to clipboard
Support building XCFramework and cleanup
platform :ios, '9.0'
plugin 'cocoapods-binary'
use_frameworks!
all_binary!
+ use_xcframework!
target 'demo' do
pod 'Masonry'
end
TODO
- [ ] Supports LLDB
- [ ] Supports dSYM
Hi, Thanks for your work! Do you still work on this PR?
@azilbershtein Hi, I'm sorry. I could not get how to handle dSYM files in creating an archive. We have 2 TODOs to get this feature.
- Supports LLDB
- Supports dSYM
Actually, I don't have much time to continue to do this. I'd like to get anyone's help.
Big news, I'm working on here. https://github.com/muukii/cocoapods-frost