Can anyone give me any idea on what the deal is with using an older version of Delphi Firemonkey (XE8) on newer macOS systems? For example, I'm using XE8 and things work fine on my iMac with Yosemite, however I'm having app problems on my Mac Mini with High Sierra. Can I install xCode and PAServer on High Sierra and debug to there, or do I need the newest Delphi? (My employer is difficult to get to spend money on upgades).

Comments

  1. David Nottage myself and others get ‘Abnormal Program Termination’ using Xcode 10 with SDK 10.14.

    stackoverflow.com - BDS Abnormal Program termination (macOS build)

    If you have this working, I’d be interested to know what you did.

    Thanks, Kevin

    ReplyDelete
  2. Kevin Black OK, yes.. macOS 10.14 SDK is yet to be supported, however if you have already imported 10.13, it'll work with Xcode 10

    ReplyDelete
  3. David Nottage and that’s the problem. If Xcode 10 is installed you can only access SDK 10.14, it does NOT allow accessing SDK 10.13. So it only works if you install Xcode 9.4.1, then SDK 10.13 then XCode 10. But if you try to install the SDK again it will show only 10.14 and if you install that it will fail.

    So for me, I installed the latest version of Xcode and then the only SDK available 10.14. Which of course failed. By accident if I’d installed Xcode 9.4.1 then the SDK 10.13 THEN upgrade Xcode it would have worked, but I wasn’t smart enough to figure that out.

    ReplyDelete

Post a Comment