Erik Sapir
Erik Sapir

Reputation: 24727

Unable to debug in XCode 7 beta 2

I am trying to debug my code with XCode 7 beta 2. I can't see values of my variables and when i try to print a variable (p ) i receive the following error:

error: Error in auto-import:
failed to get module '<my_app_name>' from AST context

I could not find a way to fix it yet.

Upvotes: 0

Views: 235

Answers (1)

Zia
Zia

Reputation: 14722

For me, this issue was resolved by a clean build ⌥⇧⌘K

Upvotes: 1

Related Questions