Tokyo 10.2

Tokyo 10.2

iOS 64bit, I get this error:

[DCC Error] E2597 ld: warning: directory not found for option '-FC:\Users\raimondi\Documents\Embarcadero\Studio\SDKs\iPhoneOS11.4.sdk\System\Library\PrivateFrameworks'
ld: file not found: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox

I have added all frameworks setting "Library path" as an option.

Anyone has a clue, please?

Comments

  1. I think adding empty PrivateFrameworks folder in appropriate SDK path solves it.

    ReplyDelete
  2. That's what I thought, too, but it doesn't. Something else is wrong as the second one remains.

    ReplyDelete
  3. Did you remember to add "AudioToolbox" in the Delphi SDK Manager?

    ReplyDelete
  4. Did you remember to click Update Local File Cache?

    ReplyDelete
  5. David Nottage yes mate. I clicked every button I could :P

    ReplyDelete
  6. Physically check the folder, i.e. C:\Users\\Documents\Embarcadero\Studio\SDKs\iPhoneOS11.4.sdk\System\Library\Frameworks\AudioToolbox.framework to make sure the AudioToolbox file is there

    ReplyDelete
  7. I don't think it is, but I also think that's OK: my understanding is that this is what "Update Local File Cache" should be doing, i.e. getting you all the stuff you need from the SDK. Is that incorrect?

    The AudioToolBox is a standard framework, so it should be brought down...right?

    ReplyDelete
  8. The funny thing is, I don't even use that framework.

    ReplyDelete
  9. It's not a framework that's included in the SDK manager by default, but whatever you are compiling requires it, otherwise you would not have the error. I just realised your entry in SDK manager is wrong. It's not a capital B in AudioToolbox. They're case-sensitive

    ReplyDelete
  10. D'oh! I'll check that when I get in the office.

    ReplyDelete

Post a Comment