Skip to content

bug: @capgo/capacitor-audio-session SPM product name mismatch #14

@vesper8

Description

@vesper8

Bug Report

the plugin's Package.swift declares its product as CapgoCapacitorPluginAudioSession, but Capacitor CLI infers the product name as CapgoCapacitorAudioSession from the npm package name @capgo/capacitor-audio-session. This causes SPM resolution to fail after cap sync:

product 'CapgoCapacitorAudioSession' required by package 'capapp-spm' target 'CapApp-SPM' not found in package 'CapgoCapacitorAudioSession'.

Easy Fix: Rename the product in Package.swift from CapgoCapacitorPluginAudioSession to CapgoCapacitorAudioSession, this follows the pattern you use in other plugins.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions