Hello Experts!
I'm at a complete loss. Prior to updating to Xcode 9.4 I was able to build and test my app with no problems, but after the upgrade, when I try to build I almost immediately get a Build Failed message.
When I check the Report Navigator, it just says "Build operation failed without specifying any errors." I noticed that I was getting the Swift 3 @objc inference deprecation error still, so I thought that might be the issue. After reading some posts, I tried changing the Swift 3 @objc Inference to "Default", but all that did was remove the warning message and the build still failed.
Would these inference issues cause the build to fail? And if so, if I have Swift 3 @objc Inference issues within the code in my project, I have no idea how to identify where those issues are. I've never seen before, and I can't see now, any warnings within any of the code in my viewcontrollers that give me the option of selecting "Fix" in order to add @objc.
Any help would be appreciated!