Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When I try running on iOS, Delphi says I'm missing a file

I've been compiling and running Delphi in a VM inside a Mac. I just got a separate PC (Win10), installed Delphi, and would like to compile and run Mac and OS X apps from the new install. So here's what I did:

  1. Everything on the Mac was already setup and working properly. I'll spare the details, but this is not where my issues are coming from.
  2. I created a connection profile on my development machine, which succeeded--the test connection worked properly.
  3. I added SDK's for Mac OSX and iOS-64 bit, following the steps outlined on the Embarcadero docwiki. The SDK version added is iPhoneOS 11.2.
  4. At this point I had no troubles compiling and running an app on Mac OSX.

When I tried it for iOS, however, I get an error E2597

ld: file not found: /System/Library/Frameworks/FileProvider.framework/FileProvider for architecture arm64

I don't see a FileProvider.framework folder inside the Frameworks folder.

like image 638
Al C Avatar asked Oct 19 '25 16:10

Al C


1 Answers

I tried Dave's suggestion above; it got me part way there. I received an error message about missing [long path to]/System/Library/PrivateFrameworks. So I simply created a new folder at the designated location called "PrivateFrameworks" and tried again. ... Success!

like image 181
Al C Avatar answered Oct 21 '25 07:10

Al C



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!