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
{{ message }}
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
hi:
when i use: xcodebuild -workspace testApp.xcworkspace -scheme testApp。 it works well
but i use:
./xcbuild -executor ninja -workspace /Users/wenyou/.jenkins/workspace/ios_test_app/testApp.xcworkspace -scheme testApp
fail message:
/Xcode/DerivedData/testApp-bwysaaawpwtthecvfijifvpluxgs/Build/Intermediates/Pods.build/Debug-
iphoneos/ReactiveObjC.build/Objects-normal/arm64/RACCompoundDisposable.d
/Users/wenyou/.jenkins/workspace/ios_test_App/Pods/ReactiveObjC/ReactiveObjC/RACCompoundDisposable.m:10:9: fatal error: 'RACCompoundDisposableProvider.h' file not found
#import "RACCompoundDisposableProvider.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
RACSignalProvider.d is DTrace source. how can I solved it? thx
cmake version 3.11.1
ninja version:1.8.2
gcc version: gcc (Homebrew GCC 7.3.0) 7.3.0
The text was updated successfully, but these errors were encountered: