facebookarchive / xcbuild

Xcode-compatible build tool.
Other
2k stars 190 forks source link

file not found #277

Open ryzn0518 opened 6 years ago

ryzn0518 commented 6 years ago

when I used the xcodebuild -archivePath test.xcarchive -workspace test.xcworkspace -scheme Test -configuration Release ,it works well,but as I used the commands ./../xcbuild/build/xcbuild -archivePath test.xcarchive -workspace test.xcworkspace -scheme Test -configuration Release,it told me

RACCompoundDisposable.m:10:9: 'RACCompoundDisposableProvider.h' file not found

But I open the source codes, and I confirm the file generated by DTrace,how can I solved it.

I had installed the xcbuild as the latest version.