Jump to content

FoxAl

Members
  • Content Count

    14
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Hi Dave, I only have an iPad to test since the app was made for it in thought, here is what I could dig on the console logs, I tried to filter what seems more relevant so let me know if the full log is needed iPad console https://pastebin.com/ukW4RU8U Edit#3: Full log from the app`s container https://pastebin.com/mkdaJVsf It calls to my attention the line: reasons": [ "Library not loaded:", "Referenced from: <9807A387-C221-3164-ABE4-084FAF74E32D> /Volumes/VOLUME/*/EasyConnect.app/EasyConnect", "Reason: tried: '' (relative path not allowed in hardened program), '/private/preboot/Cryptexes/OS' (not a file), '' (relative path not allowed in hardened program)" Not sure exactly if that is a library that would be on the iOS SDK or something related to Delphi components
  2. Okay, so this was an issue with a component reading the old Delphi 10.4 libraries, fixed this and did a full upgrade to Delphi 11.3 Alexandria, applied the fix copying the FMX.Platform.iOS.pas file to the project folder and added it to the project, however still same behavior, when I open it on the iPad, crash. I'll put the log but I believe the same issue persists, with a clean new project with just a button (and the PDFium component demo which I've tested) both work with the modified FMX.Platform.iOS.pas, so not sure if my project uses something else that needs another pas file? I read something about another .pas file change for projects that use store transactions but its not the case here.
  3. Pulled out an all nighter getting all the components up to Delphi 11 and updating my project, most things seems fine but at this point when building I get: [DCC Error] E2597 Undefined symbols for architecture arm64: Error: "_FPDFText_HasUnicodeMapError", referenced from: __ZN7Winsoft10Firemonkey6Pdfium27FPDFText_HasUnicodeMapErrorEPvi in Winsoft.FireMonkey.PDFium.o; Error: "_FPDFText_IsGenerated", referenced from: __ZN7Winsoft10Firemonkey6Pdfium20FPDFText_IsGeneratedEPvi in Winsoft.FireMonkey.PDFium.o; Error: "_FPDFPageObj_GetMatrix", referenced from: __ZN7Winsoft10Firemonkey6Pdfium21FPDFPageObj_GetMatrixEPvRNS0_8Fpdfview9FS_MATRIXE in Winsoft.FireMonkey.PDFium.o; Error: "_FPDFAnnot_GetFormControlIndex", referenced from: __ZN7Winsoft10Firemonkey6Pdfium29FPDFAnnot_GetFormControlIndexEPvS2_ in Winsoft.FireMonkey.PDFium.o; Error: "_FPDFAnnot_GetFormFieldAlternateName", referenced from: __ZN7Winsoft10Firemonkey6Pdfium35FPDFAnnot_GetFormFieldAlternateNameEPvS2_PDsm in Winsoft.FireMonkey.PDFium.o; Error: "_FPDFAnnot_IsOptionSelected", referenced from: __ZN7Winsoft10Firemonkey6Pdfium26FPDFAnnot_IsOptionSelectedEPvS2_i in Winsoft.FireMonkey.PDFium.o; Error: "_FPDFAnnot_GetFormControlCount", referenced from: __ZN7Winsoft10Firemonkey6Pdfium29FPDFAnnot_GetFormControlCountEPvS2_ in Winsoft.FireMonkey.PDFium.o; Error: "_FPDFAnnot_GetFormFieldExportValue", referenced from: __ZN7Winsoft10Firemonkey6Pdfium33FPDFAnnot_GetFormFieldExportValueEPvS2_PDsm in Winsoft.FireMonkey.PDFium.o; Error: "_FPDF_GetSignatureCount", referenced from: __ZN7Winsoft10Firemonkey6Pdfium22FPDF_GetSignatureCountEPv in Winsoft.FireMonkey.PDFium.o; Error: "_FPDF_GetSignatureObject", referenced from: __ZN7Winsoft10Firemonkey6Pdfium23FPDF_GetSignatureObjectEPvi in Winsoft.FireMonkey.PDFium.o; Error: "_FPDFSignatureObj_GetContents", referenced from: __ZN7Winsoft10Firemonkey6Pdfium28FPDFSignatureObj_GetContentsEPvS2_m in Winsoft.FireMonkey.PDFium.o; Error: "_FPDFSignatureObj_GetSubFilter", referenced from: __ZN7Winsoft10Firemonkey6Pdfium29FPDFSignatureObj_GetSubFilterEPvPcm in Winsoft.FireMonkey.PDFium.o; Error: "_FPDFSignatureObj_GetReason", referenced from: __ZN7Winsoft10Firemonkey6Pdfium26FPDFSignatureObj_GetReasonEPvS2_m in Winsoft.FireMonkey.PDFium.o; Error: "_FPDFSignatureObj_GetTime", referenced from: __ZN7Winsoft10Firemonkey6Pdfium24FPDFSignatureObj_GetTimeEPvPcm in Winsoft.FireMonkey.PDFium.o; Error: "_FPDFSignatureObj_GetDocMDPPermission", referenced from: __ZN7Winsoft10Firemonkey6Pdfium36FPDFSignatureObj_GetDocMDPPermissionEPv in Winsoft.FireMonkey.PDFium.o; ld: symbol(s) not found for architecture arm64 [DCC Fatal Error] F2588 Linker error code: 1 ($00000001)
  4. I've had Delphi 11 installed and ready to port my project but with other demands and requiring time to see if all the components (TMS, Reports etc) would need updates as well it just got left for another time, I've always been deploying Ad Hoc but the idea of deploying to the App Store is in plans for the next months so now I guess there is no further delaying for that It is somewhat possible that 10.4 doesn't import it properly, compared to the older SDK folders its much smaller and seems lacking, I did delete and re-download the platform on Xcode to be sure that it did the 7-8gb download properly
  5. Still not working, I created an empty project with just a button and a ShowMessage on click to test and it still crashes. I've added both the FMX.InAppPurchase.iOS.pas and FMX.Platform.iOS.pas onto the project with the changes, not sure what I am doing wrong, here is the project 7z file: https://we.tl/t-F4NHef9rQZ Maybe its something on the SDK? I noticed when I click on the "Update Local File Cache" its way faster than it used to be for iPhoneOS 16.2 its almost like it doesnt download all files it should from Xcode? Anything I should look for on the iPad logs too?
  6. I've created a new simple Delphi app with just a button, it compiles but when I deploy and try to run it gives me the message: "Unable to locate Device Support for the connected device. Please check Xcode installation path and open Xcode > Windows > Devices and Simulators" My iPad shows there as running iOS 17.2, I've tried that compiling as development, if I try Ad Hoc if compiles and shows me the "Troubleshoot cannont connect to iOS Device" window but it shows the app on the iPad Both ad hoc or development crash when I click to run it on the ipad, I'm running out of ideas, I've messed with so many configs on Xcode, SDK etc over the last 4 days I guess I'll wipe out all SDKs on Delphi and do a clean config from scratch? Edit: I've deleted the 17.2 SDK and got it from scratch again and updated local files, still same results, I can compile, build and it generates the FMX Platform.iOS.dcu however still crashes on the iPad, I'm just desperate at this moment and debating formatting my Macintosh to install back the previous MacOS version to be able to reinstall Xcode 14.
  7. Tried all the steps and it didnt work, added the new FMX Platform.iOS to the project and did a clean build, it created the dcu file for it but still crashes
  8. I have added that but still not working, however I'm not even sure my IDE is going through the FMX Platform iOS pas that I put on the directory itself, since debugging isnt working I cant put a breakpoint there to see if it follows through this path, I'm gonna do a clean, delete all res files and do a compile all to test it
  9. It doesn't even seem to start going through the software itself, since I`m unable to debug (it seems that debugging isn't working in iOS 17), I tried looking at the iPad logs on Xcode and I found these suspicious logs: Sandbox: EasyConnect(3991) deny(1) sysctl-read kern.bootargs EasyConnect[3991] Corpse allowed 1 of 5 'app<com.ListersCentralLimited.EasyConnect(FF9C6C9E-E77E-49E5-9895-7CCAE854AC44)>' Skipping container path lookup because containerization was prevented (<RBSLaunchContext: 0x6108b82f0>) [app<EasyConnect((null))>:3991] termination reported by launchd (6, 1, 6) Removing process: [app<EasyConnect((null))>:3991] {"msg":"#dic AppMonitor received Termination", "pid":3991, "bundleId":"EasyConnect", "exitReason":-1}
  10. Ive recently updated my MacOS to Sonoma 14.2.1, Xcode to 15.2 in an effort to modernize things. However it broke my Delphi app (running on Delphi 10.4.2), I am able to compile it and deploy Ad Hoc, however when I open it on any iPad it simply crashes with no error message at all. I am using iPhoneOS 17.2 SDK (I have 16.2 set up from before updating Xcode which was stable but can't compile, says Xcode didn't find the selected platform) Xcode 15 doesn`t seem to support previous iPhoneOS Platforms below version 17, on the Platforms tab I can only get iOS 17.2, all other options are just the simulators.
  11. I`ve bumped up the version number in Delphi from 2.1.0 to 2.1.1 and on the Apple Developer website, as it shows: However on the TestFlight tab and Transporter I noticed it still shows as if it`s expecting version 2.1.0 somehow? Anyway, I gotta wait up to 72h to see if its stuck in processing again.
  12. I'll bump a version and resubmit now that I`ve updated the SDK version too, I hope I can get some feedback from Apple at least, what puzzles me is that even though its stuck as ˜Processing˜, when I asked on their support email they sent me that message about an error on the ˜thinning process˜ so not sure if that is some problem on why its stuck or if I need to do any action on my project, plist info etc
  13. I`m deploying an app for the first time on the AppStore, the app has actually been published already in 2021 by another developer previously and I`m putting up a new version, using Delphi 10.4.2 I`ve created the IPA file and sent it to Transporter, got rid of all the issues that kept showing up, however now my App just shows as "Processing" on the TestFlight tab for.a week now, I`ve attempted to contact Apple support and the only response I got was generic: Any clues? Has anyone else faced this issue before? Edit: I`ve attempted updating my MacOS and Xcode to the latest versions (Xcode 15.1) and the Platforms I`ve downloaded ˜iOS 17.2˜, ˜iOS 17.0.1 Simulator˜ and ˜iOS 17.0 Simulator˜, on the Delphi IDE the SDK Versions that display for me now are ˜iPhoneOS 16.2˜ which compiles fine, ˜iPhoneOS 17.2˜, which gives me Framework Library errors when compiling and when I update local file cache it`s too fast and doesn't seem to really download any files from the PA Server, and ˜iPhone Simulator 17.2˜ The IPA file I`ve uploaded last week on the Transporter was built with an older SDK version 14 which I`ve deleted after updating to the ones mentioned above, however I`d need to raise the version number and create a new AppStore version to be even allowed to upload the IPA file again to the Transporter Very annoying spam filter accusing me.
×