개발 에러

xcode 'UIKit/UIKIt.h' file not found 에러 해결

student513 2020. 7. 28. 18:52

xcode로 앱을 빌드하던 중 발생한 에러

예상치도 못했지만 고작 오타때문에 발생한 에러이다 -_-

 

대문자 I를 i로 바꿔주도록 하자

#import <UIKit/UIKIt.h>
#import <UIKit/UIKit.h>
 

Fix typo in Heatmap/GMUGradient.h import of UIKit header. Fix build f… · googlemaps/google-maps-ios-utils@d5ca417

…or case sensitive file system

github.com