Everything that appears in the list of files and groups that turn red indicates a missing file or directory. This is not necessarily a concern, because in many cases it is expected that the file will be created as part of your build process.
In the case of your linked static library, you probably depend on the second goal or project to create the static library. When you changed the build configurations, Xcode noticed that it was not built yet, so it shows it as red. When you built the project, and the library itself was built, it turned black again.
danielpunkass
source share