Jump to content

Patrick PREMARTIN

Members
  • Content Count

    389
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Patrick PREMARTIN

  1. Patrick PREMARTIN

    Delphi 12.3 is available

    Thanks, I open an issue about the installer. It should not check by default something not installed and of course must allow to install it.
  2. Patrick PREMARTIN

    Delphi 12.3 is available

    When you opened the Tools / Manage Feature dialog (before reinstalling) it was checked but you unchecked it when you installed ?
  3. Patrick PREMARTIN

    Delphi 12.3 is available

    Strange. Are you in a Professional or Enterprise edition ? You only have "html" part under "language" option ? Do you have the refactoring options in contextual menu in the code editor ? Can you uninstall the modeling option and reinstall it ?
  4. Patrick PREMARTIN

    Delphi 12.3 is available

    Check the installer ("Tools / Manage features" in the IDE). The code formatter and other .Net dependencies are in the "modeling" option.
  5. Patrick PREMARTIN

    Build time affected with an updated component...

    Hi Ian Very strange. Does this components include a design package or IDE wizards ? Does it needs external DLL ? Does it affects builds and constructs in DEBUG and RELEASE configurations ? Is it for Windows or an other platform ?
  6. (hope it will still work tomorrow)
  7. Patrick PREMARTIN

    iOS problem since switching from Delphi 12.1 to 12.2

    I didn't say that (neither thought it). 😉 The errors are not clear and understanding the toolchains for Android and iOS is not easy, even when we use them often.
  8. Patrick PREMARTIN

    iOS problem since switching from Delphi 12.1 to 12.2

    If you don't target iOS 15, why do you change the minimal iOS SDK version number ? Do you have any error except the one from original subject of this topic ? What does your app ? Anything needing a specific framework ?
  9. Good to know you find a solution. I've just installed the Android SDK manager GUI from GetIt and it worked fine. I don't have Android Studio or VS Code in my VMs. Do you have any of them or an other development tool ?
  10. Patrick PREMARTIN

    iOS problem since switching from Delphi 12.1 to 12.2

    According to https://docwiki.embarcadero.com/PlatformStatus/en/Main_Page if you use a 12.x release you cannot go under iOS 16. If you want to target iOS 15, use the 11.3 Alexandria and try to add latest iOS SDK as maximal value. Depending on what you use in your project and what Embarcadero uses in the RTL / FMX, the project needs some APIs and libraries. Changing the minimal SDK Version value don't impact that.
  11. Patrick PREMARTIN

    iOS problem since switching from Delphi 12.1 to 12.2

    Use the contextual menu in the message tab "construction" or "output". You should find a "Select all / Copy" and a "Save in file" option. (if you share it, check if you have any password used for Android or iOS signature)
  12. Patrick PREMARTIN

    RAD 12.3 and Eclipse Temurin JDK

    I don't know for the ISO, but the web install installs all what is needed to work if you check the options during the installation or after by restarting the installer from OPTIONS menu of the IDE. The web installer download only what is needed. The ISO is supposed to contain all packages potentially to install.
  13. Patrick PREMARTIN

    Delphi 12.3 is available

    thanks
  14. Hi @Rick Howitt Why do you think this error will appear for Delphi 12.3 ? The supported SDK is 35. NDK, SDK and JDK are installed for that. And if you want to change things (install packages, ...) you have now the Android Manager in GetIt. The only thing to do for existing projects is to refresh Android libraries list from the contextual menu in the project manager. If you forced the SDK in the Android manifest, use the default one.
  15. Patrick PREMARTIN

    Delphi 12.3 is available

    Do you have a RSP or RSS issue to look at ?
  16. Patrick PREMARTIN

    Delphi 12.3 (64-bit) Workaround on ARM Platform

    It could impacts users with Parallels Desktop on higher processors than M1. You can also set the number of used processors in your VM settings instead of letting Parallels adapt this number depending on the weather or what you do.
  17. Patrick PREMARTIN

    App Store Connect: Unable to Add for Review

    Try with the Infos.plist standard template, adding the iOS version is not necessary. (perhaps you needed it from a previous release with an unsupported iOS SDK)
  18. Patrick PREMARTIN

    Delphi 12.3 & DevExpress: Installation Issues...

    The 32 and 64 bits IDE don't share components packages. DevExpress (and other components vendors) have to add the 64 bits version of them in their installers.
  19. Patrick PREMARTIN

    App Store Connect: Unable to Add for Review

    Hi Did you updated the iOS SDK in the IDE ? Why did you add the keys in the Info.plist ?
  20. Patrick PREMARTIN

    Delphi 12.3 is available

    The 64 bits IDE is optional, you don't have to install it if you don't want to use it. All files are in the standard BDS folder but the 64 bit IDE and files are under a ./bin64 folder. For the registry some parameters are common (like default project folder), some of them are separated (like DCUs paths). More infos about the 64 bits IDE are on https://docwiki.embarcadero.com/RADStudio/en/64-bit_IDE
  21. Patrick PREMARTIN

    Delphi 12.3 is available

    Hi Daniel What is your setup ? Are you working in a VM ?
  22. Patrick PREMARTIN

    Delphi 12.3 is available

    links have been fixed 🙂
  23. Patrick PREMARTIN

    Delphi 12.3 is available

    You should not have the need of administrator privileges to install components packages from GetIt. Do you have other users on this computer ? Did you installed with default installation folder or do you changed it ? It could explain this.
  24. Patrick PREMARTIN

    Delphi 12.3 is available

    I suppose it's on an existing project. Did you previously enabled the Windows 64 platform on it ? Check in the project manager if you can add a platform from the contextual menu. If it's a compiler installation problem this symptom is usually a license-related problem. It's best to check that the license is up to date in the license manager and try to reinstall the missing platforms.
  25. Patrick PREMARTIN

    Delphi 12.3 is available

    @Lajos Juhász It seems you have an installation problem : projects in 12.2 and DCU can be used in 12.3. You don't need to do anything for that (except for Android where you need to refresh the libraries list for the SDK change). You don't need administrator privileges to work in RAD Studio. Please go to https://qp.embarcadero.com and open an issue where you explain what is your setup and how you installed the release.
×