Hi,
ich habe in der Deployment-Liste für iOS sowohl für Release als auch Debug drei Dateien für die Ordner
Delphi-Quellcode:
StartUp\Documents\
StartUp\Documents\markers\
StartUp\Documents\pictures
aufgeführt. Diese werden in StartUpCopy aber nicht in die Sandbox kopiert. Wenn ich mich da durch steppe, sehe ich, dass der folgende Pfad nicht existiert.
Source := UTF8ToString(Bundle.bundlePath.UTF8String) + PathDelim + 'StartUp' + PathDelim;
Dies führt in der Folge dazu, dass das Copy-Command gar nicht ausgeführt wird:
Delphi-Quellcode:
if DirectoryExists(Source) then
DoCopyFiles(Source, Destination);
An was kann dies liegen?
Grüße, Philipp