Introduction After the Molinillo dependency check passes, CocoaPods downloads the source code and resources based on the specified PodSpec and generates an Xcode Target for...
2d firecloud cashier iOS client uses objective-c and Swift mix, apple does not support Swift Static Libraries until Xcode9(September 2017). At the same time, we...
This article introduces CocoaPods' resource management behavior, which is a must for Pod library authors. It also describes the considerations for using Asset Catalog by...
Install using Cocoapods, or manually drag in the project using SwiftyFitsize. By default, the reference width used for iphone6 is 375 if the design is...
The knowledge set is organized by CocoaPods star top 100 third-party libraries. For details, see obtaining third-party libraries. The following tripartite library rankings will change...
Before Cocoapods 1.7.2, you needed to initialize several GIGABytes of repository source (github) for your first installation, which was slow to pull and very large....
To install cocoapods successfully, run sudo gem install cocoapods. However, the installation fails due to various reasons. After executing 👆, ruby -v shows that the...
For a Ruby debug environment setup and basic Ruby syntax, see this compilation of Ruby and Cocoapods articles. Cocoapods source code is available on GitHub
Although exposed to Ruby early on, previous debugging was all about debugging Ruby code through Ruby's puts output. The way PUTS outputs is difficult to...
Background The use of binary components requires the installation of plug-ins by business parties. Many business parties have uneven requirements for binary components. The installation...
To start your local iOS project, add a Podspec file. Associate the initialized project with a remote private repository. Add a private library upload script.
There are two ways to load resource files: Podfile files use use_frameworks! And don't use use_frameworks! Oc project podfiles generally do not use use_frameworks! The...
In the development process of a company level project, it is inevitable that the project will be too large, resulting in the reduction of compilation...
Through the "above" analysis of Cocapoda -Core, we have a general understanding of how Pod is parsed, queried and managed. With these overall concepts in...
For more business team, in order to better team collaboration componentization is inevitable, how about the components of the split step by step and promote...