I'm pretty new to xCode/iOS development and I have been migrating an old project from xCode 3 to 8. I got it stable and to a re-releasable state then decided to bring Sparrow up to date...
There are a more than a few issues after the upgrade that I still need to sort out but it at least compiles and launches but it is visually very broken right now. While I'l look into my other issues closer before asking about them, what I have looked into and have not yet been able to sort out is why I'm getting almost 100 warnings similar to the following.
warning: (armv7) /Users/redge/Library/Developer/Xcode/DerivedData/Sparrow-aurnfpmcgguakpdhisfaonvpuozt/Build/Intermediates/ArchiveIntermediates/Sparrow/IntermediateBuildFilesPath/Sparrow.build/Release-iphoneos/Sparrow.build/Objects-normal/armv7/SPTextureAtlas.o unable to open object file: No such file or directory
It used to be integrated as raw source code and using the Sparrow.Framework file downloaded from the main page give me those warnings. I have cleaned up the warnings that seemed to be deprecation issues but I'm still left with that stack of warnings.
EDIT: My user account on my machine is no redge so i have no idea why it's looking for files there.