<플러터: Xcode> The operation couldn’t be completed. (AppThinning.StubError error 1.)
🐛
The operation couldn’t be completed. (AppThinning.StubError error 1.)
xcode로 ipa 파일을 빌드하기 위해 아카이브를 진행 후 해당 에러가 발생했습니다.
Show Logs
좌측 아래 'Show Logs' 버튼을 누르면 로그 파일이 생성되고, 해당 로그 파일들을 살펴보면...
잘 모르겠으니 stackoverflow로 넘어갑니다.
sqlite3
로그 파일에 'cannot load such file -- sqlite3/sqlite3_native (LoadError)'와 같은 문장이 있었는데,
stackoverflow에서도 비슷한 말들이 나오는 것을 알 수 있었습니다.
sqlite 설치 및 시스템 기본 값 설정
sqlite3를 설치하고 시스템 기본 값을 사용하도록 설정하니 정상적으로 ipa 빌드 과정을 완료할 수 있었습니다.
$ sudo gem install sqlite3
$ rvm use system --default
📌
The operation couldn’t be completed. (AppThinning.StubError error 1.)
After updating Xcode 14.0 when I try to distribute application as adhoc or developer, from the Xcode organizer I get the Error like "The operation couldn’t be completed. (AppThinning.StubError...
stackoverflow.com
https://blog.csdn.net/RreamigOfGirls/article/details/128146944
iOS打包错误The operation couldn’t be completed. (AppThinning.StubError error 1.)_"appthinning.stuberror(errordescription:
1、iOS打包错误 iOS打包报错:The operation couldn’t be completed. (AppThinning.StubError error 1.) 操作流程:archive之后选择Distribute App,在如上图步骤选择 Ad Hoc,然后出现The operation couldn’t be completed. (AppThinni
blog.csdn.net