I have a static framework that is compiling perfectly on Xcode 6, but it's producing the following warning on Xcode 7 (beta5) for each of my framework's classes:
while processing /Path-to-MyFramework/MyFramework.framework/MyFramework(MyFrameworkClass.o): warning:
/var/folders/_j/hqhnz9xd2qv_39dd1vdmw1nc0000gn/C/org.llvm.clang.MY-USERNAME/ModuleCache/2YCOBXU93NY4O/Foundation-K7W1BMS6PHG4.pcm: No such file or directory
What is the source of these warnings and how do I eliminate them?
