Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- swift
- error
- push
- Example
- 신도림 테크노마트
- afterdelay
- GCD
- 얻는법
- LG유플러스
- 앱스토어
- 아이폰7
- Bitcode
- setting
- UITableView
- Xcode
- 페이백
- 포켓볼
- 포켓몬 GO
- swift3
- 스마트폰
- Check
- 신도림
- 샘플
- loop
- simulator
- IOS
- 해몽
- UIView
- 공략
- 보라카이
Archives
- Today
- Total
도래울
맥(xcode)에서 SVN, GIT 연결 끊기 본문
프로젝트 내 .git or .svn 을 제거해주면 된다.
터미널 명령어:
find ./ -name ".svn" | xargs rm -Rf
또는
find ./ -name ".git" | xargs rm -Rf
라고 명령을 입력해주면 알아서 하위폴더의 .svn or .git 폴더를 싹찾아서 제거해준다.
'개발 > iOS' 카테고리의 다른 글
this action could not be completed. try again. (-22421) 오류 해결 (0) | 2017.09.27 |
---|---|
Swift3 Async Callback function example (0) | 2017.07.12 |
hide suggestion list above keyboard (0) | 2017.02.17 |
[iOS] User-Agent 기본 값 바꾸기 (0) | 2017.02.15 |
Swift performSelector: withObject: afterDelay (0) | 2017.02.07 |
Comments