Jump to content

DiegoR

Members
  • Content Count

    9
  • Joined

  • Last visited

Community Reputation

1 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. in my case, every time App had to close , it log this event and sometimes Android report a "bug" to the users. I'm stuck finding the task which create the AV during TThreadPool free. it's an instance of TObjectCache into TThreadPool, but was impossible for me to find class name or other useful tips.. i confirm the android:allowNativeHeapPointerTagging ="false" workaround but it's only a temp solution, Google declare it with an expiration date!
  2. Hi Mauro! i have same issue in some of my app ... In a blank new test app, with button and showmessage it works well... I tried a lot of changes , specially in my own task management, but without success 😞 so i think it can be related to some usage of other task or google services, like maps or notification. I had to publish the update so, I'h to use the same workaround : allowNativeHeapPointerTagging ... I'll update this topic if find some other infos. ps: Delphi 13 🙂
  3. DiegoR

    Cannot build iOS 15.1 apps

    it seems , with monterey, passerver import some corrupted files or missing something. macOs and iOs develop, building and debug are ko. only solution, today, is to downgrade to BugSur.
  4. DiegoR

    ShowModal hang/crashes on iOS 15 with iPhone 12 / 13

    https://stackoverflow.com/questions/69312354/failed-to-block-main-thread-with-runloop-on-ios15-with-device-iphone12
  5. DiegoR

    iOS 15.1

    gasp, i reinstalled all with bigsur, but i have the same error. 😞 i'll try to recreate my certificate from scratch, maybe import the existent from my old mac gives some problem... 😕 edit: deleting local sdk file and re-downloading them solve the problem. it seems passerver with monterey lost some files.
  6. DiegoR

    ShowModal hang/crashes on iOS 15 with iPhone 12 / 13

    i open this https://quality.embarcadero.com/browse/RSP-36095
  7. DiegoR

    iOS 15.1

    Hi , i have the same problem. New Mac, clean, with monterey, xcode 13.1 and ipad with ios 15.1 ; blank app give an error, it seems not found some libs. " Platform: remote-ios Connected: no SDK Path: "/Users/gdp/Library/Developer/Xcode/iOS DeviceSupport/15.1 (19B74)/Symbols" Process Project1 (603) Current executable set to '/Users/gdp/PAServer/scratch-dir/Diego-Mac GDP/Project1.app' (arm64). Process Project1 (603) target.max-children-count (int) = 256 Process Project1 (603) Module Load: Project1. Has Debug Info. Base Address: $0000000100DC0000. Process Project1 (603) Module Load: dyld. No Debug Info. Base Address: $0000000102C54000. Process Project1 (603) dyld[603]: Library not loaded: \xc0\xb3\xd5\xa3\xe8Q Process Project1 (603) Referenced from: /private/var/containers/Bundle/Application/01D68E28-039C-4ED9-A0DB-F7B341D005EA/Project1.app/Project1 Process Project1 (603) Reason: tried: '\xc0\xb3\xd5\xa3\xe8Q' (no such file), '/usr/local/lib/\xc0\xb3\xd5\xa3\xe8Q' (no such file), '/usr/lib/\xc0\xb3\xd5\xa3\xe8Q' (no such file), '//\xc0\xb3\xd5\xa3\xe8Q' (no such file), '/usr/local/lib/\xc0\xb3\xd5\xa3\xe8Q' (no such file), '/usr/lib/\xc0\xb3\xd5\xa3\xe8Q' (no such file) Process Project1 (603) First chance exception at $0000000102C969B4. Exception class 6. Process Project1 (603) "
  8. DiegoR

    ShowModal hang/crashes on iOS 15 with iPhone 12 / 13

    Hi! i have same problem. only with a new Iphone 13. ps: error is present both if compiled with delphi 10.4 and 11.
×