Open Dreamsouls opened 6 years ago
I met this problem, too...
I have the same problem.....
+1
I went the same issue. According to the RACObserve definition, it build failed because the __clang_major__<8. The clang Infer user is in facebook-clang-plugins and it is 7.0.1.
My project's language is Objective-C. The project can run successfully with Xcode. while I run the command but throw an error about ReactiveCocoa.
infer run --keep-going --no-xcpretty -- xcodebuild -workspace RetailHD.xcworkspace \ -scheme RetailHD -configuration Debug -sdk iphonesimulator
the detail about error :
the detail about code:
the ReactiveCocoa's version is
pod 'ReactiveObjC', '~> 3.1.0'
so my question is why the project run failed with infer.