After upgrade to xcode 8.3 Apple ResearhKit pop up with error "Redefinition of module 'Research Kit'

201 Views Asked by At

After upgrade to xcode 8.3 and try to re-compile my ios app. The Apple ResearchKit module.modulemap pop up with error. The error message is "Lexical or Preprocessor issue" and "Redefinition of module 'ResearchKit'. Any idea?

1

There are 1 best solutions below

1
On

Just had this issue. I ended up having to delete the ResearchKit my project was using, and re-embed a fresh download. Hope this helps.