본문 바로가기
반응형

Error9

[iOS - Error] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via 'pod repo remove master' 카테고리 게시글 작성 날짜 게시글 최근 수정 날짜 작성자 Error 2022.04.17. 12:10 2022.04.17. 12:10 Dev.Yang 🔧 에러 내용 (Error Message) [!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via `pod repo remove master`. To suppress this warning please add `warn_for_unused_master_specs_repo => false` to your Podfi.. 2022. 4. 17.
[iOS - Error] AdMob: Could not find auto-linked framework 'FBLPromises' 카테고리 (Category) 작성 날짜 (Write Date) 최근 수정 날자 (Recent Write Date) 작성자 (Writer) iOS - Error 2021.01.11. PM 19:13:52 2021.01.11. PM 19:13:52 Dev.Yang 🔧 Error Message Could not find auto-linked framework 'FBLPromises' 🔧 Error Solution 위의 첨부 된 스크린샷과 동일하게 TARGETS 아래의 오류가 발생하는 프로젝트를 선택 후 Frameworks, Libraries, and Embedded Content 항목에 JavaScriptCore.framework 추가합니다. Add the JavaScriptCore.framework to t.. 2021. 1. 11.
[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] 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.
반응형