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?
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?
I think adding empty PrivateFrameworks folder in appropriate SDK path solves it.
ReplyDeleteThat's what I thought, too, but it doesn't. Something else is wrong as the second one remains.
ReplyDeleteDid you remember to add "AudioToolbox" in the Delphi SDK Manager?
ReplyDeleteYep.
ReplyDeletehttps://plus.google.com/photos/...
Did you remember to click Update Local File Cache?
ReplyDeleteDavid Nottage yes mate. I clicked every button I could :P
ReplyDeletePhysically 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
ReplyDeleteI 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?
ReplyDeleteThe AudioToolBox is a standard framework, so it should be brought down...right?
The funny thing is, I don't even use that framework.
ReplyDeleteIt'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
ReplyDeleteD'oh! I'll check that when I get in the office.
ReplyDelete