-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 7.4.4
@capacitor/core: 7.4.4
@capacitor/android: 7.4.4
@capacitor/ios: 7.4.4
Installed Dependencies:
@capacitor/android: not installed
@capacitor/cli: 7.4.4
@capacitor/ios: 7.4.4
@capacitor/core: 7.4.4
[success] iOS looking great! 👌
Other API Details
npm --version: 11.6.2
node --version: v25.2.1
pod --version: 1.16.2Platforms Affected
- iOS
- Android
- Web
Current Behavior
On macOS Tahoe 26.1 I am unable to execute cap run ios, as I get a CodeSign issue relating to the Cordova framework, as follows:
The following build commands failed:
CodeSign
/Users/nebuladev/Documents/kaffelogic/ios/DerivedData/5E68D9E1-A25B-4540-BABF-B2EBB0B0CC4C/Build/Products/Debug-iphonesimulator/CapacitorCordova/Cordova.framework
(in target 'CapacitorCordova' from project 'Pods')
Building workspace App with scheme App and configuration Debug
(2 failures)
I have seen this issue mentioned about twice online, with no solutions.
I've tried:
- Cleaning the project's derived data / cache
- Starting fresh (although it's already a new project)
xattr -crfor the Cordova pod (and all pods)
Expected Behavior
Run correctly without any CodeSign issues.
Project Reproduction
It's just a solidjs+tailwind+vite template, with cap init / cap add ios / cap run ios.
Additional Information
No response