Running 1 of 2 custom shell script stuck for 2 minutes in Xcode
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