RocketSimApp icon indicating copy to clipboard operation
RocketSimApp copied to clipboard

RocketSim Connect is not working with the tvOS simulator

Open azalan opened this issue 1 year ago • 1 comments

Describe the bug RocketSim Connect is not working with the tvOS simulator because the system cannot load the RocketSimConnectLinker framework.

To Reproduce Steps to reproduce the behavior:

  1. Integrate RocketSim Connect either via Xcode breakpoint or in code.
  2. Launch the tvOS app
  3. Check Xcode console

Expected behavior I expected that RocketSimConnectLinker is loaded and the RocketSim app starts to show the network requests created by my application.

Desktop (please complete the following information):

  • OS: tvOS
  • Version: 18

Additional context Message on Xcode console:

Error loading /Applications/RocketSim.app/Contents/Frameworks/RocketSimConnectLinker.nocache.framework/RocketSimConnectLinker (111):  dlopen(/Applications/RocketSim.app/Contents/Frameworks/RocketSimConnectLinker.nocache.framework/RocketSimConnectLinker, 0x0109): tried: '/Users/arpadzalan/Library/Developer/Xcode/DerivedData/MagentaTV-bgwcxxjgnhvlcgggbuzyuaosarqt/Build/Products/InternalDebug-appletvsimulator/RocketSimConnectLinker' (no such file), '/Library/Developer/CoreSimulator/Volumes/tvOS_22J356/Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS 18.0.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/introspection/RocketSimConnectLinker' (no such file), '/Library/Developer/CoreSimulator/Volumes/tvOS_22J356/Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS 18.0.simruntime/Contents/Resources/RuntimeRoot/Applications/RocketSim.app/Contents/Frameworks/RocketSimConnectLinker.nocache.framework/RocketSimConnectLinker' (no such file), '/Applications/RocketSim.app/Contents/Frameworks/RocketSimConnectLinker.nocache.framework/RocketSimConnectLinker' (mach-o file (/Applications/RocketSim.app/Contents/Frameworks/RocketSimConnectLinker.nocache.framework/RocketSimConnectLinker), but incompatible platform (have 'iOS-sim', need 'tvOS-sim')), '/Users/arpadzalan/Library/Developer/Xcode/DerivedData/MagentaTV-bgwcxxjgnhvlcgggbuzyuaosarqt/Build/Products/InternalDebug-appletvsimulator/RocketSimConnectLinker' (no such file), '/Library/Developer/CoreSimulator/Volumes/tvOS_22J356/Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS 18.0.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/introspection/RocketSimConnectLinker' (no such file), '/Library/Developer/CoreSimulator/Volumes/tvOS_22J356/Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS 18.0.simruntime/Contents/Resources/RuntimeRoot/Applications/RocketSim.app/Contents/Frameworks/RocketSimConnectLinker.nocache.framework/Versions/A/RocketSimConnectLinker' (no such file), '/Applications/RocketSim.app/Contents/Frameworks/RocketSimConnectLinker.nocache.framework/Versions/A/RocketSimConnectLinker' (mach-o file (/Applications/RocketSim.app/Contents/Frameworks/RocketSimConnectLinker.nocache.framework/Versions/A/RocketSimConnectLinker), but incompatible platform (have 'iOS-sim', need 'tvOS-sim'))

azalan avatar Sep 26 '24 13:09 azalan

tvOS is currently not officially supported. I'm keeping this open, but it's related to: https://github.com/AvdLee/RocketSimApp/issues/87

I've not yet prioritized this since there's not much requests for it. I'm keeping an eye on the in-app features roadmap votes 🙏

AvdLee avatar Sep 27 '24 06:09 AvdLee