Uninstall_20PhoneGap.applescript
XCode 에서 PhoneGap 플러그인 삭제 하는 방법
# 1. 첨부한 Applescript 를 실행하거나,
# 2. 아래의 경로의 파일을 삭제함.
Remove the PHONEGAPLIB value in Xcode Preferences -> Source Trees
Delete the ~/Documents/PhoneGapLib folder
Delete the ~/Library/Application Support/Developer/Shared/Xcode/Project Templates/PhoneGap folder
Delete the "~/Library/Application Support/Developer/Shared/Xcode/Templates/Project Templates/Application/PhoneGap-based Application.xctemplate" folder
Delete the /Users/Shared/PhoneGap/Frameworks/PhoneGap.framework folder
Delete the ~/Library/Frameworks/PhoneGap.framework symlink
http://stackoverflow.com/questions/9427696/how-to-uninstall-phonegap-from-my-project-and-machine
'Mobile > iOS 개발 팁' 카테고리의 다른 글
[iOS Provisioning Portal] 05. 프로비저닝 프로파일 (Provisioning Profile) (1) | 2012.09.06 |
---|---|
[iOS Provisioning Portal] 04. 디바이스 등록 (0) | 2012.09.06 |
[iOS/Dev] iOS Url Scheme 에 의한 iOS App 실행 (설정앱 실행) (0) | 2012.08.31 |
[iOS/Dev] dispatch_queue_t 사용시 주의 점 (0) | 2012.08.29 |
[Objective-C] XCode 4.4 객체표현 개선 사항 (0) | 2012.08.20 |