I'm hitting the above error in Xcode when adding swinject to my iOS project. This is preventing me from building my app and testing on a simulator.
Looking at the directory mentioned in the error message, the target file it's looking for is indeed missing.
Am I doing something wrong in setting up swinject?