Jump to content

ToddFrankson

Members
  • Content Count

    94
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ToddFrankson

  1. ToddFrankson

    Updating files in assets\internal\ (12, FMX, Android)

    Click "Run" from the menu bar. Click "Parameters" In the Parameters field type in "-cleaninstall" Repeat for each platform
  2. So, May patch.... Tried to compile an IOS app that already ran fine. The only change was setting it to run on IOS 15.0 minimum... Syntax check fine. Go to run it on the phone, error count goes up and up like @Dave Nottage reported. Anyone know why? I am down currently for anything IOS
  3. ToddFrankson

    Linker errors all of a sudden....IOS

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

    Linker errors all of a sudden....IOS

    BTW- Where locally does Delphi Store the /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager path and the Other linker paths?
  5. ToddFrankson

    Linker errors all of a sudden....IOS

    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.
  6. ToddFrankson

    Linker errors all of a sudden....IOS

    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...
  7. ToddFrankson

    Linker errors all of a sudden....IOS

    Uninstalled the patch, reinstalled the patch. I can now get IOS apps working..... IOS simulator still gives me an error though I'll get the message tomorrow.
  8. ToddFrankson

    Linker errors all of a sudden....IOS

  9. ToddFrankson

    Linker errors all of a sudden....IOS

    PAServer 14.3.14.5,, Xcode 16.4(16F6), IOS 18.5 SDK, IOS 18.5
  10. ToddFrankson

    Linker errors all of a sudden....IOS

    Even a blank new Multi-Platform Project? Splash screen shows, then app closes
  11. ToddFrankson

    Linker errors all of a sudden....IOS

    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.
  12. 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??
  13. ToddFrankson

    D12.3 with latest patch. No OSX debugging suddenly

    Dunno what it is, when I have an issue, I post, and 2 hours later the issue goes away.
  14. ToddFrankson

    Why i haven't Android SDK after intall RAD Studio 12?

    Try right clicking on "Libraries" under Android 64 and Android 32. Select "Revert System Files to Default"
  15. ToddFrankson

    April 2005 patch to 12.3

    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.
  16. ToddFrankson

    D12.3 Error when closing

    This just started. Happens when I close Delphi (With or without opening a project) I get this error message:
  17. ToddFrankson

    D12.3 Error when closing

    I have that checked. Maybe unchecking it will help
  18. ToddFrankson

    D12.3 Error when closing

    I haven't installed anything recently. Last I installed anything was from Getit back at 12.0
  19. 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...
  20. ToddFrankson

    Strange IB connection issue

    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
  21. ToddFrankson

    New additional tool for Android available in 12.3

    It's already in Getit
  22. ToddFrankson

    Does anyone know a delphi component that can play videos from a stream

    I've been working with him to get them up and running. Haven't had the time to get back with him
  23. I'm no expert but that looks like you have not gotten permissions.
  24. ToddFrankson

    Delphi, MacOS and dmg file

    Does anyone have recommendations for a MacOS installer? Something along the lines of Installshield for Mac??
×