Jump to content
IvanilsonR

iOS App FMX iPhonesimulator Error

Recommended Posts

hi folks,

my env Updated to Delphi 12.3 Patch1

Mac OS Sequoia 15.6

XCode 16.4

SDK show iPhone iOS 18.5 iPhone simulator .

 

Working in blank app but i have a app using Kastri Lib but i can t install MlKit barcode, vision e common frameworks in correct place of Mac OS.

So when linking have the error: 

Checking project dependencies...
Compiling APP3.dproj (Debug, iOSSimARM64)

[DCC Error] E2597 ld: file not found: libProtobuf.a
[DCC Fatal Error] F2588 Linker error code: 1 ($00000001)
Failed
Elapsed time: 00:00:22.0

 

Thank u in advance.

 

Ivan

Share this post


Link to post
7 minutes ago, IvanilsonR said:

Working in blank app but i have a app using Kastri Lib but i can t install MlKit barcode, vision e common frameworks in correct place of Mac OS.

Presumably you are using the BarcodeReader functionality? There are no paths set for iOS simulator in the demo for that, mainly because there's no camera access on iOS simulator.

 

If you are really set on compiling for simulator anyway, ensure that the project search paths are set for the iOS Simulator target, like what is set out in these instructions.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×