Xcode 4: Auto-complete & Jump to Definition broken in my Xcode 3 Project

前端 未结 15 1001
时光说笑
时光说笑 2021-01-30 09:11

My project was created in Xcode 3, I\'m opening it in Xcode 4 and notice the following:

  • \'Jump to Definition\' no longer works with my own symbols
15条回答
  •  面向向阳花
    2021-01-30 09:35

    I fixed the problem by removing derived data in th Organizer, running touch MyProject.xcodeproj/project.pbxproj and re-opening the project. After re-opening it, it started indexing and then it was working again.

提交回复
热议问题