clang 問題

weixin_33832340發表於2018-08-30

當我們想要檢視 OC的原始碼實現時,將其轉化為C++;
如果出現這個問題fatal error: 'UIKit/UIKit.h' file not found
可以將命令改為以下程式碼:
clang -x objective-c -rewrite-objc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk ViewController.m

相關文章