.d file not generated on Jenkins

I just moved a couple of controller files from one group to another and built a project on Xcode. Everything works fine locally, but on Jenkins I get a build error because the .d file is not generated for one of the controllers. Its .d generation for other controller files I moved along with this.

Error:

Failed to load dependency contents from `` /Users/ios/build/jenkins/workspace/my-group/intermediate/Group.build/Objects-normal/i386/MyController.d ''. Error: Domain Error = NSCocoaErrorDomain Code = 260 "The file" MyController.d "could not be opened because there is no such file." UserInfo = 0x7faa5939b840 {NSFilePath = / Users / iOS / assemblies / Jenkins / workspace / my group / intermediate / Group.build / Objects-normal / i386 / MyController.d, NSUnderlyingError = 0x7faa59391050 "The operation cannot be completed. There is no such file or directory "}. User Information: {NSFilePath = "/Users/ios/build/jenkins/workspace/my-group/intermediate/Group.build/Objects-normal/i386/MyController.d"; NSUnderlyingError = "Error Domain = NSPOSIXErrorDomain Code = 2 \" The cann \ U2019t operation will complete. No such file or directory \""; }.

Question: When and how is a .d file created? I'm trying to figure out if I missed something by moving files from one group to another.

+6
source share

Source: https://habr.com/ru/post/958357/


All Articles