Einzelnen Beitrag anzeigen

jsp

Registriert seit: 9. Aug 2003
50 Beiträge
 
#2

AW: IOS linker error E2597 File not found MessageUI

  Alt 9. Apr 2019, 10:47
(Quelle: https://www.woll2woll.com/single-pos...ent-FireMonkey)

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
  Mit Zitat antworten Zitat