Jump to content

KenR

Members
  • Content Count

    142
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by KenR


  1. 6 hours ago, Remy Lebeau said:

    According to the release announcement, you shouldn't have to reinstall any installed components, only GetIt packages.

    Several packages would not load e.g. Devex, Had to reinstall, UniDac & Eureka log resimstalling does not help.


  2. 6 hours ago, mvanrijnen said:

    this is not sustainable as a process to get updates to the end users. 

    I just spent 2 days of work updating our buildmachine from11.x to 12.2.

     

    Can start over now?

     

     

    Totally agree. So instead of downloading a larger patch I have to download a 7Gb iso and then have to re-install most of my components.


  3. I need to deploy a mac OS Arm-64 pkg to the app store. I have previously only ever submitted a 64 bit one before. I have turned on Generate Mac OS Universal Binary option in compiler options. The project entitlements file seems to be generated correctly:

     

    ..
    <dict>
    	<key>com.apple.security.app-sandbox</key>
    	<true/>
    	<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
    	<true/>
    </dict>

    When I user Transporter to upload the pkg I get the error regarding the app sandbox not being enabled. This is driving me crazy. What do I have to do to get Delphi 12.1 to correctly generate a mac OS Arm-64 pkg?

     

    Thanks in advance


  4. 8 hours ago, Lars Fosdal said:

    - check that you don't have stray .dcu files

    - ensure that all projects build .dcus into different folders for 32-bit and 64-bit

    - If you have circular unit use, see if you can refactor and apply dependency injection 

      

    Projects were recreated, and have different folders for DCU's. If I re-open Delphi the project compiles fine. The problem only exists when switching between 32 and 64 bit.

×