Wei

Results 29 comments of Wei

Hi I provide a better solution as workaround, Modify crashlytics script on Build Phases from ``` "${BUILD_DIR%Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run" ``` to ``` "${BUILD_DIR%Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run" # upload_symbols_to_crashlytics did not handle SPM Crashlytics Solution #...

https://github.com/skywinder/ActionSheetPicker-3.0/pull/555#issue-1350362796

Could you only add `folder include` and `Package.swift`? Thanks

I'm doing the same for needed-maintenance to Pod -> Package too. > Why would you want to keep them? I think you need support both Cocoapods and SwiftPackage until the...

Thanks for explanation. For someone wanna quick use this solution. (I have tried successful at least). - As swift package: https://github.com/fredericgermain/Masonry/tree/pr/swiftpm - Fix lots warning: https://github.com/warpling/Masonry/commit/3133d6c26069e2c626afb0a62e9e93e0a65b123e And added following if...

How about me as a contributor, @skywinder.

Thanks @skywinder. I'll update a patch version for swift package (this PR).

> By the way @Wei18 you sure about minimum version of Swift in Package.swift being 5.7? > > > > ``` > > // swift-tools-version: 5.7 > > // The...