Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 8.4.0
@capacitor/core: 8.4.0
@capacitor/android: 8.4.0
@capacitor/ios: 8.4.0
Installed Dependencies:
@capacitor/cli: 9.0.0-alpha.3
@capacitor/core: 9.0.0-alpha.3
@capacitor/android: 9.0.0-alpha.3
@capacitor/ios: 9.0.0-alpha.3
Other API Details
Platforms Affected
Current Behavior
When I run npx cap sync iOS, ios/App/CapApp-SPM/Package.swift b/ios/App/CapApp-SPM/Package.swift is updated to have a double comma in the target:
.target(
name: "CapApp-SPM",
dependencies: [
- .product(name: "Capacitor", package: "capacitor-swift-pm"),
+ .product(name: "Capacitor", package: "capacitor-swift-pm"),,
.product(name: "CapacitorCommunityAppIcon", package: "CapacitorCommunityAppIcon"),
This breaks the build.
Expected Behavior
No invalid double comma should be added.
Project Reproduction
None
Additional Information
No response
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 8.4.0
@capacitor/core: 8.4.0
@capacitor/android: 8.4.0
@capacitor/ios: 8.4.0
Installed Dependencies:
@capacitor/cli: 9.0.0-alpha.3
@capacitor/core: 9.0.0-alpha.3
@capacitor/android: 9.0.0-alpha.3
@capacitor/ios: 9.0.0-alpha.3
Other API Details
Platforms Affected
Current Behavior
When I run
npx cap sync iOS,ios/App/CapApp-SPM/Package.swift b/ios/App/CapApp-SPM/Package.swiftis updated to have a double comma in the target:This breaks the build.
Expected Behavior
No invalid double comma should be added.
Project Reproduction
None
Additional Information
No response