Advertisement
Loontik

Untitled

Mar 11th, 2020
8,340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Genie 4.08 KB | None | 0 0
  1. iOS framework addition failed due to a CocoaPods installation failure. This will will likely result in an non-functional Xcode project.
  2.  
  3. After the failure, "pod repo update" was executed and succeeded. "pod install" was then attempted again, and still failed. This may be due to a broken CocoaPods installation. See: https://guides.cocoapods.org/using/troubleshooting.html for potential solutions.
  4.  
  5. pod install output:
  6.  
  7. Analyzing dependencies
  8. Cloning spec repo `mycompany-specs` from `https://cocoapods.mycompany.com/Specs`
  9. [!] Unable to add a source with url `https://cocoapods.mycompany.com/Specs` named `mycompany-specs`.
  10. You can try adding it manually in `/Users/buildagent/.cocoapods/repos` or via `pod repo add`.
  11.  
  12.  
  13.     WARNING: CocoaPods requires your terminal to be using UTF-8 encoding.
  14.     Consider adding the following to ~/.profile:
  15.  
  16.     export LANG=en_US.UTF-8
  17.     
  18.  
  19.  
  20.  
  21. pod repo update output:
  22.  
  23. Updating spec repo `applovin`
  24. Updating spec repo `master`
  25.   $ /usr/bin/git -C /Users/buildagent/.cocoapods/repos/master fetch origin --progress
  26.   $ /usr/bin/git -C /Users/buildagent/.cocoapods/repos/master rev-parse --abbrev-ref HEAD
  27.   master
  28.   $ /usr/bin/git -C /Users/buildagent/.cocoapods/repos/master reset --hard origin/master
  29.   HEAD is now at d99b3a0bf28 [Add] XXAttributedLabel 0.0.5
  30.  
  31.  
  32.     WARNING: CocoaPods requires your terminal to be using UTF-8 encoding.
  33.     Consider adding the following to ~/.profile:
  34.  
  35.     export LANG=en_US.UTF-8
  36.     
  37.   remote: Enumerating objects: 1        
  38.   remote: Enumerating objects: 28, done.        
  39.   remote: Counting objects:   3% (1/28)        
  40.   remote: Counting objects:   7% (2/28)        
  41.   remote: Counting objects:  10% (3/28)        
  42.   remote: Counting objects:  14% (4/28)        
  43.   remote: Counting objects:  17% (5/28)        
  44.   remote: Counting objects:  21% (6/28)        
  45.   remote: Counting objects:  25% (7/28)        
  46.   remote: Counting objects:  28% (8/28)        
  47.   remote: Counting objects:  32% (9/28)        
  48.   remote: Counting objects:  35% (10/28)        
  49.   remote: Counting objects:  39% (11/28)        
  50.   remote: Counting objects:  42% (12/28)        
  51.   remote: Counting objects:  46% (13/28)        
  52.   remote: Counting objects:  50% (14/28)        
  53.   remote: Counting objects:  53% (15/28)        
  54.   remote: Counting objects:  57% (16/28)        
  55.   remote: Counting objects:  60% (17/28)        
  56.   remote: Counting objects:  64% (18/28)        
  57.   remote: Counting objects:  67% (19/28)        
  58.   remote: Counting objects:  71% (20/28)        
  59.   remote: Counting objects:  75% (21/28)        
  60.   remote: Counting objects:  78% (22/28)        
  61.   remote: Counting objects:  82% (23/28)        
  62.   remote: Counting objects:  85% (24/28)        
  63.   remote: Counting objects:  89% (25/28)        
  64.   remote: Counting objects:  92% (26/28)        
  65.   remote: Counting objects:  96% (27/28)        
  66.   remote: Counting objects: 100% (28/28)        
  67.   remote: Counting objects: 100% (28/28), done.        
  68.   remote: Compressing objects:   5% (1/17)        
  69.   remote: Compressing objects:  11% (2/17)        
  70.   remote: Compressing objects:  17% (3/17)        
  71.   remote: Compressing objects:  23% (4/17)        
  72.   remote: Compressing objects:  29% (5/17)        
  73.   remote: Compressing objects:  35% (6/17)        
  74.   remote: Compressing objects:  41% (7/17)        
  75.   remote: Compressing objects:  47% (8/17)        
  76.   remote: Compressing objects:  52% (9/17)        
  77.   remote: Compressing objects:  58% (10/17)        
  78.   remote: Compressing objects:  64% (11/17)        
  79.   remote: Compressing objects:  70% (12/17)        
  80.   remote: Compressing objects:  76% (13/17)        
  81.   remote: Compressing objects:  82% (14/17)        
  82.   remote: Compressing objects:  88% (15/17)        
  83.   remote: Compressing objects:  94% (16/17)        
  84.   remote: Compressing objects: 100% (17/17)        
  85.   remote: Compressing objects: 100% (17/17), done.        
  86.   remote: Total 18 (delta 12), reused 0 (delta 0), pack-reused 0        
  87.   From https://github.com/CocoaPods/Specs
  88.      94969568730..d99b3a0bf28  master     -> origin/master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement