xcode8.1

Running 1 of 2 custom shell script stuck for 2 minutes in Xcode

喜欢而已 提交于 2019-11-29 07:10:42
Running 1 of 2 custom shell scripts it stuck for 2 minutes while trying to build the app. I tried to fix with the solution : Xcode custom shell scripts are slowing down the compiling time , but still it slows the build process :(. Build Stuck for 2m here Build Phases Further informations: 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

Running 1 of 2 custom shell script stuck for 2 minutes in Xcode

痞子三分冷 提交于 2019-11-28 00:55:31
问题 Running 1 of 2 custom shell scripts it stuck for 2 minutes while trying to build the app. I tried to fix with the solution :Xcode custom shell scripts are slowing down the compiling time , but still it slows the build process :(. Build Stuck for 2m here Build Phases Further informations: 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