Jump to content

ToddFrankson

Members
  • Content Count

    97
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ToddFrankson


  1. 3 hours ago, Darian Miller said:

     

    +1 for Peter Below legend status.  I can't tell you how many times I was on the old forums and appreciated your answers.  

     

    Me to.  I still have his Delphi tips from D3 or so......I still reference every now and again.


  2. On 6/20/2025 at 1:33 AM, Patrick PREMARTIN said:

    This is abnormal behavior. You shouldn't need to go back over it if you save the options properly after making changes. Does this happen in the latest version of Delphi or RAD Studio? Does it happen on old projects or projects created in this version?

    12.1-12.3

     

     


  3. 18 minutes ago, Dave Nottage said:

    It's easy enough to check whether or not the file exists in each case - it's not like the linker randomly chooses whether to believe it does.

     

    In. my case, the file that the linker is referring to is in: C:\Users\dave\Documents\Embarcadero\Studio\SDKs\iPhoneSimulator18.5.sdk\System\Library\PrivateFrameworks\DocumentManager.framework

    Should it exist in the Cache-Dir-.... Directory too?  


  4. 16 minutes ago, Dave Nottage said:

    Exactly the same error? i.e.  ld: file not found: /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager for architecture arm64

     

    If so, the SDK still has not imported properly. You may need to delete the SDK folder, then remove the cache-dir- folders, then re-import. If the folder still doesn't import there's some issue at play I've not seen before.

    Yup.    I get it still on a few projects I haven't messed with in a few months.  It seems that if I change the SDK (IOS Simulator) back and forth a few times, from 18.4 to 18.5, it goes away in some cases.


  5. So I get this on any pre existing App for IOS Simulator (iphone16 IOS 18.4)

    [DCC Error] E2597 ld: warning: directory not found for option '-LComponent'
    [DCC Fatal Error] F2588 Linker error code: 3221225477 ($c0000005)

     

    And this for any new blank project I try to run on the simulator

      ld: warning: object file (c:\program files (x86)\embarcadero\studio\23.0\lib\iOSSimARM64\Release\librtlhelper.a(intercept_dispatch.o)) was built for newer iOS Simulator version (14.0) than being linked (11.0)
      ld: warning: object file (c:\program files (x86)\embarcadero\studio\23.0\lib\iOSSimARM64\Release\librtlhelper.a(objc_dispatch.o)) was built for newer iOS Simulator version (14.0) than being linked (11.0)
      ld: warning: object file (c:\program files (x86)\embarcadero\studio\23.0\lib\iOSSimARM64\Release\librtlhelper.a(rtti_raw_invoke_arm64.o)) was built for newer iOS Simulator version (14.0) than being linked (11.0)
      ld: warning: object file (c:\program files (x86)\embarcadero\studio\23.0\lib\iOSSimARM64\Release\librtlhelper.a(thunk_blocks.o)) was built for newer iOS Simulator version (14.0) than being linked (11.0)
      ld: warning: object file (c:\program files (x86)\embarcadero\studio\23.0\lib\iOSSimARM64\Release\librtlhelper.a(objc_blocks.o)) was built for newer iOS Simulator version (14.0) than being linked (11.0)
      ld: warning: object file (c:\program files (x86)\embarcadero\studio\23.0\lib\iOSSimARM64\Release\librtlhelper.a(thunk_helpers.o)) was built for newer iOS Simulator version (14.0) than being linked (11.0)
      ld: warning: object file (c:\program files (x86)\embarcadero\studio\23.0\lib\iOSSimARM64\Release\librtlhelper.a(so_init.o)) was built for newer iOS Simulator version (14.0) than being linked (11.0)
      ld: warning: object file (c:\program files (x86)\embarcadero\studio\23.0\lib\iOSSimARM64\Release\librtlhelper.a(delphi_support.o)) was built for newer iOS Simulator version (14.0) than being linked (11.0)
      ld: warning: object file (c:\program files (x86)\embarcadero\studio\23.0\lib\iOSSimARM64\Release\librtlhelper.a(cxa_support_c.o)) was built for newer iOS Simulator version (14.0) than being linked (11.0)
      ld: warning: object file (c:\program files (x86)\embarcadero\studio\23.0\lib\iOSSimARM64\Release\librtlhelper.a(debug_support.o)) was built for newer iOS Simulator version (14.0) than being linked (11.0)
      ld: file not found: /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager for architecture arm64
    [DCC Fatal Error] F2588 Linker error code: 1 ($00000001)

     

    Nothing else

     

    I cleared the Cache-dir-...  on the Mac and on my local machine.  Now I can deploy new blank projects to IOS Simulator, but the first project still gives the same error...


  6. 15 hours ago, Dave Nottage said:

    It has nothing to do with the May patch - the problem may have existed even before Delphi 12.

     

    Is there a reason why you need to set the min version above 13?

    My apps were set at 11.  After the latest IOS Update, not a single one will open.  I was trying to see if they would run with the minimum OS set higher.

     

    I also believe that for Apple Store submission, the minimum needs to be set higher than 13.

     


  7. I patched Delphi with the latest patch.  No issues until yesterday.

     

    Yesterday, debugging on my mac ceased.  The breakpoint hits, Delphi freezes, then shows the "Wait"/"Terminate" button.  Clicking wait causes the IDE to repeat the message after a few seconds. Then the app closes, and the IDE runs it again.....  

     

    Any ideas??


  8. 4 hours ago, MichaelT said:

    Run into the same issue with the downloaded patch. Maybe installing the PA Server is required. Wasn't there something similar in the past too? Honestly, I don't remember anymore but I have such a feeling.

     

    After installing the April Patch from the Welcome Page the installer finished and April Patch could be found in the About Box too.

    I ran the installer from Getit.  My PAServer on the Mac worked fine without any changes.  I looked in the PAServer Directory and the "new" PAServer for the mac had the date of the 12.3 upgrade.

     


  9. 20 hours ago, rgdawson said:

    I started having these as well on 12.2 and 12.3.  Don't ask me why, but when I clicked on "Close Welcome Screen When Opening a New Project" and the problem went away.

    I have that checked.  Maybe unchecking it will help

     


  10. 18 hours ago, Dave Nottage said:

    Could be a 3rd party component package or expert. Start by disabling/removing the latest ones you've installed.

    I haven't installed anything recently.  Last I installed anything was from Getit back at 12.0


  11. All of a sudden, No Debugging on android.

    I've rebooted both the laptop and the phone.....

     

    32 bit-I see the blue dots and my breakpoints.

    64 bit-only breakpoints.....

     

    Somedays I hate Delphi, today is one of them.

     

    And it gets better.  No breakpoints work unless it's user initiated.  Click a button, Breakpoint in the event works fine.  Put a breakpoint in an oncreate event---crickets...

     


  12. Check that the network card isn't powering down to save electricity.  Windows is starting to set that stuff on it's own after updates.  It now "shuts down" the monitor to save power after the screen saver is on after a few minutes, and there's no way to change that on, but a network card put to sleep can be overridden

    • Like 1

  13. 52 minutes ago, Tom F said:

    Mitov's VideoLab will do this.  It comes with sample projects that show how to do this with just a few lines of code.  We've used his tools for 15 years. His libraries are unbelievably powerful.  And GREAT support.  

    I've been working with him to get them up and running.  Haven't had the time to get back with him

    • Like 1
×