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
@capacitor/android: not installed
@capacitor/cli: 7.4.3
@capacitor/core: 7.4.3
@capacitor/ios: 7.4.3
[success] iOS looking great! 👌
Other API Details
npm version: 11.5.1
node version: v24.7.0
pod version: 1.16.2
macOS Version: Sequoia 15.3.1
Xcode Version:16.4 (16F6)
iOS Version on physical device: 18.6.2
Platforms Affected
iOS
Android
Web
Current Behavior
When running a clean, minimal Capacitor 7 SPM project (created with npx cap add ios --packagemanager SPM) on a physical iOS device, the Xcode console logs the error Could not create a sandbox extension for .... This seems to prevent native plugins like Push Notifications from working correctly in a full application.
Expected Behavior
The app should start without the sandbox extension error.