본문 바로가기
반응형

#오류 [Error]17

[macOS - Error] Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" 🔧 Error Message {Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"} Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" UserInfo={NSLocalizedDescription=Operation not permitted, NSLocalizedFailureReason=Error in bind() function} macOS Application의 App Sandbox로 폴더의 접근 권한을 가지지 못하는 경우에 발생하는 문제입니다. TARGETS -> Signing & Capabilities에서 App Sandbox설정을 비활성화 할 경우 정상적으로 macOS 내.. 2020. 1. 17.
[iOS - Error] Xcode Debug 모드가 작동하지 않을 경우 (Xcode Breakpoint in file not working) 🔧 Error Solution 001 + Debug -> Debug Workflow -> Always Show Disassembly 체크 해제 🔧 Error Solution 002 I had the same problem with an old project. Select Product(located at top menu bar) -> Scheme -> EditScheme and I solved this issue by clicking on "Debug Executable", as shown in Picture. Maybe this will help someone else too. 🚀 REFERENCE Xcode 8 Breakpoint in file not working I have one file,Sig.. 2020. 1. 7.
[iOS - Error] Google App ID from GoogleService-Info.plist is empt (How to add .plist file to all targets in Xcode?) 🔧 Error Message Google App ID from GoogleService-Info.plist is empty. Download GoogleService-Info.plist(GoogleService-Info.plist 다운로드)를 클릭하여 Firebase iOS 구성 파일(GoogleService-Info.plist)을 가져옵니다. 구성 파일을 Xcode 프로젝트의 루트로 이동합니다. 메시지가 표시되면 모든 대상에 구성 파일을 추가하도록 선택합니다. + 프로젝트에 번들 ID가 여러 개 있으면 각각 자체 GoogleService-Info.plist 파일이 포함되도록 각 번들 ID를 Firebase Console의 등록된 앱에 연결해야 합니다. 🚀 REFERENCE iOS 프로젝트에 Fireba.. 2019. 11. 3.
[iOS - Error] 'keyWindow' was deprecated in iOS 13.0: Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes (How to resolve: 'keyWindow' was deprecated in iOS 13.0) 🔧 Error Message 'keyWindow' was deprecated in iOS 13.0: Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes UIApplication.shared.windows.filter { $0.isKeyWindow }.first?.rootViewController 🚀 REFERENCE How to resolve: 'keyWindow' was deprecated in iOS 13.0 I'm using Core Data with Cloud Kit, and have therefore to check the iCloud.. 2019. 11. 3.
반응형