You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot install in new project with Cordova 12.0.0 / ios 7.0.1.
cordova plugin add cordova-plugin-mobile-ocr
returns
Error during processing of action! Attempting to revert... Failed to install 'cordova-plugin-mobile-ocr': Error [ERR_UNHANDLED_ERROR]: Uh oh! Unhandled error. ('"framework" tag with type "podspec" is no longer supported. Please use the "podspec" tag.') ...
Looks like the plugin.xml needs updating for iOS.
Cannot install in new project with Cordova 12.0.0 / ios 7.0.1.
cordova plugin add cordova-plugin-mobile-ocr
returns
Error during processing of action! Attempting to revert...
Failed to install 'cordova-plugin-mobile-ocr': Error [ERR_UNHANDLED_ERROR]: Uh oh!
Unhandled error. ('"framework" tag with type "podspec" is no longer supported. Please use the "podspec" tag.')
...
Looks like support for type="podspec" was dropped in Cordova ios 7.0.0: https://cordova.apache.org/announcements/2023/07/10/cordova-ios-7.0.0.html
Any workarounds in the interim?
Thanks
The text was updated successfully, but these errors were encountered: