@import causes parse issue: “could not build module”
问题 After updating with Xcode 6.3, I found something strange things with my projects. Below codes causes parse issue that says "Could not build module 'AgendaFramework'", the AgendaFramework is my custom embedded framework for ios8: @import MyEmbededFramework; The error marker looks like this: The issues is raised during indexing not building. Whole building can be performed successfully without any error or warning. I can build, archive, run on device, deploy, submit to App Store. However the