Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi, the program throws an error when I try running it on macOS Mojave 10.14.6 in terminal or iTerm. Here's what the report is:

dyld: lazy symbol binding failed: Symbol not found: _objc_opt_respondsToSelector
  Expected in: /usr/lib/libobjc.A.dylib

dyld: Symbol not found: _objc_opt_respondsToSelector  
Expected in: /usr/lib/libobjc.A.dylib

Referenced from: crtview-mac (which was built for Mac OS X 10.15)

Any idea what the problem is? Cheers.

(1 edit)

Well reading the last line, maybe the .exe was made for macOS 10.15, while you ran it on 10.14.6

Read the error message ;)

I thought exes were only native to windows OS

Well there's different types of executable files. Some are for Windows and some are made for macOS.

ah, i see. so executables with different names

(+1)

Kinda yeah, and probably the content/encoding/binary/etc of the file.