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.
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 meBut 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.