2
我試圖使用UIImagePickerController
,但我需要包括MobileCoreServices
框架才能這樣做。Xcode「無法建立模塊MobileCoreServices.h」當導入框架
我已經放在import語句在我ViewController.h文件:
#import <MobileCoreServices/MobileCoreServices.h>
但我得到一個錯誤:
"Could not build module MobileCoreServices.h".
我也已經掛在MobileCoreServices
框架該項目構建短語,我在框架文件夾的邊欄上看到它,但它仍然給我一個錯誤。
有沒有人知道這個解決方案?