I am constantly getting an error while trying to archive my iOS app built in Flutter. I had uploaded a previous version of this app using a different PC.
当我试图将我的iOS应用程序存档时,Ffltter一直都会出错。我用另一台电脑上传了这款应用的前一个版本。
I tried Flutter clean, deleting the podfile.lock
file, I also used the command flutter build iOS.
我尝试了Ffltter Clear,删除了podfile.lock文件,我还使用了Ffltter Build iOS命令。
I need to upload app to test flight. Any temporary fix would also help.
我需要上传应用程序来测试飞行。任何临时性的解决办法也会有所帮助。
更多回答
It looks like a permissions issue. For the named folder, have a look at the folder permissions at every level up to your user folder. One of them may have lost read or write permissions and that would need to be added again (using chmod
) with the root account.
这看起来像是权限问题。对于命名的文件夹,请查看直至您的用户文件夹的每个级别的文件夹权限。其中一个可能已失去读或写权限,需要使用根帐户重新添加(使用chmod)。
优秀答案推荐
It was a permission problem.
这是一个许可问题。
refer to this :- https://www.symscape.com/node/1727
请参阅以下内容:-https://www.symscape.com/node/1727
along with /bin/sh I also gave permission to xcode.
除了/bin/sh,我还允许使用xcode。
更多回答
我是一名优秀的程序员,十分优秀!