О создании частной библиотеки с кокоаподами - PullRequest
0 голосов
/ 23 февраля 2020

Когда я создал свою личную библиотеку с cocoapods, я заполнил локальную приватную спецификацию c и соответствующую локальную демонстрацию, а также загрузил локальную демонстрацию в удаленный репозиторий git и pu sh tag '0.1. 0' .

Проверка пакета также гладкая (pod spe c lint).

    - NOTE  | xcodebuild:  note: Using new build system
    - NOTE  | [iOS] xcodebuild:  note: Planning build
    - NOTE  | [iOS] xcodebuild:  note: Constructing build description
    - NOTE  | [iOS] xcodebuild:  warning: Skipping code signing because the target does not have an Info.plist file and one is not being generated automatically. (in target 'App' from project 'App')

Analyzed 1 podspec.

myBaseDemo.podspec passed validation. 

Но, наконец, когда я нажал спе c, сообщил об ошибке git. Я был смущен этим.

 -> myBaseDemo (0.1.0)
    - NOTE  | xcodebuild:  note: Using new build system
    - NOTE  | [iOS] xcodebuild:  note: Planning build
    - NOTE  | [iOS] xcodebuild:  note: Constructing build description
    - NOTE  | [iOS] xcodebuild:  warning: Skipping code signing because the target does not have an Info.plist file and one is not being generated automatically. (in target 'App' from project 'App')

Updating the `myBaseSpecs' repo

[!] /usr/bin/git -C /Users/fenglu/.cocoapods/repos/myBaseSpecs pull

Your configuration specifies to merge with the ref 'refs/heads/master'
from the remote, but no such ref was fetched.
...