

IvanilsonR
Members-
Content Count
11 -
Joined
-
Last visited
Everything posted by IvanilsonR
-
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
-
Worked adding Firebase variable to Delphi and Firebase path to framework search path and search paths in project configuration.. Thank u so much!!! Bye
-
now i am not more trying simulator . but is iPhone Debug.. i will look firebird SDK..
-
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
-
Hello folks. I have a iOS app and after releasing a new update. I have the follow error generating iOS version. [PAClient Error] Error: E0776 2025-08-10 21:27:48.548 xcodebuild[4266:185888] [MT] IDEDistribution: Command line name "app-store" is deprecated. Use "app-store-connect" instead. Updated to Delphi 12.3 Patch1 Mac OS Sequoia 15.6 XCode 16.4 SDK show iPhone iOS 18.5 I can ' t solve yet. And need to release this app soon. Thank u in advance,
-
Thank you Dave. I has reinstalled my Mac OS SO and now using SEQUOIA version and last version of XCode and PA Server. The problem was fixed. Thank u very much Ivan
-
Thank u Dave. PA Server was 14.3.14.2. But even after updated to 14.3.14.5. the problem persists. Any other ideia? Thank u very much friend.
-
Get Unique Device Identifier under iOS Delphi 12
IvanilsonR replied to Levente's topic in Cross-platform
Hello. I am having this error: [DCC Error] uLogin.pas(220): E2003 Undeclared identifier: 'TJSettings_Secure' I believe i need to add the correct unit in uses. What's the correct unit please. Thank you all .. Ivanilson Ribeiro Brasil -
Hello folks I am using Delphi 11.3 and trying to run the app demo for access camera in Kastri Lib. BarcodeReaderD11 demo project. But after run the camera start but show the follow error: raised exception class ejni with message 'java type jbarcodedetector_builder could not be found'. I tried many things but can ' t solve. THank u in advance. Ivanilson Ribeiro Delphi Dev Brasil
-
THank u .. Problema has solved adding DW.Androidapi.JNI.VisionBarcode; unit ..
-
32 bits Mr Dave, but i will try look your solution. regards