IvanilsonR 1 Posted September 9 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 634 Posted September 9 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
IvanilsonR 1 Posted 5 hours ago Solved the first error. But now show other message in iOS compilation. I ve updated Kastri. I think that i need to update the folder framework in iOS system, but i dont know the exactly place to put the files from iOS ThirdParty folder from KastriLib in my Mac. [DCC Error] E2597 ld: file not found: nanoPB Share this post Link to post
Dave Nottage 634 Posted 4 hours ago 1 minute ago, IvanilsonR said: Solved the first error. But now show other message in iOS compilation. Are you still attempting to compile for iOS simulator? May I ask why, since it has no camera access anyway? 2 minutes ago, IvanilsonR said: I think that i need to update the folder framework in iOS system, but i dont know the exactly place to put the files from iOS ThirdParty folder from KastriLib in my Mac. You don't need to copy anything on to the Mac - you have a compile/link issue which is done by Delphi on the Windows machine. 3 minutes ago, IvanilsonR said: [DCC Error] E2597 ld: file not found: nanoPB Perhaps you're missing the Firebase SDK, which is required. Share this post Link to post
IvanilsonR 1 Posted 4 hours ago now i am not more trying simulator . but is iPhone Debug.. i will look firebird SDK.. Share this post Link to post