Спецификация `podspec` не проверяет - PullRequest
0 голосов
/ 27 июня 2019

ОШИБКА | [iOS] unknown: Обнаружена неизвестная ошибка (Невозможно найти другой источник ссылки для / private / var / folder / bb / z6vn13c50099chk1ff861s8m0000gn / T / CocoaPods-Lint-20190627-13964-tnz1yj-Vboard / Pods / Vboard / VboardFramework / Assets. xcassets / 30x30.imageset / 30x30.png для целевого Vboard.) во время проверки. [!] Спецификация Vboard.podspec не проверяется.

image

Это изображение было в моем хранилище, но теперь я удалил эту форму изображения везде, я не знаю, почему эта ошибка появляется. Вот мой код Podspec:

    Pod::Spec.new do |s|
 # 1
 s.platform = :ios 
s.ios.deployment_target = '9.0'
 s.name = "Vboard"
 s.summary = "VBoard. is video at your fingertips! Add videos from everywhere to your conversations anywhere."
 s.requires_arc = true s.version = "1.0" 
# 3 
s.license = { :type => "MIT", :file => "LICENSE" } 
# 4 - Replace with your name and e-mail address 
s.author = { "Rabia" => "rabia.dastgir@argonteq.com" } 
# 5 - Replace this URL with your own GitHub page's URL (from the address bar) 
s.homepage = "https://github.com/ArgonTech/Vboard" 
# 6 - Replace this URL with your own Git URL from "Quick Setup" s.source = { :git => "https://github.com/ArgonTech/Vboard.git", :tag => "#{s.version}" } 
# 7 s.framework = "UIKit" s.dependency 'SDWebIma## 

## ge ',' ~> 3.7 's.dependency "YoutubePlayer-in-WKWebView", "~> 0.2.0" # 8 s.source_files = "VboardFramework / / " # 9 s.resources = "VboardFramework / / . {jpeg, jpg, storyboard, xib, xcassets}" end Пожалуйста, дайте мне знать, где я не прав? Я буду вам благодарен.

...