Andrés Cecilia Luque
Andrés Cecilia Luque
Sure. You have two third party frameworks: A and B. A and B has one common file name: commonFileName.swift So in order to make them work, you set swift_seedname_prefix and...
Happened to me the same, used Rswift all over the code and now that I am localizing I need to undo it.. :(
"Official" support: https://guides.cocoapods.org/plugins/pre-compiling-dependencies.html
In order to solve this it is possible to stop depending on the "custom" version of `Minizip` in this repository, and instead do one of the following options: * Create...
What is the status of this @toshi0383 ? I find it super useful, for example if you have 4-5 mint dependencies, building them will take forever, downloading precompiled binaries will...
Yeah, I see the main issue is the security part of it: `how do you trust the binary provided by third-party library author, right?` I guess in that case we...
I checked it out, but seems it does not support catalina looking at the existing issues. But thanks for pointing out!
I am using it without problems: ```ruby install! 'cocoapods', :integrate_targets => false, :generate_multiple_pod_projects => true # More perfomant, see http://blog.cocoapods.org/CocoaPods-1.7.0-beta/#multiple-xcodeproj-generation use_frameworks! platform :ios, '11.0' workspace 'All' ################# # Binary setup...
Use cocoapods 1.8.4, the latests one has a bug I already reported: https://github.com/CocoaPods/CocoaPods/issues/9745
What is needed for this PR to move forward?