I have an Xcode project that includes a sub-project. After upgrading to Xcode 7, the breakpoints in the subproject were not affected, and I cannot enter the subproject function calls. Some breakpoints hit, but they just show the assembly to call, so it seems that the subproject is not showing correctly. I checked all the usual things, that is, it generates debugging symbols, configuration assembly during debugging is not an issue, and such things are shown in the settings of the Xcode project. Anything else I can skip? In Xcode 6.4, this was not a problem.
source
share