일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- (using password: YES)" when trying to connect
- html pdf 변환
- libxrender1
- 우분투 mysql 비밀번호 없이 로그인 될때
- magic bytes
- 세로 중앙 정렬
- group_concat 구분자
- 구글 OTP 인증
- wkhtmltopdf 실행 오류
- mysqldump: Got error: 1045
- 비밀번호정규식
- usb efi 시스템 파티션 삭제
- 비밀번호검증정규식
- 부트스트랩4 세로 중앙 정렬
- 자바스크립트비밀번호검증
- 아파치 웹 서버의 정보 숨기기
- PHP 구글 OTP 연동
- bootstrap
- svn 충돌 해결 resolve
- php 특정 문자열 취환
- svn 충돌 해결 resolved
- JQuery checkbox 컨트롤
- mysql root 비밀번호 변경
- 파라미터 & 오류
- PHP 정규식 예제
- javascript
- modsecurity 설치
- bootstrap modal
- apache mod rewrite
- PHP 구글 OTP 인증
- Today
- Total
목록IDE & Tools/Xcode (10)
투덜이 개발자
xcode 가 꼬여서 수동 삭제 후 https://devmjun.github.io/archive/Reduce-StorageInMac Xcode. Xcode 깨끗이 삭제하는 방법Xcode 깨끗하게 삭제하는 방법, Mac 용량 줄이는 방법devmjun.github.iorm -rf /Applications/Xcode.app /Library/Preferences/com.apple.dt.Xcode.plist ~/Library/Preferences/com.apple.dt.Xcode.plist ~/Library/Caches/com.apple.dt.Xcode ~/Library/Application Support/Xcode ~/Library/Developer ~/Library/Developer/Xcode ~/Librar..
[Xcode/iOS] M1칩에서 iOS 시뮬레이터가 잘 작동을 안 하는 이슈 해결 - M1칩에서 iOS 시뮬레이터가 잘 작동을 안 하는 이슈가 있음. - 아래 방법으로 해결 가능함.Product > Destination > Destination Architecture > Show Rosetta Destinations https://devshin93.tistory.com/146 Destination > Destination Architecture > Show Rosetta Destinations" data-og-host="devshin93.tistory.com" data-og-source-url="https://devshin93.tistory.com/146" data-og-url="https://dev..
nw_endpoint_handler_set_adaptive_write_handler xcode https://stackoverflow.com/questions/68267542/firebase-messaging-unregister-notification-for-read-timeout-failed Firebase Messaging unregister notification for read_timeout failed I was trying to send a notification from one device to another device to let the user know there is a waiting message for him. When I was trying to catch and handle t..
macOS Big Sur Xcode 12.5 쓰다가 macOS Monterey 업데이트 하니 Xcode 버전이 맞지 않아 최신 버전을 설치하고 git 사용을 할려고 보니 아래와 같은 에러 발생 xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist Last login: Tue Jan 25 20:02:44 on console jhshin@Jhshinui-MacPro2017 ~ % git -version xcrun: error: active developer path ("/Applications/Xcode_12.5.app/Contents/Developer") does not exist Us..
[Xcode]Provisioning Profiles 삭제하기 Xcode의 계정 변경 등의 상황에서 Provisioning Profiles을 삭제하여 깔끔하게 정리해야 할 경우가 아주 가끔 있습니다. 다음 경로에서 Provisioning Profiles을 삭제할 수 있습니다. cd ~/Library/MobileDevice/Provisioning\ Profiles/ open .
Xcode ios 스키마 이름 지정 모바일 웹에서 앱을 실행하기 위해서는 스키마에 이름을 지정해야 합니다. 그러기 위해서 는 Info > URL Types 에서 + 버튼을 눌러 줍니다. 그러면 아래와 같이 입력할 수 있는 창이 표시됩니다. 와 같이 추가하면 아래사진과 같이 반영되는것을 확인 할 수 있습니다.
Xcode 12.3에서 발생하는 Fat Framework 링크 오류 문제 https://seorenn.tistory.com/177 Xcode 12.3에서 발생하는 Fat Framework 링크 오류 문제 Xcode를 12.3 버전으로 올린 이후부터 회사 프로젝트를 빌드할 때 아래와 같은 오류가 발생하기 시작했다. Building for iOS, but the linked and embedded framework 'Foobar.framework' was built for iOS + iOS.. seorenn.tistory.com
http://it-archives.com/222155599575/ [Xcode] No signing certificate “iOS Distribution” found – 흑곰의 유익한 블로그 2호점 [Xcode] No signing certificate “iOS Distribution” found Xcode 에서 Provisioning Profile 를 선택했을 때 No signing certificate “iOS Distribution” found 오류가 발생하는 경우. 일단 애플의 Certificates 개념에 대해 알아야 it-archives.com https://ithub.tistory.com/231 여러대의 맥북에서 Xcode 빌드하기 (인증서 등록하기) 안녕하세요. 오늘은 여러대의 컴퓨터에서 ..