"cannot debug in xcode: debug info from this module will be unavailable in the debugger" Code Answer

4

the problem was not updating user header search paths with the directory containing module.modulemap.

here are the instructions, accidentally overlooked, for manual installation:

if you're using swift, or you want to use modules, drag module.modulemap into your project and update your user header search paths to contain the directory that contains your module map.

the other hiccup was recognizing the correct directory path since we used groups to organize files, not folders.

may someone else benefit from our stupidity! :)

By davidrpugh on June 7 2022

Answers related to “cannot debug in xcode: debug info from this module will be unavailable in the debugger”

Only authorized users can answer the Search term. Please sign in first, or register a free account.