RocketSimApp
RocketSimApp copied to clipboard
RocketSim Connect not working with watchOS simulator
Describe the bug RocketSim Connect is not working with the watchOS 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 watchOS app
- Check Xcode console
Expected behavior RocketSimConnectLinker should load and RocketSim Network Monitor should show the network requests made by the app.
Desktop (please complete the following information):
- OS: watchOS
- Version: 11.1
Additional context This seems to be the same issue that was already raised for tvOS here - just wanted to flag that it also seems to be an issue for watchOS.
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/anon/Library/Developer/Xcode/DerivedData/MyApp-blfnswybfcgbyxdikdagtuivnjah/Build/Products/Debug-watchsimulator/RocketSimConnectLinker' (no such file),
'/Users/anon/Library/Developer/Xcode/DerivedData/MyApp-blfnswybfcgbyxdikdagtuivnjah/Build/Products/Debug-watchsimulator/RocketSimConnectLinker' (no such file),
'/Library/Developer/CoreSimulator/Volumes/watchOS_22R581/Library/Developer/CoreSimulator/Profiles/Runtimes/watchOS 11.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/introspection/RocketSimConnectLinker' (no such file),
'/Library/Developer/CoreSimulator/Volumes/watchOS_22R581/Library/Developer/CoreSimulator/Profiles/Runtimes/watchOS 11.1.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 'watchOS-sim')),
Thanks a lot for reporting in! Scheduled for this quarter 👌