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

좋은 웹페이지 즐겨찾기