erva 2 Posted March 30, 2020 Where can i find compiled macOs app? I can launch app from Delphi in mac, but can't find compiled dng file from OSX64/Debug directory like windows .exe file Share this post Link to post
Dave Nottage 557 Posted March 30, 2020 It's in on the Mac, in /Users/[username]/PAServer/scratch-dir/[computername]-[profilename], where [username] = the macOS username [computername] = the Windows computer name you're deploying from [profilename] = the connection profile name you're using eg: /Users/dave/PAServer/scratch-dir/dell-Mac I have Delphi expert and companion macOS app that has functionality that opens Finder on the Mac to show you exactly where it is, here: https://github.com/DelphiWorlds/Mosco 1 Share this post Link to post
erva 2 Posted March 30, 2020 Thanks, found it. Didn't thought at all that i'am looking it from wrong computer:) 1 Share this post Link to post