ionic-team / capacitor

Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚑️
https://capacitorjs.com
MIT License
11.44k stars 977 forks source link

[Bug]: Error Registering Plugins #7512

Open vishwasganatrahl opened 2 weeks ago

vishwasganatrahl commented 2 weeks ago

Capacitor Version

πŸ’Š Capacitor Doctor πŸ’Š

Latest Dependencies:

@capacitor/cli: 6.1.0 @capacitor/core: 6.1.0 @capacitor/android: 6.1.0 @capacitor/ios: 6.1.0

Installed Dependencies:

@capacitor/cli: 6.0.0 @capacitor/core: 6.0.0 @capacitor/ios: 6.0.0 @capacitor/android: 6.0.0

[success] iOS looking great! πŸ‘Œ [success] Android looking great! πŸ‘Œ

Other API Details

npm --version output: 10.2.3
node --version output: v20.10.0
pod --version output: 1.15.2

Platforms Affected

Current Behavior

I have been using capacitor/push-notification and capawesome/fcm for push notification, also capacitor/screen-orientation deps for my project and they were working fine untill today I get error messages for these plugins that they are not implemented on IOS, and while running the IOS app on the mobile, I get this error printed on the xcode console:

Error registering plugins: keyNotFound(CodingKeys(stringValue: "packageClassList", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"packageClassList\", intValue: nil) (\"packageClassList\").", underlyingError: nil))

⚑️ Loading app at https://example.app.com...

Expected Behavior

NA

Project Reproduction

NA

Additional Information

No response

ionitron-bot[bot] commented 2 weeks ago

This issue needs more information before it can be addressed. In particular, the reporter needs to provide a minimal sample app that demonstrates the issue. If no sample app is provided within 15 days, the issue will be closed. Please see the Contributing Guide for how to create a Sample App. Thanks! Ionitron πŸ’™

sahildev-ambula commented 1 week ago

Any luck on this ?