79629436

Date: 2025-05-19 20:40:03
Score: 2
Natty:
Report link

Just in case anyone stumbles across this like I did after wasting hours! In my case I was running the command in VSCode's integrated terminal with the Debugger set to always attach. The code that tries to find the podspec file uses stdout to parse the location and the debugger outputs 'Debugger Attached' to stdout which messes up the location parsing!

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Robin Southgate