Flatter iOS 구축 오류: os.rlm lldb의 makedirs(목적지, 0744).py
943 단어 flutter
오류 메시지
이 오류는 Firebase를 사용할 때 발생했습니다.나는 왜 영역 코드에 문제가 있는지 모르겠다...
error: module importing failed: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/[your_name]/Library/Application Support/Realm/rlm_lldb.py", line 37
os.makedirs(destination, 0744)
^
SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
솔루션
Python 3과 호환되는 최신 코드입니다.
https://github.com/realm/realm-cocoa/blob/master/plugin/rlm_lldb.py
Reference
이 문제에 관하여(Flatter iOS 구축 오류: os.rlm lldb의 makedirs(목적지, 0744).py), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/naoyashiga/flutter-ios-build-error-os-makedirs-destination-0744-from-rlmlldb-py-157텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)