RocketSimApp icon indicating copy to clipboard operation
RocketSimApp copied to clipboard

RocketSim Connect not working with watchOS simulator

Open johnm1403 opened this issue 1 year ago • 1 comments

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:

  1. Integrate RocketSim Connect either via Xcode breakpoint or in code.
  2. Launch watchOS app
  3. 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')), 

johnm1403 avatar Dec 29 '24 11:12 johnm1403

Thanks a lot for reporting in! Scheduled for this quarter 👌

AvdLee avatar Jan 03 '25 13:01 AvdLee