RocketSim Connect is not working with the tvOS simulator
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:
- Integrate RocketSim Connect either via Xcode breakpoint or in code.
- Launch the tvOS app
- 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'))
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 🙏