Lars Fosdal 1792 Posted December 18, 2020 https://my.embarcadero.com/#downloadsPage Share this post Link to post
TTSander 2 Posted December 18, 2020 Or use GetIt. RAD Studio will link you to the patch on the launch page. I can confirm this solves the linkers errors when using TClientDataSets with SDK 14.2. I'll try 14.3 next, fingers crossed. 1 Share this post Link to post
Martifan 5 Posted December 18, 2020 3 hours ago, Lars Fosdal said: https://my.embarcadero.com/#downloadsPage thanks, but it's empty, can you put it somewhere on the cloud? thank you in advance Share this post Link to post
TELOS KIM 0 Posted December 18, 2020 (edited) May you have a good day today.. I have been suffering for the first week because of this content. The same error occurs even though I upgraded today (Platform Assistant Server Version 12.1.10.5) as shown below. Thank you in advance for your quick help. Last login: Fri Dec 18 22:38:57 on console /Applications/PAServer-21.0.app/Contents/MacOS/paserver ; exit; itelos@itelosui-MacBookPro ~ % /Applications/PAServer-21.0.app/Contents/MacOS/paserver ; exit; Platform Assistant Server Version 12.1.10.5 Copyright (c) 2009-2020 Embarcadero Technologies, Inc. Connection Profile password <press Enter for no password>: Starting Platform Assistant Server on port 64211 Type ? for available commands > [DCC Error] E2597 Undefined symbols for architecture arm64: Error: "__ZdlPv", referenced from: _DllGetClassObject in alchemy.o); __ZN14DSBASE_Factory14CreateInstanceEP8IUnknownRK4GUIDPPv in alchemy.o); __ZN16DSCursor_Factory14CreateInstanceEP8IUnknownRK4GUIDPPv in alchemy.o); __ZN22DATAPACKETREAD_Factory14CreateInstanceEP8IUnknownRK4GUIDPPv in alchemy.o); __ZN23DATAPACKETWRITE_Factory14CreateInstanceEP8IUnknownRK4GUIDPPv in alchemy.o); __Z9GetFldObjjiP7DSXML_WPP7FLDConv in dspickle.o); __ZN12DSDATAPACKETD2Ev in dspickle.o); ... Error: "__ZdaPv", referenced from: __Z15MakeAdtFldDescsjP20DSDATAPACKETFLDDescXPjPP16DSPROVADTFLDDesc in dspickle.o); __ZN12DSDATAPACKET12DelRecStatesEv in dspickle.o); __ZN9DSEXTRACT12DelRecStatesEv in dspickle.o); __Z12MakeFldDescsjP9DSFLDDescPjPS0_S1_ in ds.o); __ZN6DSBASE8ResetAllEv in ds.o); __ZN6DSBASE8AddFieldEP9DSFLDDesc in ds.o); __ZN10LTABLEListD2Ev in ds.o); ... ld: symbol(s) not found for architecture arm64 [DCC Fatal Error] F2588 Linker error code: 1 ($00000001) Edited December 18, 2020 by TELOS KIM Share this post Link to post
TELOS KIM 0 Posted December 18, 2020 May you have a good day today.. I have been suffering for the first week because of this content. The same error occurs even though I upgraded today (Platform Assistant Server Version 12.1.10.5) as shown below. Thank you in advance for your quick help. Share this post Link to post
Guest Posted December 18, 2020 4 hours ago, Martifan said: where can I download it? GetIT - menu Tools, Getit or on site https://getitnow.embarcadero.com/ is the same. if your license it's ok Share this post Link to post
Martifan 5 Posted December 18, 2020 5 hours ago, emailx45 said: GetIT - menu Tools, Getit or on site https://getitnow.embarcadero.com/ is the same. if your license it's ok I have a free version, but this patch is not there Share this post Link to post
Martifan 5 Posted December 18, 2020 6 minutes ago, emailx45 said: just for subscription Can you post the archive somewhere? thank you in advance Share this post Link to post
Dave Nottage 557 Posted December 19, 2020 21 hours ago, Martifan said: where can I download it? Tools|GetIt Package Manager. In Categories, filter by Patches and Hotfixes: 21 hours ago, gioma said: I have installed the patch but nothing changes: Unless the patch has been fixed by now, you need to also download the latest PAServer. Please see: https://delphiworlds.com/2020/12/apple-patch-re-patched/ 1 Share this post Link to post
OlliWW 0 Posted December 22, 2020 (edited) Hi, I am having the same issues: - Delphi 10.4.1 - December Patch applied - XCode 12.2 - MacOS Catalina - Installed new PAServer on MacOS - Deleted "scratch-dir" from PAServer - Deleted iOS SDK in Delphi - Reimported iOS SDK But when i build an iOS App for Release, i also get only "EXPORT SUCCEEDED" and "Failed". Thats very anoying 😞 Some additional informations: My project is under version control. I checked it out on two different windows machines. Both running the same delphi (10.4.1. all patches applied). Both machines use the same MacBook with the same PAServer. Both Delphi's have the same settings when it comes to the provisioning profiles etc. Machine 1: everything works like expected Machine 2: error "export succceed" So my conclusion is: there must be a difference in the delphi installation Update: On the machine that isn't working i also did a complete reinstall of delphi and all of its components. I deinstalled delphi, deleted all remaing folders (documents, programmData,...) and also deleted all registry keys. After that i did a fresh install of delphi 10.4..1 and installed all the patches: the result is the same: it didn't work. Edited December 22, 2020 by OlliWW Share this post Link to post
OlliWW 0 Posted December 22, 2020 I finally found a workarround, no true solution, because the cause of the issue is still unknown but after hours of testing and debugging: I added a new windows user to my machine (lokal user with lokal administrator rights [don't know if that is necessary, since the old user is also an administrator]). With this new user i can compile and pack my ipa-file and everything works as expected. so i think there's something in the users-profile which causes this issue. Since i deleted every "delphi"-directory before reinstalling it can't be any file related stuff. maybe some path variables? some user rights? Share this post Link to post
Guest Posted December 23, 2020 my killer tip: if "possible" always create a folder as your "root" with privilegies for any user or user "ALL" for example: my RAD Studio is installed in Drive C in the folder named "EMB" this folder is on the "root" C, then, it should have same privilegies than others in C root, or be, my common user in my MSWindows is not have any super-privilegie for that my tatic is "give it" "Total Control" and "Owner" attribute. that way, my C:\EMB, will be my "root" folder for all sub-folders (Components Suites, Firebird, etc...) installed in my directory Now, does not matter if my common user needs or not "be" a super-user in this directory, you see? Sorry, my english is very poor to explain my idea! hug and Merry Christmas! Share this post Link to post
Gabriel_Cogima 4 Posted December 29, 2020 Hi ! I have the same error ... i have the patch and the last version ou PAServer And i have this message : ' [PAClient Erreur] Erreur : E0776 2020-12-29 14:17:28.849 xcodebuild[14242:259479] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/zm/w8j7dc4n7_s7hbsrdk104w3r0000gn/T/BanquesMobile_2020-12-29_14-17-28.848.xcdistributionlogs'. ' [PAClient Erreur] Erreur : E0776 ** EXPORT SUCCEEDED ** But it works in developpement configuration but not in Store App configuration .... Any ideas ? Share this post Link to post
Gabriel_Cogima 4 Posted January 21, 2021 (edited) Hi Guys ! So now i can build with Xcode 12 and for IOS 14 ! So the solution for me is : In project --> options --> version information --> CFBundleName, put : $(ModuleName) Now i can build my project for the AppStore (Thanks weabow !!!!!) Gabriel Edited January 21, 2021 by Gabriel_Cogima 3 1 Share this post Link to post
enesgeven 6 Posted January 23, 2021 On 1/21/2021 at 5:32 PM, Gabriel_Cogima said: Hi Guys ! So now i can build with Xcode 12 and for IOS 14 ! So the solution for me is : In project --> options --> version information --> CFBundleName, put : $(ModuleName) Now i can build my project for the AppStore (Thanks weabow !!!!!) Gabriel Approved! Thank you. Share this post Link to post
Rollo62 536 Posted April 26, 2021 I can approve that too, current Rx10.4.2. Suddenly in a project the CFBundleName appeared as "iPhone", instead of $(ModuleName). I assume this happened when changing UIDeviceFamily from iPhone to iPhone & iPad, but not sure. What I heavily hope is that the version and options dialog will get much more stable one day. Share this post Link to post
Guest Posted May 24, 2021 On 12/29/2020 at 2:22 PM, Gabriel_Cogima said: Hi ! I have the same error ... i have the patch and the last version ou PAServer And i have this message : ' [PAClient Erreur] Erreur : E0776 2020-12-29 14:17:28.849 xcodebuild[14242:259479] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/zm/w8j7dc4n7_s7hbsrdk104w3r0000gn/T/BanquesMobile_2020-12-29_14-17-28.848.xcdistributionlogs'. ' [PAClient Erreur] Erreur : E0776 ** EXPORT SUCCEEDED ** But it works in developpement configuration but not in Store App configuration .... Any ideas ? I have the same problem, but my CFBundleName isn't the problem. Has anyone had this problem as well? When I create a blank new app, it works just fine and creates the .ipa file, but doesn't work with my project. Share this post Link to post
Dave Nottage 557 Posted May 25, 2021 18 hours ago, vrelisean said: but my CFBundleName isn't the problem Can you indicate what value you have for CFBundleName? See also: https://quality.embarcadero.com/browse/RSP-32150 Share this post Link to post
Guest Posted May 25, 2021 6 hours ago, Dave Nottage said: Can you indicate what value you have for CFBundleName? See also: https://quality.embarcadero.com/browse/RSP-32150 Exactly these values. I even tried opening a new project, but the issue persists. Share this post Link to post
Guest Posted May 27, 2021 On 5/25/2021 at 10:20 AM, vrelisean said: Exactly these values. I even tried opening a new project, but the issue persists. Figured out the problem. The project name had a dot in it, so just removing it solved the issue (eg. Project.X to ProjectX). Share this post Link to post