인프런 커뮤니티 질문&답변
작성자 없음
작성자 정보가 삭제된 글입니다.
sqlite3 오류 문의 드립니다.
작성
·
287
0
몇일전까지 잘 실행 되었었는데요..
아래와 같이 오류가 발생하면서 빌드가 안되고 있습니다. 혹시 해결 방법이 있을까요?
/ios/Pods/sqlite3/sqlite-amalgamation-3380000/sqlite3.c:14147:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
2
145 warnings generated.
Error: unable to locate asset entry in pubspec.yaml: "asset/font/NotoSansKR-Black.otf".
Failed to package
Command PhaseScriptExecution failed with a nonzero exit code
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in dependency order
/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'sqlite3' from project 'Pods')
Result bundle written to path:
/var/folders/66/1b6jh05s09d5_wlnfjbdhzwc0000gn/T/flutter_tools.2c0dCR/flutter_ios_build_temp_dirzPgPTl/temporary_xcresult_bundle
Could not build the application for the simulator.
Error launching application on iPhone 11.
^
ios/Pods/sqlite3/sqlite-amalgamation-3380000/sqlite3.c:14147:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/ios/Pods/sqlite3/sqlite-amalgamation-3380000/sqlite3.c:238646:20: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nCmp = MIN(nTerm, pCsr->nLeTerm);
Exited (sigterm)






감사합니다. 확인하고 수정하니 잘 되네요.