Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Solutions to installation errors in the use of tutorials for cornerstone3.0.3 tools

2025-03-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Computer Software News >

Share

Shulou(Shulou.com)05/31 Report--

Cornerstone for Mac is the best SVN management tool on Apple iMac. Subversion control is specially designed for Mac users. In iOS development, the best source management tool for svn's Mac version is Cornerstone. The following editor introduces in detail the use of the tools and the solutions to the problems. Let's take a look at them.

1: first download the latest version of SVN

two。 Choose to add the warehouse after the download is completed

3. The company will give you the SVN address, just copy it, and automatically display the following page. You don't have to enter it manually, just fill in the account information.

4. After the addition is successful, go to the main interface, select Import to import your own project, and upload it to the server.

5. After the upload is successful, select check out in the upper left corner to download locally (just change the code in this file later). Each change will have the number of appropriate display. Each time you upload to the server, you need to update it, and then upload it by commit.

Open the crash to launch a solution:

The new system needs to use sudo spctl-master-disable in the terminal to open any source and then be able to use it.

Frequently asked questions about using SVN:

After uploading the project using SVN, checkout it locally and compile the error report.

Error message: Linker command failed with exit code 1 (use-v to see invocation).

This error was reported because the .a file of the project was missing. That is, the .a file in the third-party library is missing. The reason for the loss is that when we use SVN to upload the project, SVN ignores the .a file by default, so SVN does not upload the .a file of the project.

Solution:

The first kind:

1. If it is uploaded using CornerStone, modify it in Preferences in CornerStone.

two。 Modify CornerStone to ignore .a file

After the configuration, re-Import the project, and the static library will not be missing.

The second kind

1. Right-click Finder, select the go to folder option, paste the path ~ / .subversion/config into the above, and click go.

2. Open the config file, search for global-ignores in it, and you will see the following line

'# global-ignores = .o .lo .la .al .libs .so .so. [0-9] .a .pyc .pyo # .rej # .# ..swp .DS _ Store

Modify it to

Global-ignores = .o .lo .la .al .libs .so .so. [0-9] .pyc .pyo # .rej # #.. swp .DS _ Store

Is to delete the red part, that is, the first # and * .a deletion. This statement is actually the file type that is ignored by default when SVN uploads. Let's just remove the .a file from the statement.

3. Then save it. Reopen SVN upload

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Computer Software News

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report