본문 바로가기
반응형

IT/Unity3D 빌드오류12

Cannot connect to 'package.openupm.com' (error code: ECONNRESET) 안드로이드 빌드 실패 An error occurred while resolving packages: 13:51:17 One or more packages could not be added to the local file system: 13:51:17 com.cysharp.unitask: Cannot connect to 'package.openupm.com' (error code: ECONNRESET). Verify your environment firewall policies allow connection to this host name. If your system is behind a proxy, verify your proxy environment variables (HTTP_PROXY and HTT.. 2023. 4. 8.
Your session has expired. Please log in CI 설정 후 잘 동작하던 빌드가 갑자기 아래 오류를 출력하며 archive가 뽑히지 않습니다. xcode에 개발자 계정이 로그인 되어 있었고 잘 사용하고 있는 상태 였습니다. 검색결과 xcode에 등록된 계정을 제거 후 다시 등록하여 해결되었다는 글이 확인 되었고 나중에 본 케이스로 인해 CI가 동작하지 않는 상태가 되면 진행해봐야겠습니다. 맥머신에 접속해서 xcode계정을 확인해보니 개발자 계정 잘 등록되어 있는데…. (session expired라고? xcode에 계정을 주기적으로 다시 등록해야하는건가? 그건 좀….) 아무것도 건드리지 않은 상태에서 다시 빌드를 진행해봅니다. 뭔가요~ 빌드 잘 되네요…. 다음번 오류가 또 발생하면 위 방법 적용해 보기로 하고 좀 더 지켜보기로 합니다. 바로 다음날….. 2023. 4. 8.
IPHONEOS_DEPLOYMENT_TARGET warning: Run script build phase 'Unity Process symbols for UnityFramework' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'UnityFramework' from project 'Unity-iPhone') 03:57:24 warn.. 2023. 4. 8.
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSDictionaryM setObject:forKey:]: object cannot be nil (key: IDEArchivePathOverride) command line으로 xcode 빌드 시 아래 오류 발생 Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSDictionaryM setObject:forKey:]: object cannot be nil (key: IDEArchivePathOverride) 해결방법링크 오류 메세지는 archive 경로를 덮어쓰기할 때문제가 있는 것 처럼 보이지만 실상은 터미널이 디스크 액세스를 할 수 없어 발생하는 문제로 mac 설정에서 아래 옵션 활성화 하면 해결됨 어레? mac os에서 터미널 한번 열고 xcodebuild 를 첫 실행 할 때는 정상인데 두 번째 부터는 저 오류가 계속 발생하네 어짜피 .. 2023. 4. 8.
반응형