Swift debugger does not show variable values when importing ObjC framework

I got a message from an Apple developer stating that they’ve observed this problem, and that it could be fixed by moving the .framework to a subfolder of the project.

Apparently the module .. was built in directory error appears only if the .framework is in the same folder as the .xcodeproj aka $(PROJECT_DIR).

However moving the framework to a subfolder didn’t fix the issue in my case, but it’s still worth a try until this gets fixed in a newer Xcode 7 beta (still occurs in beta 3).

Leave a Comment