Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/117.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 在swift中使用新Podfile时如何忽略警告?_Ios_Swift_Xcode_Debugging_Cocoapods - Fatal编程技术网

Ios 在swift中使用新Podfile时如何忽略警告?

Ios 在swift中使用新Podfile时如何忽略警告?,ios,swift,xcode,debugging,cocoapods,Ios,Swift,Xcode,Debugging,Cocoapods,您好,我从cocoapod实现了不同的库并安装了Podfile 但我想忽略这些警告 你必须在你的播客文件中添加这一行。你看这里了吗?听起来不错我查一下谢谢 # example to ignore all warnings from all pods inhibit_all_warnings! # example to ignore warnings from a specific pod pod 'Alamofire', :inhibit_warnings => true

您好,我从cocoapod实现了不同的库并安装了Podfile

但我想忽略这些警告


你必须在你的播客文件中添加这一行。

你看这里了吗?听起来不错我查一下谢谢
# example to ignore all warnings from all pods
inhibit_all_warnings!

# example to ignore warnings from a specific pod
pod 'Alamofire', :inhibit_warnings => true