cocoapods-static-swift-framework icon indicating copy to clipboard operation
cocoapods-static-swift-framework copied to clipboard

A cocoapods plugin enables static framework for all pods

Results 7 cocoapods-static-swift-framework issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.2.1 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

The 'xxx target has transitive dependencies that include statically linked binaries: (xxx/SingSound-Swift/Vendor/singsoundSDK/libs/libssound.a, xxx/SingSound-Swift/Vendor/singsoundSDK/frame/SingSound.framework, and xxx/Pods/TencentOpenAPI-Mirror/TencentOpenAPI/TencentOpenAPI.framework)

no work this is my podfile plugin 'cocoapods-static-swift-framework' use_frameworks! all_binary! platform :ios, '10.0' target 'CocoapodsBinaryKit_Example' do pod 'CocoapodsBinaryKit', :path => '../' pod 'IQKeyboardManagerSwift', :binary => true pod 'Alamofire' , :binary...

This is a great plugin, but I had some issues. 1. pod install causes "transitive dependencies that include static frameworks" 2. Framework WorldpayCSE includes openssl that conflicts with my app's...

I have a fairly large project with a number of pods. I have attempted to use this plugin, but ran in to duplicate symbols during linking. This is because multiple...

[!] Cocoapods-static-swift-framework requires `use_frameworks!` 静态库仍然需要使用 [use_frameworks!]?