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
$ bundle exec pod binary prebuild
❯❯❯ Step: Fetching cache
Fetching cache from [email protected]:ios/cache-repo.git (branch: master)
From 192.168.0.186:ios/cache-repo
* branch master -> FETCH_HEAD
Switched to a new branch 'master'
Unzipping cache: /Users/user/.cocoapods-binary-cache/prebuilt-frameworks-debug-config -> _Prebuild
❯❯❯ Step: Installation
-----------------------------------------
🚀 Prebuild frameworks
-----------------------------------------
Detect implicit dependencies
Exclude pods with empty source files: []
Validate prebuilt cache
Cache validation: hit (1) ["MJExtension"]
Prebuilding...
Installing MJExtension (3.4.1)
Installing WKWebViewJavascriptBridge (1.2.2)
Prebuild frameworks (total 1): ["MJExtension"]
$ xcodebuild -project /Users/user/Desktop/BinaryDemo/_Prebuild/Pods.xcodeproj -target MJExtension -configuration Debug -sdk iphonesimulator
-destination "generic/platform=iOS Simulator" ARCHS=x86_64 ONLY_ACTIVE_ARCH=NO DEBUG_INFORMATION_FORMAT=dwarf BITCODE_GENERATION_MODE=bitcode build
2>&1
$ xcodebuild -project /Users/user/Desktop/BinaryDemo/_Prebuild/Pods.xcodeproj -target MJExtension -configuration Debug -sdk iphoneos -destination
"generic/platform=iOS" ONLY_ACTIVE_ARCH=NO DEBUG_INFORMATION_FORMAT=dwarf BITCODE_GENERATION_MODE=bitcode build 2>&1
- Create xcframework: MJExtension
$ xcodebuild -create-xcframework -allow-internal-distribution -framework
/Users/user/Desktop/BinaryDemo/build/Debug-iphonesimulator/MJExtension/MJExtension.framework -framework
/Users/user/Desktop/BinaryDemo/build/Debug-iphoneos/MJExtension/MJExtension.framework -output
/Users/user/Desktop/BinaryDemo/_Prebuild/GeneratedFrameworks/MJExtension/MJExtension.xcframework
Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.
-----------------------------------------
🤖 Resume pod installation
-----------------------------------------
Installing MJExtension (3.4.1)
[!] Please close any current Xcode sessions and use `BinaryDemo.xcworkspace` for this project from now on.
Diagnosing cocoapods-binary-cache
Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.
❯❯❯ Step: Syncing cache
- Update cache: MJExtension
[!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via `pod repo remove master`. To suppress this warning please add `warn_for_unused_master_specs_repo => false` to your Podfile.
[!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via `pod repo remove master`. To suppress this warning please add `warn_for_unused_master_specs_repo => false` to your Podfile.
Issue Description
Command executed
bundle exec pod binary prebuild
Stack trace
Plugin version
Podfile
The text was updated successfully, but these errors were encountered: