-1

I started work on a project written in ObjectiveC++ (.mm file extensions) with backbase on Xcode 7.3. During work I found that break point is not working in the app. I have reset the settings but still no success. I have also gone through below but still running in same issue

Link1 Link2 Link3

Can any help me in resolving this issue? Any idea or suggestion would be great.

Community
  • 1
  • 1
Gagan_iOS
  • 3,638
  • 3
  • 32
  • 51

1 Answers1

1

Breakpoints are working with Obj-C++ code for me. Just check that you are running program with "Debug" command and signing app with developer (not distribution) certificate and provisioning profile (not for App Store)

Anton Malyshev
  • 8,686
  • 2
  • 27
  • 45