728x90
반응형
SMALL

[textField setAutocorrectionType:UITextAutocorrectionTypeNo];

728x90
반응형
LIST
728x90
반응형
SMALL

에러내용

2023-10-25 09:18:53.922980+0900 10.14.0 - [FirebaseCore][I-COR000003] The default Firebase app has not yet been configured. Add `FirebaseApp.configure()` to your application initialization. This can be done in in the App Delegate's application(_:didFinishLaunchingWithOptions:)` (or the `@main` struct's initializer in SwiftUI). Read more: https://goo.gl/ctyzm8.

 

FirebaseApp.configure()가 없다는 내용.

 

but

이미 configure에 대한 내용은 들어가있다.

 

다만 nil일 경우에만 실행되도록 해놨었다.

 

여기서 if문 제거하니 해결....

728x90
반응형
LIST
728x90
반응형
SMALL

에러 내용

2023-10-25 09:18:54.046592+0900 10.14.0 - [FirebaseMessaging][I-FCM001000] FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers. If you'd prefer to manually integrate Firebase Messaging, add "FirebaseAppDelegateProxyEnabled" to your Info.plist, and set it to NO. Follow the instructions at:
https://firebase.google.com/docs/cloud-messaging/ios/client#method_swizzling_in_firebase_messaging
to ensure proper integration.

 

ios에서 FCM을 사용할 경우 plist파일에 FirebaseAppDelegateProxyEnabled 내용이 들어가야 한다고 에러가 났다.

 

내용에 맞게

plist파일을 열어서 FirebaseAppDelegateProxyEnabled 내용을 추가 후 boolean으로 한 후 설정값은 NO로 해주면 해결

728x90
반응형
LIST

+ Recent posts