Questions tagged [paserver]

The Platform Assistant server (named paserver) is a command-line application that can be installed on Windows and Mac OS X. You install the Platform Assistant on a remote system, in the same network as your development system, to let RAD Studio interact with that remote system, so that you can develop cross-platform (multi-device) applications for Mac OS X, iOS, or Win64 (this last from a Win32 development system).

Excerpt taken from the Embarcadero Docs.

24 questions
4
votes
1 answer

Delphi compiling to Linux ld-linux.exe: error: cannot find bplrtl270.so

After upgrading to Delphi 10.4.1 , I installed PAServer on Linux Ubunto 18.04.5 and updated SDK Local File Cache , there were no errors in these processes. However when I converted my existing applications or tried to create a new one for Linux-64 I…
JRG
  • 513
  • 9
  • 23
4
votes
2 answers

How can i debug my DLL project with Delphi's PAServer

I Have a dll Project. I want to debug this Project with paserver on remote side. How can i pass my dll outpath dir on remote side and how can i pass my dll’s debug launcher application ? For example my dll should be run on C:\MyApp\MyApp.DLL (On…
Sayat Ertüfenk
  • 324
  • 1
  • 3
  • 11
3
votes
1 answer

Delphi and PAServer

Is it possible to install two versions of Delphi's PAServer and PAServer Manager on a Mac? For reasons I will not go into, I need to switch between using Delphi 11.2 and Delphi 11.3 to program for Apple devices. I am using a Mac Mini for this. Every…
Rick Hollerich
  • 197
  • 1
  • 7
3
votes
1 answer

Cannot install iOS SDK for RAD Studio 10.2 Tokyo

We recently purchased a new license of RAD Studio Tokyo and installed version 10.2 Update 3 on Windows 10 Pro. We purchased the product specifically for the capability of targeting both Windows and iOS, but so far we can only target Windows. The…
ardnew
  • 2,028
  • 20
  • 29
3
votes
8 answers

(Delphi Linux) ld-linux.exe: error: cannot find -lgcc_s

I have set up the PAserver that was located at: C:\Program Files (x86)\Embarcadero\Studio\19.0\PAServer\LinuxPAServer19.0.tar.gz on my Ubuntu Gnome 16.10 vm. Please note that I have never used the pa server before and this is my first time using…
Newb101
  • 127
  • 3
  • 12
2
votes
0 answers

PAServer debugging stops working after exception

When I debug an app using PAServer (21.0), no matter on which platform, if exception was raised, and I then try to continue debugging (using Run - Run (F9)), all debugging functionality stops working, as if I chose Run - Detach From Program, even if…
Serhii Kheilyk
  • 933
  • 1
  • 8
  • 24
1
vote
0 answers

Remote debugging Win32 VCL application built with custom runtime packages: bpl not found

I wrote a Win32 VCL application in Delphi 11.1 Alexandria, the application uses runtime packages that I also wrote myself. The application runs correctly on my development machine. I'm now trying to remote debug this application. The remote debugger…
MrSigge
  • 43
  • 5
1
vote
4 answers

PAServer 22 is not working in Mac Monterey, it use dylib that link with framework Python 2.7 and not exist in /System/library/Frameworks of Monterey

I’m download the lastest version of Delphi 11.1 and all is Ok, but when I try to debug project in MAC Monterey 12.3.1 using PAServer 22, I have an error in PAServer Terminal window, it said that Framework Python can’t be found in…
IndexCons
  • 31
  • 4
1
vote
0 answers

"[PAClient Error] Error: E0776" - PARAMETER_ERROR.INVALID

When I deploy an app from RAD Studio 11.0 to Xcode 13.2.1 on a remote macOS machine, through PAServer, I get following error: [PAClient Error] Error: E0776 2022-03-01 11:05:28.836 xcodebuild[3909:39218] [MT] IDEDistribution: -[IDEDistributionLogging…
bluish
  • 26,356
  • 27
  • 122
  • 180
1
vote
0 answers

E2597 Id: file too small (length=0) for architecture arm64

I develop iOS apps using RAD Studio 10 Seattle (Delphi) from a Windows 10 system Due to the new requirements to submit to the App Store, I have upgrade my Apple environment: MacBook Air macOS Hight Sierra 10.13.6 Xcode 10.1 PAServer 17.0 From that…
Jordi
  • 21
  • 5
1
vote
2 answers

Delphi - Checklist for PAServer Connection (Mac OSX)

I have spent the better part of a day trying to connect to PAServer on MAC OSX from my Windows PC with no luck. I am not sure what I am missing. I am using Delphi 10.2 Tokyo on Windows. Trying to connect to PAServer 19.0 on a Mac Mini running macOS…
Rohit
  • 909
  • 1
  • 9
  • 20
1
vote
2 answers

'Session Ended' when lauching app from Delphi to iOS Simulator

I'm trying to deploy a multi-platform application (written in Delphi XE7 + Firemonkey) to iOS Simulator, through these parameters: Delphi XE7 OSX 10.8 Mountain Lion XCode 5.1.1 Command Line Tools PAServer 15.0 (iOS SDK 7.1 - also tested with…
nunopicado
  • 307
  • 4
  • 17
0
votes
0 answers

Delphi 11.2 + IOS Simulator

I have: Window 10 with Delphi 11.2 as working platform MacOS 12.6 with PAServer 22.0 installed on VMWare. I am trying to write a cross platform application. Everything works on windows and android. The project is also launched on a virtual…
0
votes
1 answer

How to get access to the command line of your delphi deployed datasnap server on a linux docker container

I'm prototyping various deployment scenarios for my future delphi web projects. And as I'm going to build the nextgen killer app (...) , I investigated cloud deployment of a docker container for my backend API datasnap server. As I was new to docker…
DDeberla
  • 77
  • 5
0
votes
0 answers

Try to deploy app via PAServer 21 but in vain

This bothered me for over half a year already. When I used Rad Studio 10.4.1, it is ok to deploy app to the iOS device. While I installed Rad Studio 10.4.2 on another PC, and installed PAserver 21 (12.2.10.3) on another macbook, it failed to deploy…
1
2