macos2 Mac app에 Firebase Remote Config 적용 시 발생 한 에러 및 해결 방법 1. Failed to get installations token.Error Domain=com.google.remoteconfig.ErrorDomain Code=8003 "Failed to get installations token. Error : Error Domain=com.firebase.installations Code=0 "Underlying error: The operation couldn’t be completed. SecItemAdd (-34018)" UserInfo={NSLocalizedFailureReason=Underlying error: The operation couldn’t be completed. SecItemAdd (-34018), NSUnderlyingError=0x600.. 2025. 1. 12. mac app window background color 알파값 변경하기 꼭 만들어서 사용하고 싶은 mac app이 생겨서 재미로 mac app 개발을 시작했습니다. 시간 날때 틈틈이 개발해서 빨리 제가 사용하고 싶습니다 🫡 화면 element 자체는 많지 않고 디테일한 UI 작업은 필요없는 앱이라 속도감을 위해서 SwiftUI로 진행하게 되었습니다. iOS 앱을 만들 때는 Window 자체를 투명하게 만들어 본 적이 없었는데, mac 앱 작업 중에 window를 투명하게 만들어 볼 일이 생겼습니다. 아래 처럼 TransparentWindowView를 만들고 SwiftUI에서 사용할 수 있도록 NSViewRepresentable struct를 만들어 준 다음, body View의 background로 설정해주는 방식이었습니다. class TransparentWindowView.. 2024. 2. 3. 이전 1 다음 반응형