gpt4 book ai didi

ios - 在 Xcode 中运行 2 个自定义 shell 脚本中的 1 个卡住了 2 分钟

转载 作者:搜寻专家 更新时间:2023-10-30 22:08:34 33 4
gpt4 key购买 nike

运行 2 个自定义 shell 脚本中的 1 个它在尝试构建应用程序时卡住了 2 分钟。

我尝试用解决方案修复:Xcode custom shell scripts are slowing down the compiling time , 但它仍然减慢了构建过程:(。

  • 在这里 build 卡住 2 米

enter image description here

  • 构建阶段 enter image description here enter image description here

更多信息:

  • Xcode 8.1

  • swift 3.0

播客文件:

# 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
pod 'SnapKit'
pod 'KeepLayout'

# Metrics
pod 'Google/Analytics'

# Fabric.io
pod 'Fabric'
pod 'Crashlytics'

end

target 'MyProjectTests' do

end

target 'MyProjectUITests' do

end

最佳答案

最后,我找到了解决办法。现在至少总构建时间是 57 秒。

我发现 'Embed Pods Framework'(一次 'Embed Pods Framework''CP Embed Pods Framework')构建了两次。无论如何,我不知道为什么我将它们都放在构建阶段。

我在 Report Navigator 上找到了这个。 Report Navigator

解决方案:

1) 我只让事件的 ✓ 仅在安装时运行脚本 仅适用于'[CP]Embed Pods Framework' enter image description here2) 调试build设置的优化级别为 -None。我设置为 Fast..enter image description here

3) 提示:使用 Simulator 而不是 Device 可缩短构建时间。

关于ios - 在 Xcode 中运行 2 个自定义 shell 脚本中的 1 个卡住了 2 分钟,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40531545/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com