Einzelnen Beitrag anzeigen

arnof

Registriert seit: 25. Apr 2013
1.252 Beiträge
 
Delphi 10.1 Berlin Enterprise
 
#9

AW: AppStore Signaturen von dylibs ?

  Alt 20. Aug 2014, 06:09
So dein Tipp wie gedacht bringt auch keine Besserung:


Code:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate: file not in an order that can be processed (local relocation entries out of place): /Users/arno/PAServer/scratch-dir/Arno Freisinger-iMac/SEPA_Banking.app/Contents/Frameworks/libmidas.dylib
/Users/arno/PAServer/scratch-dir/Arno Freisinger-iMac/SEPA_Banking.app: the codesign_allocate helper tool cannot be found or used
In subcomponent: /Users/arno/PAServer/scratch-dir/Arno Freisinger-iMac/SEPA_Banking.app/Contents/Frameworks/libmidas.dylib
Wenn man alles auf Frameworks umstellt, dann geht es generell nicht mehr, da er dann auch die libcgunwind.1.0.dylib anmeckert

Code:
dyld: Library not loaded: @rpath/libcgunwind.1.0.dylib
  Referenced from: /Users/arno/PAServer/scratch-dir/Arno Freisinger-iMac/SEPA_Banking.app/Contents/MacOS/SEPA_Banking
  Reason: image not found
Also wieder auf das bekannte Verzeichnisschema gestellt, dann startet alles (bis das das meine TCLientDataSets nicht mehr gehen. Mit der benötigten libmidas.dylib im Standardverzeichnung kommt dies als Fehler:

Code:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate: file not in an order that can be processed (local relocation entries out of place): /Users/arno/PAServer/scratch-dir/Arno Freisinger-iMac/SEPA_Banking.app/Contents/MacOS/libmidas.dylib
/Users/arno/PAServer/scratch-dir/Arno Freisinger-iMac/SEPA_Banking.app: the codesign_allocate helper tool cannot be found or used
In subcomponent: /Users/arno/PAServer/scratch-dir/Arno Freisinger-iMac/SEPA_Banking.app/Contents/MacOS/libmidas.dylib
Ich werde die Sache erstmal beenden und die nächsten 3 Wochen was anderes machen, vielleicht geht bis dahin wieder das Forum vom emba

Geändert von arnof (20. Aug 2014 um 06:19 Uhr)
  Mit Zitat antworten Zitat