HI Guyz,
Hope you are fine.
I facing issue in xcode 9.3 and its really weired issue.
Xcode compiler gives crash error. Please check the stack trace and suggest proper solution for it.
I have searched many things but different people have different solution and i tried max but still not able to identify.
STACK TRACE :
Stored value type does not match pointer operand type!
store %objc_object** %281, %objc_object** %284, align 8, !dbg !712
%objc_object*<unknown>:0: error: fatal error encountered during compilation; please file a bug report with your project and the crash log
<unknown>:0: note: Broken function found, compilation aborted!
0 swift 0x000000010829effa PrintStackTraceSignalHandler(void*) + 42
1 swift 0x000000010829e3b6 SignalHandler(int) + 966
2 libsystem_platform.dylib 0x00007fff6964af5a _sigtramp + 26
3 libsystem_platform.dylib 0x000000010ce992c4 _sigtramp + 2743395204
4 libsystem_c.dylib 0x00007fff693e81ae abort + 127
5 swift 0x00000001048f58e7 swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*)::$_0::__invoke(void*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool) + 519
6 swift 0x0000000108256658 llvm::report_fatal_error(llvm::Twine const&, bool) + 280
7 swift 0x0000000108256539 llvm::report_fatal_error(char const*, bool) + 41
8 swift 0x000000010821eca6 (anonymous namespace)::VerifierLegacyPass::runOnFunction(llvm::Function&) + 54
9 swift 0x00000001081c67d1 llvm::FPPassManager::runOnFunction(llvm::Function&) + 449
10 swift 0x00000001081ce703 llvm::legacy::FunctionPassManagerImpl::run(llvm::Function&) + 115
11 swift 0x00000001081ce5fc llvm::legacy::FunctionPassManager::run(llvm::Function&) + 396
12 swift 0x0000000104a9ea18 swift::performLLVM(swift::IRGenOptions&, swift::DiagnosticEngine*, llvm::sys::SmartMutex<false>*, llvm::GlobalVariable*, llvm::Module*, llvm::TargetMachine*, swift::version::Version const&, llvm::StringRef, swift::UnifiedStatsReporter*) + 5096
13 swift 0x000000010490077d performCompile(swift::CompilerInstance&, swift::CompilerInvocation&, llvm::ArrayRef<char const*>, int&, swift::FrontendObserver*, swift::UnifiedStatsReporter*) + 44685
14 swift 0x00000001048f3e64 swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 7908
15 swift 0x00000001048a88b5 main + 18917
16 libdyld.dylib 0x00007fff6933c015 start + 1
17 libdyld.dylib 0x00000000000000a5 start + 2529968273
thanks,