iOS SDK broken ever after reinstall UIKit and Foundation frameworks not found

后端 未结 6 816
时光取名叫无心
时光取名叫无心 2020-12-06 21:12

For the pch file I get these errors:

/Users/matt/Programming/iPhone Monkey Curling lite/iPhone_Monkey_Curling_Prefix.pch:6:34: error: Foundation/Found

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-06 21:48

    This happened for me in xcode 4, it would build fine for debug but not release. Similar to your fix, the prefix header for release was pointing to UIKit.h instead of my .pch file.

提交回复
热议问题