fix(ios): rename podspec to AudioRoute.podspec so cap sync/pod install resolves it
Capacitor derives the pod name from the npm package name (audio-route -> AudioRoute) and writes 'pod AudioRoute, :path => ../../plugins/audio-route' into the generated Podfile. CocoaPods then requires a file literally named AudioRoute.podspec whose s.name is 'AudioRoute'. The old AudioRoutePlugin.podspec (s.name AudioRoutePlugin) caused the Codemagic build to fail with 'No podspec found for AudioRoute'. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"files": [
|
||||
"dist/",
|
||||
"ios/",
|
||||
"AudioRoutePlugin.podspec"
|
||||
"AudioRoute.podspec"
|
||||
],
|
||||
"capacitor": {
|
||||
"ios": {
|
||||
|
||||
Reference in New Issue
Block a user