You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Capacitor 2.4.2 on an Angular project (without Ionic, because we use Angular Materials).
So far we only used Cordova Plugins and they showed up on the XCode Workspace, built, run -- everything OK !
Today I tried adding a Capacitor Plugin but I don't see it in my XCode workspace?
After a cap sync or cap update, the Capacitor CLI tells me it dit find 1 capacitor plugin and 5 cordova plugins, but I don't see it anywhere in the folders, files or XCode workspace.
✔ Copying web assets from dist to ios/App/public in 529.88ms
✔ Copying native bridge in 3.51ms
✔ Copying capacitor.config.json in 1.72ms
Found 5 Cordova plugins for ios
call-number (1.0.1)
cordova-plugin-file-opener2 (3.0.5)
cordova-plugin-fingerprint-aio (4.0.2)
cordova-plugin-screen-orientation (3.0.2)
es6-promise-plugin (4.2.2)
✔ copy in 546.72ms
✔ Updating iOS plugins in 2.01ms
Found 1 Capacitor plugin for ios:
capacitor-app-tracking-transparency (0.1.4)
Found 5 Cordova plugins for ios
call-number (1.0.1)
cordova-plugin-file-opener2 (3.0.5)
cordova-plugin-fingerprint-aio (4.0.2)
cordova-plugin-screen-orientation (3.0.2)
es6-promise-plugin (4.2.2)
✔ Updating iOS native dependencies with "pod install" (may take several minutes) in 2.80s
✔ update ios in 2.82s
✔ copy in 117.29μp
✔ update web in 2.08μp
Sync finished in 3.758s
Is there something in particular to do or just using npm install + npx cap update/sync ioset voilà ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Capacitor 2.4.2 on an Angular project (without Ionic, because we use Angular Materials).
So far we only used Cordova Plugins and they showed up on the XCode Workspace, built, run -- everything OK !
Today I tried adding a Capacitor Plugin but I don't see it in my XCode workspace?
After a
cap sync
orcap update
, the Capacitor CLI tells me it dit find 1 capacitor plugin and 5 cordova plugins, but I don't see it anywhere in the folders, files or XCode workspace.Is there something in particular to do or just using
npm install
+npx cap update/sync ios
et voilà ?Here is the plugin I tried to used:
Beta Was this translation helpful? Give feedback.
All reactions