text 示例Podfile,用于在开始新项目时使用。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 示例Podfile,用于在开始新项目时使用。相关的知识,希望对你有一定的参考价值。

# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'

target 'YourProject' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!
  # pod 'Alamofire'

  # target 'YourProjectTests' do
    # inherit! :search_paths
  # end
end

以上是关于text 示例Podfile,用于在开始新项目时使用。的主要内容,如果未能解决你的问题,请参考以下文章

LLDB 在项目运行时使 Xcode 5.1 崩溃

text podfile swift版本

我该如何解决这个“Invalid `Podfile`”错误?

为项目创建podfile

极其简单的项目在编译时使 Xcode 崩溃

在项目目录中找不到“Podfile”