该应用程序运行在除我自己的以外的所有其他模拟器和设备上。
@rpath/GTMSessionFetcher.framework/GTMSessionFetcher dyld:库未加载: /private/var/containers/Bundle/Application/EA88F6D8-9D62-465E-A106-CF1198B06F3E/LeafLabel.app/LeafLabel引用的
原因:没有找到合适的图像。找到: /private/var/containers/Bundle/Application/EA88F6D8-9D62-465E-A106-CF1198B06F3E/LeafLabel.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher:代码签名对'/private/var/containers/Bundle/Application/EA88F6D8-9D62-465E-A106-CF1198B06F3E/LeafLabel.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher‘无效
/private/var/containers/Bundle/Application/EA88F6D8-9D62-465E-A106-CF1198B06F3E/LeafLabel.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher: stat()失败,'/private/var/containers/Bundle/Application/EA88F6D8-9D62-465E-A106-CF1198B06F3E/LeafLabel.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher‘的errno=25代码签名无效
/private/var/containers/Bundle/Application/EA88F6D8-9D62-465E-A106-CF1198B06F3E/LeafLabel.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher: stat()失败,'/private/var/containers/Bundle/Application/EA88F6D8-9D62-465E-A106-CF1198B06F3E/LeafLabel.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher‘的errno=1代码签名无效
/private/var/containers/Bundle/Application/EA88F6D8-9D62-465E-A106-CF1198B06F3E/LeafLabel.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher: stat()在errno=1中失败

发布于 2020-05-19 05:32:23
我一直面临着同样的问题..。它通过添加以下内容得到修正:
在你的文件里:
use_modular_headers!
而不是
use_frameworks!
祝好运!我希望这对你有用
https://stackoverflow.com/questions/60177543
复制相似问题