-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: onesignal - The 'Pods-App' target has transitive dependencies that include #5142
Comments
I can reproduce now, I was installing version 3 and the issue is not reproducible there. |
Ok, thx, for testing and adding. Maybe it's an idea to create an option to add a plugin per project configuration somehow to this static exception list instead of having it globally defined in the cli project? |
You have to wait for next Capacitor CLI release or downgrade to previous version |
Please, when you find a bug, report an issue, don't comment on closed issues because they are not monitored, I usually unsubscribe after closing the issues. In 3.3.2 we made the CLI to autodetect plugins that needs a static framework if they have Anyway, since 3.3.0 you can add any plugin you want to the static list from the capacitor config file without waiting for us to add it, you don't need to downgrade. Use the staticPlugins array inside the cordova object https://capacitorjs.com/docs/config |
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. |
Bug Report
Capacitor Version
Platform(s)
ios
Current Behavior
A
npx cap sync
creates this error:This is related to:
#5099
#5137
A downgrade to @capacitor/cli version 3.2.4 solves this issue
Expected Behavior
That the sync runs without error
Code Reproduction
Assuming cocoapods are installed and synced:
Other Technical Details
npm --version
output: 8.1.0node --version
output: v14.18.1pod --version
output (iOS issues only): 1.11.2macOS: 11.6
xcode: 13.0
Additional Context
The text was updated successfully, but these errors were encountered: