IvanilsonR 1 Posted Tuesday at 02:23 AM 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
Dave Nottage 632 Posted Tuesday at 02:34 AM 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