I want to see someone else develop the project. By absorbing experience and then finding open China, Daniel Some online have also developed their own open source in China client
On the internet to see a lot of netizens said, can not download things like installation, I brought my way, some of my friends want to help.
Https://github.com/jimneylee/JLRubyChina-iPhone opensource China Source code address
The interface is as follows:
Very many friends will click Download ZIP directly and then download it. Open it. When opened, the Cocoapods update executes directly such as the following command line
Pod Install
Downloaded the other SDK down, thought to be able to execute, the result appears
JLNimbusTimeline.h File not found
Solution:
Do not click Download zip to download directly. Get the git address directly. Clone down. And then follow the steps of Daniel to be able to execute the step by step.
Procedures such as the following:
Clone to local, manually join the dependent library installation method
git submodule update
Note: git submodule update When you cannot update a dependent library, press for example to join again:
git submodule add https://github.com/jimneylee/JLNimbusTimeline.git vendor/jlnimbustimelinegit submodule Add https://github.com/jimneylee/MarkdownSyntaxEditor.git vendor/markdownsyntaxeditorgit submodule add Https://github.com/jimneylee/TSEmojiView.git Vendor/tsemojiview
Pod Install
Note: If you need to add other dependent libraries, please change podfile
- 3. Replace pod with dependency library with Project
vendorfolder under theNimbus_fixbugAndJSONKit_fixerrorReplace the corresponding file that the pod was added to.Nimbus_fixbugis to resolve the list of posts highlighted name or link cannot be clicked.JSONKit_fixerrorTo resolve errors and warnings caused by the compilation.
In fact this jsonkit is useless, but because Jsonkit is Nimbus submodule recursive dependency introduced. So the new version number is not released in Nimbus, and it can only be handled temporarily. Previously considered ' git submodule add ' relies on Nimbus. Remove the Jsonkit library, but it will be project bloat. Outweigh There is a problem. Please join in the issue!
4. Open the project through ' Jlrubychina.xcworkspace '. You can also define the Xopen command to open easily
Open execution, you are done. I'm a rookie. I hope that we are more generous to learn from each other, many other exchanges can add qq:841188627 new QQ Group: 181575686 (iOS Exchange Group)
Copyright notice: This article blog original article. Blogs, without consent, may not be reproduced.
Open source China iosclient