小编Gen*_*ani的帖子

运行2个自定义shell脚本中的1个在Xcode中停留2分钟

在尝试构建应用程序时,运行2个自定义shell脚本中的1个,它会停留2分钟.

我试图修复解决方案:Xcode自定义shell脚本正在减慢编译时间,但仍然会减慢构建过程:(.

  • 在这里建造2米

在此输入图像描述

  • 建立阶段 在此输入图像描述 在此输入图像描述

进一步的信息:

  • Xcode 8.1

  • Swift 3.0

Podfile:

# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
# Uncomment this line if you're using Swift
use_frameworks!

target 'MyProject' do
    # Network
    pod 'Alamofire'
    pod 'SwiftyJSON'

    # UI side
    pod 'Material', git: 'https://github.com/CosmicMind/Material.git', branch: 'development'
    pod 'SDWebImage'
    pod 'UIScrollView-InfiniteScroll'
    pod 'TPKeyboardAvoiding'

    pod 'SwiftKeychainWrapper', git: 'https://github.com/jrendel/SwiftKeychainWrapper.git', branch: 'develop'
    pod 'DropDown'

    # Facebook
    pod 'FacebookCore'
    pod 'FacebookLogin'
    pod 'FacebookShare'

    # Autolayout …
Run Code Online (Sandbox Code Playgroud)

xcode ios swift xcode8 xcode8.1

6
推荐指数
1
解决办法
5475
查看次数

标签 统计

ios ×1

swift ×1

xcode ×1

xcode8 ×1

xcode8.1 ×1