cocoapods-binary icon indicating copy to clipboard operation
cocoapods-binary copied to clipboard

Support building XCFramework and cleanup

Open muukii opened this issue 4 years ago • 3 comments

platform :ios, '9.0'
plugin 'cocoapods-binary'

use_frameworks!
all_binary!
+ use_xcframework!

target 'demo' do

  pod 'Masonry'

end

TODO

  • [ ] Supports LLDB
  • [ ] Supports dSYM

muukii avatar Dec 09 '20 17:12 muukii

Hi, Thanks for your work! Do you still work on this PR?

azilbershtein avatar Jan 03 '21 10:01 azilbershtein

@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.

muukii avatar Jan 04 '21 03:01 muukii

Big news, I'm working on here. https://github.com/muukii/cocoapods-frost

muukii avatar Feb 01 '22 14:02 muukii