【问题标题】:What is the xcode Target name?xcode 目标名称是什么?
【发布时间】:2017-07-20 02:34:05
【问题描述】:

此 podfile 中应用程序目标名称中的内容。我从 ios google maps sdk 的 google 入门网站中提取了这个。在 Xcode 中哪里可以找到它?

source 'https://github.com/CocoaPods/Specs.git'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
  pod 'GoogleMaps'
  pod 'GooglePlaces'
end

【问题讨论】:

    标签: xcode google-maps-sdk-ios


    【解决方案1】:

    打开 Xcode 并选择左侧的文件夹图标(即项目导航器)选择蓝色图标文件,在右侧您可以在 TARGETS 标题下看到目标。

    更多详情请参考:Xcode Target Name blank - cannot change

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-09-26
      • 1970-01-01
      • 2014-08-16
      • 2015-08-12
      • 2014-06-14
      • 2016-09-18
      相关资源
      最近更新 更多