We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I successfully installed dependency but GeneratedFrameworks directory is empty and Xcode can't find module
platform :ios, '14.0' plugin 'cocoapods-binary' target 'Demo' do pod 'APIKit', :binary => true end
bundler exec pod install 🚀 Prebuild frameworks Analyzing dependencies Adding spec repo `trunk` with CDN `https://cdn.cocoapods.org/` Downloading dependencies Installing APIKit (5.3.0) Generating Pods project Prebuild frameworks (total 1) Prebuilding APIKit... 🤖 Pod Install Analyzing dependencies
Env:
CocoaPods : 1.11.3 Xcode : 13.3 (13E113) cocoapods-binary : 0.4.4 plugin 'cocoapods-binary'
The text was updated successfully, but these errors were encountered:
We're facing similar problem with Xcode 14.1 and cocoapods-binary
Sorry, something went wrong.
Same here, Xcode 14.2
No branches or pull requests
I successfully installed dependency but GeneratedFrameworks directory is empty and Xcode can't find module
Env:
The text was updated successfully, but these errors were encountered: