leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.31k stars 206 forks source link

xcodebuild: error: Unknown build action 'Core/TGCoreTargets/Pods/_Prebuild/Pods.xcodeproj'. #106

Open Alexdelgadodiaz opened 4 years ago

Alexdelgadodiaz commented 4 years ago

Thanks for your feedback!

If it's a bug:

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?

isnine commented 4 years ago

I had the same problem

isnine commented 4 years ago

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

Alexdelgadodiaz commented 4 years ago

Not really, there isnt any space in front...