cocoapods-binary
cocoapods-binary copied to clipboard
xcodebuild: error: Unknown build action 'Core/TGCoreTargets/Pods/_Prebuild/Pods.xcodeproj'.
Thanks for your feedback!
If it's a bug:
- What's your environment:
- run
pod env | egrep 'CocoaPods |Xcode|cocoapods-binary'
then paste the result here
- run
- A demo project is helpful:
- It will be very helpful if provides a demo project that reproduce the problem. A blank project with cocoapods-binary can be downloaded here, which can be remodeled to a minimal problematic environment. Attach the demo.zip to the comments.
MacBook-de-macbook:TGCoreTargets macbook$ pod env | egrep 'CocoaPods |Xcode|cocoapods-binary' CocoaPods : 1.8.4 Xcode : 11.2.1 (11B53) cocoapods-binary : 0.4.4 plugin 'cocoapods-binary' project = Xcodeproj::Project.open "./TGCore.xcodeproj"
MacBook-de-macbook:TGCoreTargets macbook$ bundle exec pod install 🚀 Prebuild frameworks Analyzing dependencies Downloading dependencies Generating Pods project Prebuild frameworks (total 2) Prebuilding Parse... Build settings from command line: BITCODE_GENERATION_MODE = bitcode SDKROOT = iphoneos13.2
xcodebuild: error: Unknown build action 'Core/TGCoreTargets/Pods/_Prebuild/Pods.xcodeproj'.
it does not prebuild my pods... it just stops there with that error... what is happening?
I had the same problem
I konw the reason, because your file path contain blank . I'm guessing your directory 'Core/TGCoreTargets/Pods/_Prebuild/Pods. Xcodeproj 'must have Spaces in front of it
Not really, there isnt any space in front...