After updating to Xcode 9.3 I am not able to compile my project. Where as compiling the same code on earlier version of xcode it works.
After lot of investigation i found that there are few functions like in below error -
1. Running pass 'Function Pass Manager' on module '/Users/ankitnigam/Library/Developer/Xcode/DerivedData/Milq-cywzubaffxgpwaeipfxgtfswiuxo/Build/Intermediates.noindex/Milq.build/Debug-iphoneos/BN Beta.build/Objects-normal/arm64/AnswerViewController.o'.
2. Running pass 'Prologue/Epilogue Insertion & Frame Finalization' on function '@_T04Milq20AnswerViewControllerC28didTapOverFlowMenuOpenrationyAA0ghI10OperationsO13menuOperation_tF
func didTapOverFlowMenuOpenration ()
once i make change to this function in the class error pointed to, code compiles but same function in other class does not give any compilation error.
tried all solution from this - Already asked question