I can't run apps on OS X.

I can't run apps on OS X.

RAD Studio 10 Seattle, Delphi personality. Created new app from scratch and put on it one button and added ShowMessage("Hello') in its OnClick event.

Installed PAServer17.pkg on Mac (10.10 Yosemite, XCode 7). Started.

RAD Studio automatically installed SDK (10.11, that seems to be the only SDK available) from the Mac. Then the program deploys. But when the PAServer tries to start it, I get the following error:

================================================
Process Control Server Started pid 2422 exe  built Aug  7 2015
sentinelFunc 2424
dyld: Library not loaded: /usr/lib/libSystem.dylib
  Referenced from: /Users/primoz/PAServer/scratch-dir/gabr-Milena/Project1.app/Contents/MacOS/Project1
  Reason: Incompatible library version: Project1 requires version 112.0.97 or later, but libSystem.B.dylib provides version 1.0.
================================================

I have absolutely no idea what that means and how to approach this problem. Please, help!

#10Seattle

Comments