diff --git a/cli/src/ios/update.ts b/cli/src/ios/update.ts index f4694f383..dc3c31188 100644 --- a/cli/src/ios/update.ts +++ b/cli/src/ios/update.ts @@ -113,7 +113,7 @@ function getFrameworkName(framework: any) { } function isFramework(framework: any) { - return framework.$.src.split('.').pop() === 'framework'; + return framework.$.src.split('.').pop().includes('framework'); } async function generateCordovaPodspecs(cordovaPlugins: Plugin[], config: Config) {