Skip to content

farique's dev

Заметки

Recent Posts

  • Install aws cloudwatch agent on-premise ubuntu
  • Полезные ссылки
  • AutomaticSize
  • SSL сертификаты Xcode Server
  • CocoaPods Specs issues

Recent Comments

    Archives

    • April 2022
    • March 2020
    • January 2020
    • July 2016
    • June 2016
    • November 2015
    • May 2015

    Categories

    • Uncategorized
    • Заметки
    • farique.com

    Month: June 2016

    CocoaPods Specs issues

    If you’re seeing CP Specs issues, or even if you’re not. We’d recommend running:

    cd ~/.cocoapods/repos/master && git fetch –unshallow

    source https://twitter.com/CocoaPods/status/707340665462636544

    Posted on June 6, 2016January 12, 2017Categories Uncategorized

    Pods отдельные target

    platform :ios, '7.0'
    
    target 'FarProject' do
        pod 'Google/Analytics', '~> 1.0.0'
    
        target 'FarProjectTests' do
            pod 'somepod'
        end
    
        target 'FarProjectUITests' do
            pod 'somepod'
        end
    end
    
    Posted on June 1, 2016January 12, 2017Categories Uncategorized
    Proudly powered by WordPress