gpt4 book ai didi

ios - 移除的 pod 也移除了相关的框架

转载 作者:行者123 更新时间:2023-12-01 17:56:33 25 4
gpt4 key购买 nike

我有一个看起来像这样的 podfile:

platform :ios, '6.0'
xcodeproj 'NetApp.xcodeproj'

pod 'AFNetworking'
pod 'TTTAttributedLabel'
pod '[x]'

决定删除 pod '[x]'然后从我的 podfile 中运行 pod installpod update .但现在我收到以下警告:
SystemConfiguration framework not found in project, or not included in precompiled header.  Network reachability functionality will not be available.
MobileCoreServices framework not found in project, or not included in precompiled header. Automatic MIME type detection when uploading files in multipart requests will not be available.

我尝试在 Pod 和我的 Xcode-projplace 中手动添加框架。 .但它似乎不起作用,并且缺少一些功能。

我该如何解决这个问题?是否可以以某种方式重新安装所有 pod?

更新

似乎不是导致它的 Pod 的移除。做了 git revert .但是当我运行 pod update (更新 AFNetworking )警告又回来了。

最佳答案

只需在 中导入头文件即可项目名称-前缀.pch

#ifdef __OBJC__
...
#import <SystemConfiguration/SystemConfiguration.h>
#import <MobileCoreServices/MobileCoreServices.h>
#endif

关于ios - 移除的 pod 也移除了相关的框架,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16371414/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com