![]() |
IOS linker error E2597 File not found MessageUI
Hallo ich bekomme beim compilieren
auf Delphi RIO für IOS diesen Linker Fehler
Code:
XCODE ist aktuell
[DCC Fehler] E2597 ld: file not found: /System/Library/Frameworks/MessageUI.framework/MessageUI
PAClient ist aktuell MAC OS ist aktuell IPhone 5S Betriebssystem ist aktuell (Wenn der Support nicht eingestellt wurde...) Hat jemand schon mal dieses Problem gehabt? Weiß jemand wie man das Problem beseitigt? |
AW: IOS linker error E2597 File not found MessageUI
(Quelle:
![]() You will need to add the MessageUI framework to your iOS sdk in the RAD Studio IDE. 1. Select from the IDE - Tools | Options | SDK Manager 2. Then for your 64 bit platform (and 32 bit if you like) do the following a) Scroll to the bottom of your Frameworks list and select the last on b) Click the add button on the right to add a new library reference and then enter the following data for your entry Path on remote machine: $(SDKROOT)/System/Library/Frameworks File Mask: MessageUI Path Type: Leave unselected 3. Click the button Update Local File Cache to update your sdk 4. Click the OK Button to close the dialog Once you have done this, you can compile the project and it should yield no linker errors. Gruss, Jörn |
AW: IOS linker error E2597 File not found MessageUI
Oh Danke!
Ich glaube das ist die Ursache. Werde es sofort ausprobieren! Danke! |
AW: IOS linker error E2597 File not found MessageUI
Leider war es das nicht.
Ich hatte das bereits eingetragen und auch den cache aktualisiert aber im ordner C:\Users\Musteruser\Documents\Embarcadero\Studio\S DKs\iPhoneOS11.2.sdk\System\Library\Frameworks gibt es keinen Ordner MessageUI.framework |
AW: IOS linker error E2597 File not found MessageUI
Habe im Linker menu
Options Passed
Code:
eingegben
-framework MessageUI
keine Änderung |
AW: IOS linker error E2597 File not found MessageUI
In deinem SDK-Verzeichnis auf C: müsste MessageUI.framework enthalten sein.
Unter Users Zitat:
|
AW: IOS linker error E2597 File not found MessageUI
Ich habe den Eintrag zu MessageUI falsch angelegt.
habe beim anlegen in den Pfadbereich STRG+V gedrückt. Dabei setzt er den PathType.... und man bekommt das dann nicht mehr weg. Richtig wäre es gewesen, einen pfad aus der Dropdownliste auszuwählen, dabei löscht er den Pfadtype. Ich wusste nicht das es diese Möglichkeit keinen Pfadtyp auszuwählen gibt! |
AW: IOS linker error E2597 File not found MessageUI
Liste der Anhänge anzeigen (Anzahl: 1)
Richtig, so sollte es aussehen:
Anhang 51029 Das ist immer etwas unsicher bei der Erstellung. Ich lege mir das deshalb immer so an:
Damit hat es bisher immer funktioniert. |
Alle Zeitangaben in WEZ +1. Es ist jetzt 21:08 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz