When I try to build my app with Xcode, an error interrupts the build process:
Command
CompileStoryboard
failed with a nonzero exit code>
I have faced similar problem. I have done
Legacy Build Settings
- didn't worktypedef NS_ENUM
in .h file and enums related works. Build the system and build success shown. Next un-comment the code and build again - Magically works