0

I'm doing an internship in France and I'm developping a Delphi multi-platform application using FireMonkey in RAD Studio 10.2 Tokyo. My internship tutor installed a Mac mini to test my application on Mac OSX.

Every time I build on this platform (OSX32), it works the first time, and then I got this error

message: "C:\Users\rgibassier\AppData\Roaming\Embarcadero\DEV\19.0\MacOSX10.12.4.sdk".

I can fix it temporarily by erasing the file and replacing it with an older copy that I kept, which has not been corrupted yet.

Any ideas?

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770
romsteak13
  • 11
  • 4

1 Answers1

3

Deleting the existing SDK (Tool->Options->SDK Manager) resolved for me

Neil
  • 31
  • 2