Hello everyone, I’m using the cocoapods plugin and...
# multiplatform
p
Hello everyone, I’m using the cocoapods plugin and want to publish a Pod on CocoaPods. To do this, I call gradle podPublishXCFramework and then follow the path shared/build/cocoapods/publish/release/. I call
pod spec lint --allow-warnings --verbose
and at the end I get * BUILD SUCCEEDED * Testing with
xcodebuild
. -> shared (1.0) - ERROR | [iOS] file patterns: The
vendored_frameworks
pattern did not match any file. Accordingly, the question is, is there a more correct way to publish a Pod or fix a bug? My shared.podspec in file