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
- darkmode
- 한글
- 웹뷰
- iOS16
- Apple
- Notification
- Firebase
- MacOS
- window
- rxswift
- geofencing
- error
- Swift
- Archive
- UIButton
- Xcode
- 이미지
- FLUTTER
- IOS
- 개발자
- github
- JPA
- Git
- shorebird
- mac
- Session
- Code
- Realm
- SwiftUI
- appstore
Archives
- Today
- Total
목록Cursor (2)
EEYatHo 앱 깎는 이야기

개인적으로 로그에 이모지를 사용한다.그래서 관련된 로그만 보고싶을 때는, 로그창을 필터링하는데,이렇게 쉽게 할 수 있다.(network request: 🚀) or 조건하나라도 포함된 로그로 Filter하고 싶다면 (즉 or조건을 걸고싶다면)🎂, 🖐️ 이렇게 쉼표를 넣으면 된다( init: 🎂, deinit: 🖐️) not 조건해당 값이 없는 로그들로 필터링하고 싶다면,!를 붙히면 된다 마우스를 올리면 나오는 글이 힌트였는데, 알아듣기 힘들었다..
Cursor
2025. 3. 25. 16:07

출처 How to use Cursor for iOS developmentRecently, there’s been much talk and fuss about AI, and whether or not it can improve your development workflow. I wanted to touch base about how AI and its implementation in Cursor have been…dimillian.medium.com XcodeBuildServer 설치brew install xcode-build-serverXcode 외부에서 sourcekit-LSP를 사용하기 위함빌드중 인덱싱을 사용하여, 재빌드시 속도 향상 xcbeautify 설치brew install xcbeautif..
Cursor
2025. 3. 21. 17:05