ios - Xcode 10 警告 : Skipping code signing because the target does not have an Info. plist 文件

标签 ios xcode firebase

Xcode 10 GM 版本中获取以下警告

Skipping code signing because the target does not have an Info.plist file. (in target 'FirebaseCore')

Skipping code signing because the target does not have an Info.plist file. (in target 'FirebaseCore')

如何摆脱这些警告?

最佳答案

在 Xcode 10 中:注释 Podfile 中的行

# Workaround for Cocoapods issue #7606
#post_install do |installer|
#    installer.pods_project.build_configurations.each do |config|
#        config.build_settings.delete('CODE_SIGNING_ALLOWED')
#        config.build_settings.delete('CODE_SIGNING_REQUIRED')
#    end
#end

它将解决问题。由于“IBDesignable 不适用于与 CocoaPods 链接的框架”,我们在 Podfile 中使用以上行

IBDesignable 的问题已在 Xcode 10 中修复

DOCUMENTATION

我已经删除了这行并且警告消失了。

希望这对你有帮助:)

关于ios - Xcode 10 警告 : Skipping code signing because the target does not have an Info. plist 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52332207/

相关文章:

ios - 使用 AFNetworking Multipart 表单数据上传多个图像不起作用

ios - 有没有办法将我的 iOS 模拟器应用程序数据从一个模拟器 (iPhone 7) 移动到另一个 (iPad Pro 12.9)?

firebase - 在 firebase 云函数中运行 puppeteer 代码

ios - Xcode 项目组结构的最佳实践?

android - Firebase 数据库每次读取时都返回 null

firebase - 根据 flutter 中数组列表中的值获取 firestore 集合

iphone - 关于位运算符的一些问题

ios - [NSPlaceholderMutableString initWithString :]: nil argument exception coming after casting the UITextField

ios - UICollisionBehavior:滚球?

ios - 将对象移动到特定区域