Jump to content

Dave Nottage

Members
  • Content Count

    1599
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Dave Nottage

  1. You may need to follow these steps: Delete the SDK folder under: C:\Users\(username)\Documents\Embarcadero\Studio\SDKs Delete the SDK from the SDK Manager in Delphi On the Mac, in the ~\PAServer\scratch-dir folder, remove any folders starting with cache-dir In Delphi, re-add the SDK
  2. Dave Nottage

    Updating files in assets\internal\ (12, FMX, Android)

    You need to improve your search skills 😉 https://docwiki.embarcadero.com/RADStudio/Athens/e/index.php?search=cleaninstall&title=Special%3ASearch&go=Go
  3. Dave Nottage

    file Sharing intent on Android

    It might help to show the rest of your code
  4. Dave Nottage

    Linker errors all of a sudden....IOS

    Not for the purposes of compiling - the SDK files in the SDKs folder on the Windows machine are what is used
  5. Dave Nottage

    Linker errors all of a sudden....IOS

    It's easy enough to check whether or not the file exists in each case - it's not like the linker randomly chooses whether to believe it does. In. my case, the file that the linker is referring to is in: C:\Users\dave\Documents\Embarcadero\Studio\SDKs\iPhoneSimulator18.5.sdk\System\Library\PrivateFrameworks\DocumentManager.framework
  6. Dave Nottage

    Linker errors all of a sudden....IOS

    Exactly the same error? i.e. ld: file not found: /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager for architecture arm64 If so, the SDK still has not imported properly. You may need to delete the SDK folder, then remove the cache-dir- folders, then re-import. If the folder still doesn't import there's some issue at play I've not seen before.
  7. Dave Nottage

    Linker errors all of a sudden....IOS

    I've since remembered that the new PAServer was actually in the patch folder. I've installed it now, but same result: the apps work.
  8. Dave Nottage

    Linker errors all of a sudden....IOS

    macOS PAServer version? It's still 14.3.14.2 for the May patch. At least it is for me. A blank application built against this SDK works OK for me... ..for a device with this iOS version.
  9. Dave Nottage

    Linker errors all of a sudden....IOS

    If it were being caused by the May patch (which contains no changes for iOS development), I'd expect to see a lot more reports of it. What is your environment (aside from Delphi 12.3, since you mention the May patch), i.e. Xcode version, iOS SDK version, PAServer version? I'm using Xcode 16.4, iOS 18.2 SDK, PAServer 14.3.14.2.
  10. Dave Nottage

    Linker errors all of a sudden....IOS

    I suspect there's some other issue causing that. The App Store requirement relates to the versions of Xcode and iOS SDK that need to built against, not the Minimum iOS Version set in the linking options.
  11. Dave Nottage

    Linker errors all of a sudden....IOS

    Correction - as per the report, the problem started with Delphi 12.2. It was working before that.
  12. Dave Nottage

    Linker errors all of a sudden....IOS

    It has nothing to do with the May patch - the problem may have existed even before Delphi 12. Is there a reason why you need to set the min version above 13?
  13. Dave Nottage

    iOS problem since switching from Delphi 12.1 to 12.2

    I suspect you mean "14 or higher", because I can build using a: Minimum iOS version supported value of 13.0
  14. Dave Nottage

    HTTP error 12007

    It's because at the time, they had no connection to the internet. I've seen this myself where wifi is not exactly reliable.
  15. Dave Nottage

    PDF Drawing Component for Delphi FMX

    Why does the "payment" page (or the rest of the site) not use https?
  16. In which case it seems the import has not completed. You may need to follow these steps: Delete the folder: C:\Users\admin\OneDrive\Documents\Embarcadero\Studio\SDKs\MacOSX14.sdk Delete the SDK from the SDK Manager in Delphi On the Mac, in the ~\PAServer\scratch-dir folder, remove any folders starting with cache-dir In Delphi, re-add the SDK
  17. That's a warning - you can ignore it. That seems to be more like what the real problem is. Perhaps the SDK that was imported has been removed? You should check whether this folder exists: C:\Users\admin\OneDrive\Documents\Embarcadero\Studio\SDKs\MacOSX14.sdk
  18. If you just have one VM (presumably Windows, with Delphi) running at any one time, and don't run a bunch of memory hogging apps (e.g. VS Code, most of the popular browsers etc), you can get by with 16GB. I did for years, but when I started often having more than one VM running at a time (as well as VS Code etc), I shifted to a 32GB machine.
  19. Dave Nottage

    Why i haven't Android SDK after intall RAD Studio 12?

    In the IDE options - ensure these are checked, and click Save I don't know, sorry.
  20. Dave Nottage

    Why i haven't Android SDK after intall RAD Studio 12?

    What happens if you create a completely new app, saved to a different path, and compile it?
  21. Dave Nottage

    Why i haven't Android SDK after intall RAD Studio 12?

    Which is vastly different to the original error. It apparently has some issues with the characters in the path. Try loading a project from a path that has just plain ascii characters in it.
  22. Dave Nottage

    Why i haven't Android SDK after intall RAD Studio 12?

    Same error? Make sure you changed the Java settings for both Android 32-bit and 64-bit SDKs
  23. Dave Nottage

    Why i haven't Android SDK after intall RAD Studio 12?

    Your Java settings are incorrect. See my earlier reply.
  24. Dave Nottage

    Why i haven't Android SDK after intall RAD Studio 12?

    From the IDE menu, use Tools | Options (not Project Options), Deployment > SDK Manager
  25. Dave Nottage

    Why i haven't Android SDK after intall RAD Studio 12?

    It appears the settings for the Java tab in the Android SDK settings are incorrect. Use Tools | Manage Features in the Delphi menu to ensure that the Eclipse Temurin OpenJDK 17 (it appears on the right of the Manage Features window, towards the bottom) is installed, and the Java settings look like this:
×