gpt4 book ai didi

objective-c - RestKit 破坏了存档模式下的构建 - Xcode 8

转载 作者:行者123 更新时间:2023-11-30 12:46:00 25 4
gpt4 key购买 nike

我正在使用 Xcode 8.2.1 和 CocoaPods 1.1.1。我有一个使用 RestKit 0.27 的 iOS 应用程序,带有 Objective-C 和 Swift 3 代码。一切都可以在模拟器和设备上完美地构建和运行,但是在存档以供分发时该项目将无法编译:

/Users/***/MyProject-Bridging-Header.h:16:9: note: in file included from /Users/***/MyProject-Bridging-Header.h:16:#import "CustomRKObjectRequestOperation.h"        ^/Users/***/Services/CustomRKObjectRequestOperation.h:10:9: error: 'RestKit/RestKit.h' file not found#import <RestKit/RestKit.h>        ^<unknown>:0: error: failed to import bridging header '/***/MyProject-Bridging-Header.h'

我在这里发现了类似的问题:https://forums.developer.apple.com/message/79355#79355 ,但建议的修复不起作用,可能是因为它适用于 Xcode 7.1。

最佳答案

事实证明,Release 配置中的 FRAMEWORK_SEARCH_PATHS 没有任何对任何 Pods 框架的引用。现在一切正常,与 RestKit 无关。

关于objective-c - RestKit 破坏了存档模式下的构建 - Xcode 8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41643825/

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