bug: Throwing error after migrating to v4
See original GitHub issueBug Report
Facing issue after Migrating to capacitor v4.3.0
from v3.6.0
I have custom Plugin in my application made for some 3rd party Device using their SDK for both android and IOS. But after migrating to capacitor v4 using vscode extension. everything is working fine all other plugins but my custome plugin is showing error.
Error: "IonicNativePluginExample" plugin is not implemented on android
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 4.3.0
@capacitor/core: 4.3.0
@capacitor/android: 4.3.0
@capacitor/ios: 4.3.0
Installed Dependencies:
@capacitor/cli: 4.3.0
@capacitor/android: 4.3.0
@capacitor/core: 4.3.0
@capacitor/ios: 4.3.0
[success] iOS looking great! 👌
[success] Android looking great! 👌
Platform(s)
Android iOS
Current Behavior
Custom Plugin not working.
Expected Behavior
My custom plugin Should work as other plugins are working.
Code Reproduction
Can’t share native custom code.
Other Technical Details
npm --version
output: 8.1.2
node --version
output: v16.13.1
pod --version
output (iOS issues only): 1.11.3
Additional Context
Issue Analytics
- State:
- Created a year ago
- Comments:12 (4 by maintainers)
Top Results From Across the Web
NET Framework 4 migration issues - Microsoft Learn
Learn about migration issues between .NET Framework 3.5 Service Pack 1 and .NET Framework 4, including fixes and changes for standards ...
Read more >Migrating to v4.0.0 - ESLint - Pluggable JavaScript Linter
Unrecognized properties in config files now cause a fatal error. When creating a config, users sometimes make typos or misunderstand how the config...
Read more >node.js - Migrating cypress test from old version to latest ...
I have .env file which has the environment variable in my root location. Could someone please advise on this issue ? //Detail error...
Read more >Migrating from v3 to v4 - Gatsby
After upgrading, run gatsby build and look for deprecation messages in the build log. ... If you are using npm 7, the warning...
Read more >Known Issues and Workarounds - SOA Suite
7 Invalid Composite Error When Migrating SOA Composite from 11g to 12c. Issue. Bug Number: 27175899. Impacted Releases: All. Impacted Platforms: All. When...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You have to install @capacitor/cli 4.x, then run the command. It’s all explained on the upgrade guide https://capacitorjs.com/docs/updating/4-0#using-the-cli-to-migrate
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.