So, the application builds fine, but on run (cmd-R) I get this error. Some googling indicates that this precise header code has no hits and that solutions seem to vary from one code to the next.
Any help appreciated.
It looks like someone is treating a shell script as a Mach-O executable. 0x752f2123 is ASCII for “u/!#" or, byte reversed, “#!/u”, that is, the sort of thing you’d expect to find at the start of a shell script.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"