iOS (2) 썸네일형 리스트형 Use of '@import' when C++ modules are disabled, consider using -fmodules and -fcxx-modules 해결 파이어베이스 펑션을 사용하려고 FirebaseFunctions 을 임포트 하니 @import FirebaseFunctions; 에러 발생!!! Use of '@import' when C++ modules are disabled, consider using -fmodules and -fcxx-modules Build Settings 에서 Enable Modules ( C and Objective-C ) > Yes 로 설정 해주고 Build Settings 에서 Other C++ Flags 검색해서 (Build Settings > Apple Clang - Custom Compiler Flags > Other C++ Flags) -fcxx-modules 추가해주면 해결! iOS pod install 실행 undefined method `map' for nil:NilClass 에러 해결 문제 발생 iOS에 Admob을 적용하려고 CocoaPods pod install 을 실행했는데 pod install --repo-update [!] Oh no, an error occurred. Searching for inspections failed: undefined method `map' for nil:NilClass 이런 에러 발생! [!] Oh no, an error occurred. Search for existing GitHub issues similar to yours: https://github.com/CocoaPods/CocoaPods/search?q=dlopen%28%2FLibrary%2FRuby%2FGems%2F2.6.0%2Fgems%2Fffi-1.15.5%2Flib%2Fffi_.. 이전 1 다음