首先在处理工程的build编译的问题后,debug包正常运转

但是在预备发出产包的时分,呈现了两个问题

1.在打包进程,告诉我三方库的包没有增加Development Team,这个自己增加一下就行

或许看这篇文章

2.打完出产包预备传appstore,报错No architectures in the binary. Lipo failed to detect any architectures in the bundle executable

xcode14 打完包后上传appstore报错的一个解决方案(No architectures in the binary. Lipo failed to..

这个报错说我包里丢失了许多第三方的库,确实,曾经xcode13打个包,有差不多20个framework,这回14打包才6个framework

试错进程:

改pod里面target的最低iOS版别,没用

从头pod install,没用

最终尝试了一下移除在我的工程里曾经加了个打release包时用的脚本

xcode14 打完包后上传appstore报错的一个解决方案(No architectures in the binary. Lipo failed to..

xcode14 打完包后上传appstore报错的一个解决方案(No architectures in the binary. Lipo failed to..

然后就打包成功了,虽然不知道xcode做了什么,不需要自己处理模拟器的包,但是如果出了相同问题的小伙伴们也能够看看是不是有类似状况