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

integrate pods in form of prebuilt frameworks conveniently, reducing compile time

Results 104 cocoapods-binary issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I am trying to use cocoapods-binary with bitrise CI. I am using cache-pull and cache-push steps in bitrise workflow. cocoapods-binary creates Pods/_Prebuild in the cache with the binary versions...

I have this podspec of my library ``` Pod::Spec.new do |s| s.name = 'LibName' ... s.dependency 'GRDB.swift', '4.0.1' s.dependency 'KeychainAccess', '4.2.2' s.dependency 'RxBluetoothKit', '7.0.1' end ``` In my client app...

Hi! I want to check with you guys if this is a known issue/limitation of this tool Podfile ``` # Uncomment the next line to define a global platform for...

Hello! - What's your environment: ``` CocoaPods : 1.7.2 Xcode : 10.2.1 (10E1001) cocoapods-binary : 0.4.4 # plugin 'cocoapods-binary' # cocoapods-binary ``` - A demo project is helpful: I could...

Got an error when trying CocoaPod 1.10.x-beta https://github.com/CocoaPods/CocoaPods/issues/10003 Here are the details. Would this be fixed to support CocoaPod 1.10.x? # Report ## What did you do? * Install v1.10.0.beta.2...

React Native has a lot of custom behaviours so it's tricky to add the `:binary` flag. I wonder if it's possible to use something like ```ruby @prebuild_framework_pod_names = ['MyDep'] ```...

1.plugin version: ``` plugin: Successfully installed cocoapods-binary-0.4.4 Parsing documentation for cocoapods-binary-0.4.4 #pod pod --version 1.11.2 ``` 2.use all_binary wrok fine: ``` platform :ios, '9.0' #引入插件 plugin 'cocoapods-binary' #必须打开 use_frameworks! #该值打开后...

Hi, I tried using cocoapods-binary on a project but immediately ran into the problem that some of my previous obj-c style imports are no longer working (e.g. `#import `). It...

Thank you for building this plugin, its a great idea, and excited about the impact it'll have on building our iOS apps. We use React native, and it now supports...

Looks like it's not maintained anymore. Is it ? I tried it, looked promising but doesn't work for me. I have many targets. A mix of ObjC and Swift with...