开源库构建指令为主1

13 篇文章 0 订阅

Last login: Sat Jul 20 20:59:42 on ttys000
haijunyan:~ haijunyan$ pod SNYKit
[!] Unknown command: SNYKit
Did you mean: init?

Usage:

$ pod COMMAND

  CocoaPods, the Cocoa library package manager.

Commands:

+ cache         Manipulate the CocoaPods cache
+ deintegrate   Deintegrate CocoaPods from your project
+ env           Display pod environment
+ init          Generate a Podfile for the current directory
+ install       Install project dependencies according to versions from a
                Podfile.lock
+ ipc           Inter-process communication
+ lib           Develop pods
+ list          List pods
+ outdated      Show outdated project dependencies
+ plugins       Show available CocoaPods plugins
+ repo          Manage spec-repositories
+ search        Search for pods
+ setup         Setup the CocoaPods environment
+ spec          Manage pod specs
+ trunk         Interact with the CocoaPods API (e.g. publishing new specs)
+ try           Try a Pod!
+ update        Update outdated project dependencies and create new
                Podfile.lock

Options:

--silent        Show nothing
--version       Show the version of the tool
--verbose       Show more debugging information
--no-ansi       Show output without ANSI codes
--help          Show help banner of specified command

haijunyan:~ haijunyan$ pod search SNYKit
Creating search index for spec repo ‘master’… Done!

[!] Skipping MiniPlengi because the podspec contains errors.

[!] Skipping OCast because the podspec contains errors.

[!] Skipping OCastReferenceDriver because the podspec contains errors.
haijunyan:~ haijunyan$ pod search ConvenienceKitHJY

[!] Unable to find a pod with name, author, summary, or description matching ConvenienceKitHJY
haijunyan:~ haijunyan$
haijunyan:~ haijunyan$ svn checkout https://github.com/haijun-suyan/ConvenienceKitHJY.git /Users/haijunyan/Desktop/99999
A Desktop/99999/branches
A Desktop/99999/trunk
A Desktop/99999/trunk/.gitignore
A Desktop/99999/trunk/LICENSE
A Desktop/99999/trunk/README.md
Checked out revision 1.
haijunyan:~ haijunyan$ cd ConvenienceKitHJY
-bash: cd: ConvenienceKitHJY: No such file or directory
haijunyan:~ haijunyan$ pod trunk register 15261882407@163.com ‘haijun-suyan’ --verbose
opening connection to trunk.cocoapods.org:443…
opened
starting SSL for trunk.cocoapods.org:443…
SSL established
<- “POST /api/v1/sessions HTTP/1.1\r\nContent-Type: application/json; charset=utf-8\r\nAccept: application/json; charset=utf-8\r\nUser-Agent: CocoaPods/1.5.0\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nHost: trunk.cocoapods.org\r\nContent-Length: 72\r\n\r\n”
<- “{“email”:“15261882407@163.com”,“name”:“haijun-suyan”,“description”:null}”
-> “HTTP/1.1 201 Created\r\n”
-> “Date: Wed, 24 Jul 2019 17:17:29 GMT\r\n”
-> “Connection: keep-alive\r\n”
-> “Strict-Transport-Security: max-age=31536000\r\n”
-> “Content-Type: application/json\r\n”
-> “Content-Length: 192\r\n”
-> “X-Content-Type-Options: nosniff\r\n”
-> “Server: thin 1.6.2 codename Doc Brown\r\n”
-> “Via: 1.1 vegur\r\n”
-> “\r\n”
reading 192 bytes…
-> “{“created_at”:“2019-07-24 17:17:28 UTC”,“valid_until”:“2019-11-29 17:17:28 UTC”,“verified”:false,“created_from_ip”:“117.136.67.3”,“description”:null,“token”:“97483249fe9521dc2001d4a5a457c33e”}”
read 192 bytes
Conn keep-alive
[!] Please verify the session by clicking the link in the verification email that has been sent to 15261882407@163.com
haijunyan:~ haijunyan$ pod trunk me

  • Name: haijun-suyan
  • Email: 15261882407@163.com
  • Since: July 24th, 11:17
  • Pods: None
  • Sessions:
    • July 24th, 11:17 - November 29th, 11:36. IP: 117.136.67.3
      haijunyan:~ haijunyan$ pod lib create ConvenienceKitHJY
      Cloning https://github.com/CocoaPods/pod-template.git into ConvenienceKitHJY.
      Configuring ConvenienceKitHJY template.
      ! Before you can create a new library we need to setup your git credentials.
      security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.

What is your name?

haijun-suyan

! Setting your name in git to haijun-suyan
git config user.name “haijun-suyan”

What is your email?

15261882407@163.com

! Setting your email in git to 15261882407@163.com
git config user.email “15261882407@163.com”


To get you started we need to ask a few questions, this should only take a minute.

2019-07-25 02:06:54.675 defaults[55034:4439411]
The domain/default pair of (org.cocoapods.pod-template, HasRunBefore) does not exist
If this is your first time we recommend running through with the guide:

  • https://guides.cocoapods.org/making/using-pod-lib-create.html
    ( hold cmd and double click links to open in a browser. )

Press return to continue.

What platform do you want to use?? [ iOS / macOS ]

iOS

What language do you want to use?? [ Swift / ObjC ]

Swift

Would you like to include a demo application with your library? [ Yes / No ]

Yes

Which testing frameworks will you use? [ Quick / None ]

None

Would you like to do view based testing? [ Yes / No ]

No
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.

Running pod install on your new library.

Analyzing dependencies
Fetching podspec for ConvenienceKitHJY from ../
Downloading dependencies
Installing ConvenienceKitHJY (0.1.0)
Generating Pods project
Integrating client project

[!] Please close any current Xcode sessions and use ConvenienceKitHJY.xcworkspace for this project from now on.
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

[!] Automatically assigning platform ios with version 9.3 on target ConvenienceKitHJY_Example because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform.

*** Please tell me who you are.

Run

git config --global user.email “you@example.com”
git config --global user.name “Your Name”

to set your account’s default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got ‘haijunyan@haijunyan.(none)’)

Ace! you’re ready to go!
We will start you off by opening your project in Xcode
open ‘ConvenienceKitHJY/Example/ConvenienceKitHJY.xcworkspace’

To learn more about the template see https://github.com/CocoaPods/pod-template.git.
To learn more about creating a new pod, see http://guides.cocoapods.org/making/making-a-cocoapod.
haijunyan:~ haijunyan$ pod spec create ConvenienceKitHJY

Specification created at ConvenienceKitHJY.podspec
haijunyan:~ haijunyan$ cd /Users/haijunyan/ConvenienceKitHJY
haijunyan:ConvenienceKitHJY haijunyan$ pod lib lint ConvenienceKitHJY.podspec

-> ConvenienceKitHJY (0.1.0)
- WARN | summary: The summary is not meaningful.
- WARN | description: The description is shorter than the summary.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the swift_version attribute in your podspec. Note that usage of the --swift-version parameter or a .swift-version file is now deprecated.
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a ios simulator (valid values: com.apple.coresimulator.simruntime.ios-11-0, com.apple.coresimulator.simruntime.ios-11-1, com.apple.coresimulator.simruntime.ios-11-2, com.apple.coresimulator.simruntime.ios-12-2, com.apple.coresimulator.simruntime.tvos-12-2, com.apple.coresimulator.simruntime.watchos-5-2). Ensure that Xcode -> Window -> Devices has at least one ios simulator listed or otherwise add one.) during validation.

[!] ConvenienceKitHJY did not pass validation, due to 1 error and 3 warnings.
You can use the --no-clean option to inspect any issue.
haijunyan:ConvenienceKitHJY haijunyan$ pod lib lint ConvenienceKitHJY.podspec --allow-warnings

-> ConvenienceKitHJY (0.1.0)
- WARN | summary: The summary is not meaningful.
- WARN | description: The description is shorter than the summary.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the swift_version attribute in your podspec. Note that usage of the --swift-version parameter or a .swift-version file is now deprecated.
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a ios simulator (valid values: com.apple.coresimulator.simruntime.ios-11-0, com.apple.coresimulator.simruntime.ios-11-1, com.apple.coresimulator.simruntime.ios-11-2, com.apple.coresimulator.simruntime.ios-12-2, com.apple.coresimulator.simruntime.tvos-12-2, com.apple.coresimulator.simruntime.watchos-5-2). Ensure that Xcode -> Window -> Devices has at least one ios simulator listed or otherwise add one.) during validation.

[!] ConvenienceKitHJY did not pass validation, due to 1 error.
You can use the --no-clean option to inspect any issue.
haijunyan:ConvenienceKitHJY haijunyan$ pod lib lint ConvenienceKitHJY.podspec --allow-warnings

-> ConvenienceKitHJY (0.1.0)
- WARN | summary: The summary is not meaningful.
- WARN | description: The description is shorter than the summary.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the swift_version attribute in your podspec. Note that usage of the --swift-version parameter or a .swift-version file is now deprecated.
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a ios simulator (valid values: com.apple.coresimulator.simruntime.ios-11-0, com.apple.coresimulator.simruntime.ios-11-1, com.apple.coresimulator.simruntime.ios-11-2, com.apple.coresimulator.simruntime.ios-12-2, com.apple.coresimulator.simruntime.tvos-12-2, com.apple.coresimulator.simruntime.watchos-5-2). Ensure that Xcode -> Window -> Devices has at least one ios simulator listed or otherwise add one.) during validation.

[!] ConvenienceKitHJY did not pass validation, due to 1 error.
You can use the --no-clean option to inspect any issue.
haijunyan:ConvenienceKitHJY haijunyan$ pod lib lint ConvenienceKitHJY.podspec --allow-warnings

-> ConvenienceKitHJY (0.0.1)
- WARN | summary: The summary is not meaningful.
- WARN | description: The description is shorter than the summary.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the swift_version attribute in your podspec. Note that usage of the --swift-version parameter or a .swift-version file is now deprecated.
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a ios simulator (valid values: com.apple.coresimulator.simruntime.ios-11-0, com.apple.coresimulator.simruntime.ios-11-1, com.apple.coresimulator.simruntime.ios-11-2, com.apple.coresimulator.simruntime.ios-12-2, com.apple.coresimulator.simruntime.tvos-12-2, com.apple.coresimulator.simruntime.watchos-5-2). Ensure that Xcode -> Window -> Devices has at least one ios simulator listed or otherwise add one.) during validation.

[!] ConvenienceKitHJY did not pass validation, due to 1 error.
You can use the --no-clean option to inspect any issue.
haijunyan:ConvenienceKitHJY haijunyan$ pod lib lint ConvenienceKitHJY.podspec --allow-warnings

-> ConvenienceKitHJY (0.1.0)
- WARN | summary: The summary is not meaningful.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the swift_version attribute in your podspec. Note that usage of the --swift-version parameter or a .swift-version file is now deprecated.
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a ios simulator (valid values: com.apple.coresimulator.simruntime.ios-11-0, com.apple.coresimulator.simruntime.ios-11-1, com.apple.coresimulator.simruntime.ios-11-2, com.apple.coresimulator.simruntime.ios-12-2, com.apple.coresimulator.simruntime.tvos-12-2, com.apple.coresimulator.simruntime.watchos-5-2). Ensure that Xcode -> Window -> Devices has at least one ios simulator listed or otherwise add one.) during validation.

[!] ConvenienceKitHJY did not pass validation, due to 1 error.
You can use the --no-clean option to inspect any issue.
haijunyan:ConvenienceKitHJY haijunyan$ pod lib lint ConvenienceKitHJY.podspec --allow-warnings

-> ConvenienceKitHJY (0.1.0)
- WARN | summary: The summary is not meaningful.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the swift_version attribute in your podspec. Note that usage of the --swift-version parameter or a .swift-version file is now deprecated.
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a ios simulator (valid values: com.apple.coresimulator.simruntime.ios-11-0, com.apple.coresimulator.simruntime.ios-11-1, com.apple.coresimulator.simruntime.ios-11-2, com.apple.coresimulator.simruntime.ios-12-2, com.apple.coresimulator.simruntime.tvos-12-2, com.apple.coresimulator.simruntime.watchos-5-2). Ensure that Xcode -> Window -> Devices has at least one ios simulator listed or otherwise add one.) during validation.

[!] ConvenienceKitHJY did not pass validation, due to 1 error.
You can use the --no-clean option to inspect any issue.
haijunyan:ConvenienceKitHJY haijunyan$ pod lib lint ConvenienceKitHJY.podspec --allow-warnings --verbose

ConvenienceKitHJY (0.1.0) - Analyzing on iOS 8.0 platform.

Preparing

Analyzing dependencies

Inspecting targets to integrate
Using ARCHS setting to build architectures of target Pods-App: (``)

Fetching external sources
-> Fetching podspec for ConvenienceKitHJY from /Users/haijunyan/ConvenienceKitHJY

Resolving dependencies of

Comparing resolved specification to the sandbox manifest
A ConvenienceKitHJY

Downloading dependencies

-> Installing ConvenienceKitHJY (0.1.0)

  • Running pre install hooks

Generating Pods project

  • Creating Pods project
  • Adding source files to Pods project
  • Adding frameworks to Pods project
  • Adding libraries to Pods project
  • Adding resources to Pods project
  • Adding development pod helper files to Pods project
  • Linking headers
  • Installing targets
    • Installing target ConvenienceKitHJY iOS 8.0
      • Generating module map file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84085-8updv0-ConvenienceKitHJY/Pods/Target Support Files/ConvenienceKitHJY/ConvenienceKitHJY.modulemap
      • Generating umbrella header at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84085-8updv0-ConvenienceKitHJY/Pods/Target Support Files/ConvenienceKitHJY/ConvenienceKitHJY-umbrella.h
      • Generating Info.plist file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84085-8updv0-ConvenienceKitHJY/Pods/Target Support Files/ConvenienceKitHJY/Info.plist
    • Installing target Pods-App iOS 8.0
      • Generating Info.plist file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84085-8updv0-ConvenienceKitHJY/Pods/Target Support Files/Pods-App/Info.plist
      • Generating module map file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84085-8updv0-ConvenienceKitHJY/Pods/Target Support Files/Pods-App/Pods-App.modulemap
      • Generating umbrella header at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84085-8updv0-ConvenienceKitHJY/Pods/Target Support Files/Pods-App/Pods-App-umbrella.h
  • Running post install hooks
  • Writing Xcode project file to
    ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84085-8updv0-ConvenienceKitHJY/Pods/Pods.xcodeproj
  • Writing Lockfile in
    ../../../var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84085-8updv0-ConvenienceKitHJY/Podfile.lock
  • Writing Manifest in
    ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84085-8updv0-ConvenienceKitHJY/Pods/Manifest.lock

Integrating client project

[!] Please close any current Xcode sessions and use App.xcworkspace for this project from now on.

Integrating target Pods-App (../../../var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84085-8updv0-ConvenienceKitHJY/App.xcodeproj project)
Adding Build Phase ‘[CP] Embed Pods Frameworks’ to project.
Adding Build Phase ‘[CP] Check Pods Manifest.lock’ to project.

  • Running post install hooks

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
Building with xcodebuild.
-> ConvenienceKitHJY (0.1.0)
- WARN | summary: The summary is not meaningful.
- WARN | url: There was a problem validating the URL https://github.com/haijun-suyan/ConvenienceKitHJY.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the swift_version attribute in your podspec. Note that usage of the --swift-version parameter or a .swift-version file is now deprecated.
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a ios simulator (valid values: com.apple.coresimulator.simruntime.ios-11-0, com.apple.coresimulator.simruntime.ios-11-1, com.apple.coresimulator.simruntime.ios-11-2, com.apple.coresimulator.simruntime.ios-12-2, com.apple.coresimulator.simruntime.tvos-12-2, com.apple.coresimulator.simruntime.watchos-5-2). Ensure that Xcode -> Window -> Devices has at least one ios simulator listed or otherwise add one.
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/fourflusher-2.0.1/lib/fourflusher/find.rb:106:in usable_simulators' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/fourflusher-2.0.1/lib/fourflusher/find.rb:97:in simulator’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/fourflusher-2.0.1/lib/fourflusher/xcodebuild.rb:7:in destination' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:865:in xcodebuild’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:578:in block in build_pod' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/user_interface.rb:142:in message’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:568:in build_pod' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:324:in block in perform_extensive_analysis’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:312:in each' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:312:in perform_extensive_analysis’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:87:in validate' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:68:in block in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in each' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/claide-1.0.2/lib/claide/command.rb:334:in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command.rb:52:in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/bin/pod:55:in <top (required)>' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in load’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in <main>' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in eval’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `’
) during validation.

[!] ConvenienceKitHJY did not pass validation, due to 1 error.
You can use the --no-clean option to inspect any issue.

/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:85:in block in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in each’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/claide-1.0.2/lib/claide/command.rb:334:in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command.rb:52:in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/bin/pod:55:in <top (required)>’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in load' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in eval' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in
haijunyan:ConvenienceKitHJY haijunyan$ pod lib lint ConvenienceKitHJY.podspec --allow-warnings --verbose

ConvenienceKitHJY (0.1.0) - Analyzing on iOS 8.0 platform.

Preparing

Analyzing dependencies

Inspecting targets to integrate
Using ARCHS setting to build architectures of target Pods-App: (``)

Fetching external sources
-> Fetching podspec for ConvenienceKitHJY from /Users/haijunyan/ConvenienceKitHJY

Resolving dependencies of

Comparing resolved specification to the sandbox manifest
A ConvenienceKitHJY

Downloading dependencies

-> Installing ConvenienceKitHJY (0.1.0)

  • Running pre install hooks

Generating Pods project

  • Creating Pods project
  • Adding source files to Pods project
  • Adding frameworks to Pods project
  • Adding libraries to Pods project
  • Adding resources to Pods project
  • Adding development pod helper files to Pods project
  • Linking headers
  • Installing targets
    • Installing target ConvenienceKitHJY iOS 8.0
      • Generating module map file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84147-7rc1o9-ConvenienceKitHJY/Pods/Target Support Files/ConvenienceKitHJY/ConvenienceKitHJY.modulemap
      • Generating umbrella header at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84147-7rc1o9-ConvenienceKitHJY/Pods/Target Support Files/ConvenienceKitHJY/ConvenienceKitHJY-umbrella.h
      • Generating Info.plist file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84147-7rc1o9-ConvenienceKitHJY/Pods/Target Support Files/ConvenienceKitHJY/Info.plist
    • Installing target Pods-App iOS 8.0
      • Generating Info.plist file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84147-7rc1o9-ConvenienceKitHJY/Pods/Target Support Files/Pods-App/Info.plist
      • Generating module map file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84147-7rc1o9-ConvenienceKitHJY/Pods/Target Support Files/Pods-App/Pods-App.modulemap
      • Generating umbrella header at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84147-7rc1o9-ConvenienceKitHJY/Pods/Target Support Files/Pods-App/Pods-App-umbrella.h
  • Running post install hooks
  • Writing Xcode project file to
    ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84147-7rc1o9-ConvenienceKitHJY/Pods/Pods.xcodeproj
  • Writing Lockfile in
    ../../../var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84147-7rc1o9-ConvenienceKitHJY/Podfile.lock
  • Writing Manifest in
    ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84147-7rc1o9-ConvenienceKitHJY/Pods/Manifest.lock

Integrating client project

[!] Please close any current Xcode sessions and use App.xcworkspace for this project from now on.

Integrating target Pods-App (../../../var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84147-7rc1o9-ConvenienceKitHJY/App.xcodeproj project)
Adding Build Phase ‘[CP] Embed Pods Frameworks’ to project.
Adding Build Phase ‘[CP] Check Pods Manifest.lock’ to project.

  • Running post install hooks

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
Building with xcodebuild.
-> ConvenienceKitHJY (0.1.0)
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the swift_version attribute in your podspec. Note that usage of the --swift-version parameter or a .swift-version file is now deprecated.
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a ios simulator (valid values: com.apple.coresimulator.simruntime.ios-11-0, com.apple.coresimulator.simruntime.ios-11-1, com.apple.coresimulator.simruntime.ios-11-2, com.apple.coresimulator.simruntime.ios-12-2, com.apple.coresimulator.simruntime.tvos-12-2, com.apple.coresimulator.simruntime.watchos-5-2). Ensure that Xcode -> Window -> Devices has at least one ios simulator listed or otherwise add one.
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/fourflusher-2.0.1/lib/fourflusher/find.rb:106:in usable_simulators' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/fourflusher-2.0.1/lib/fourflusher/find.rb:97:in simulator’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/fourflusher-2.0.1/lib/fourflusher/xcodebuild.rb:7:in destination' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:865:in xcodebuild’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:578:in block in build_pod' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/user_interface.rb:142:in message’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:568:in build_pod' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:324:in block in perform_extensive_analysis’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:312:in each' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:312:in perform_extensive_analysis’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:87:in validate' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:68:in block in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in each' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/claide-1.0.2/lib/claide/command.rb:334:in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command.rb:52:in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/bin/pod:55:in <top (required)>' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in load’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in <main>' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in eval’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `’
) during validation.

[!] ConvenienceKitHJY did not pass validation, due to 1 error.
You can use the --no-clean option to inspect any issue.

/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:85:in block in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in each’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/claide-1.0.2/lib/claide/command.rb:334:in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command.rb:52:in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/bin/pod:55:in <top (required)>’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in load' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in eval' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in
haijunyan:ConvenienceKitHJY haijunyan$ pod lib lint ConvenienceKitHJY.podspec --allow-warnings --verbose

ConvenienceKitHJY (0.1.0) - Analyzing on iOS 8.0 platform.

Preparing

Analyzing dependencies

Inspecting targets to integrate
Using ARCHS setting to build architectures of target Pods-App: (``)

Fetching external sources
-> Fetching podspec for ConvenienceKitHJY from /Users/haijunyan/ConvenienceKitHJY

Resolving dependencies of

Comparing resolved specification to the sandbox manifest
A ConvenienceKitHJY

Downloading dependencies

-> Installing ConvenienceKitHJY (0.1.0)

  • Running pre install hooks

Generating Pods project

  • Creating Pods project
  • Adding source files to Pods project
  • Adding frameworks to Pods project
  • Adding libraries to Pods project
  • Adding resources to Pods project
  • Adding development pod helper files to Pods project
  • Linking headers
  • Installing targets
    • Installing target ConvenienceKitHJY iOS 8.0
      • Generating module map file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84166-1yeqpsa-ConvenienceKitHJY/Pods/Target Support Files/ConvenienceKitHJY/ConvenienceKitHJY.modulemap
      • Generating umbrella header at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84166-1yeqpsa-ConvenienceKitHJY/Pods/Target Support Files/ConvenienceKitHJY/ConvenienceKitHJY-umbrella.h
      • Generating Info.plist file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84166-1yeqpsa-ConvenienceKitHJY/Pods/Target Support Files/ConvenienceKitHJY/Info.plist
    • Installing target Pods-App iOS 8.0
      • Generating Info.plist file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84166-1yeqpsa-ConvenienceKitHJY/Pods/Target Support Files/Pods-App/Info.plist
      • Generating module map file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84166-1yeqpsa-ConvenienceKitHJY/Pods/Target Support Files/Pods-App/Pods-App.modulemap
      • Generating umbrella header at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84166-1yeqpsa-ConvenienceKitHJY/Pods/Target Support Files/Pods-App/Pods-App-umbrella.h
  • Running post install hooks
  • Writing Xcode project file to
    ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84166-1yeqpsa-ConvenienceKitHJY/Pods/Pods.xcodeproj
  • Writing Lockfile in
    ../../../var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84166-1yeqpsa-ConvenienceKitHJY/Podfile.lock
  • Writing Manifest in
    ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84166-1yeqpsa-ConvenienceKitHJY/Pods/Manifest.lock

Integrating client project

[!] Please close any current Xcode sessions and use App.xcworkspace for this project from now on.

Integrating target Pods-App (../../../var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84166-1yeqpsa-ConvenienceKitHJY/App.xcodeproj project)
Adding Build Phase ‘[CP] Embed Pods Frameworks’ to project.
Adding Build Phase ‘[CP] Check Pods Manifest.lock’ to project.

  • Running post install hooks
    -> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
    Building with xcodebuild.
    -> ConvenienceKitHJY (0.1.0)
    • ERROR | [iOS] unknown: Encountered an unknown error (Could not find a ios simulator (valid values: com.apple.coresimulator.simruntime.ios-11-0, com.apple.coresimulator.simruntime.ios-11-1, com.apple.coresimulator.simruntime.ios-11-2, com.apple.coresimulator.simruntime.ios-12-2, com.apple.coresimulator.simruntime.tvos-12-2, com.apple.coresimulator.simruntime.watchos-5-2). Ensure that Xcode -> Window -> Devices has at least one ios simulator listed or otherwise add one.
      /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/fourflusher-2.0.1/lib/fourflusher/find.rb:106:in usable_simulators' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/fourflusher-2.0.1/lib/fourflusher/find.rb:97:in simulator’
      /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/fourflusher-2.0.1/lib/fourflusher/xcodebuild.rb:7:in destination' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:865:in xcodebuild’
      /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:578:in block in build_pod' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/user_interface.rb:142:in message’
      /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:568:in build_pod' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:324:in block in perform_extensive_analysis’
      /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:312:in each' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:312:in perform_extensive_analysis’
      /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:87:in validate' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:68:in block in run’
      /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in each' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in run’
      /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/claide-1.0.2/lib/claide/command.rb:334:in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command.rb:52:in run’
      /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/bin/pod:55:in <top (required)>' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in load’
      /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in <main>' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in eval’
      /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `’
      ) during validation.

[!] ConvenienceKitHJY did not pass validation, due to 1 error.
You can use the --no-clean option to inspect any issue.

/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:85:in block in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in each’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/claide-1.0.2/lib/claide/command.rb:334:in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command.rb:52:in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/bin/pod:55:in <top (required)>’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in load' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in eval' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in
haijunyan:ConvenienceKitHJY haijunyan$ sudo gem install cocoapods
Password:
ERROR: SSL verification error at depth 0: certificate has expired (10)
ERROR: Certificate /C=CN/ST=ZheJiang/L=HangZhou/O=Alibaba (China) Technology Co., Ltd./CN=.taobao.org expired at 2018-12-05T03:16:02Z
ERROR: SSL verification error at depth 0: certificate has expired (10)
ERROR: Certificate /C=CN/ST=ZheJiang/L=HangZhou/O=Alibaba (China) Technology Co., Ltd./CN=
.taobao.org expired at 2018-12-05T03:16:02Z
ERROR: SSL verification error at depth 0: certificate has expired (10)
ERROR: Certificate /C=CN/ST=ZheJiang/L=HangZhou/O=Alibaba (China) Technology Co., Ltd./CN=.taobao.org expired at 2018-12-05T03:16:02Z
ERROR: Could not find a valid gem ‘cocoapods’ (>= 0), here is why:
Unable to download data from https://ruby.taobao.org/ - SSL_connect returned=1 errno=0 state=error: certificate verify failed (https://ruby.taobao.org/specs.4.8.gz)
ERROR: SSL verification error at depth 0: certificate has expired (10)
ERROR: Certificate /C=CN/ST=ZheJiang/L=HangZhou/O=Alibaba (China) Technology Co., Ltd./CN=
.taobao.org expired at 2018-12-05T03:16:02Z
haijunyan:ConvenienceKitHJY haijunyan$ pod lib lint ConvenienceKitHJY.podspec --allow-warnings --verbose

ConvenienceKitHJY (0.1.0) - Analyzing on iOS 8.0 platform.

Preparing

Analyzing dependencies

Inspecting targets to integrate
Using ARCHS setting to build architectures of target Pods-App: (``)

Fetching external sources
-> Fetching podspec for ConvenienceKitHJY from /Users/haijunyan/ConvenienceKitHJY

Resolving dependencies of

Comparing resolved specification to the sandbox manifest
A ConvenienceKitHJY

Downloading dependencies

-> Installing ConvenienceKitHJY (0.1.0)

  • Running pre install hooks

Generating Pods project

  • Creating Pods project
  • Adding source files to Pods project
  • Adding frameworks to Pods project
  • Adding libraries to Pods project
  • Adding resources to Pods project
  • Adding development pod helper files to Pods project
  • Linking headers
  • Installing targets
    • Installing target ConvenienceKitHJY iOS 8.0
      • Generating module map file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84190-liusb2-ConvenienceKitHJY/Pods/Target Support Files/ConvenienceKitHJY/ConvenienceKitHJY.modulemap
      • Generating umbrella header at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84190-liusb2-ConvenienceKitHJY/Pods/Target Support Files/ConvenienceKitHJY/ConvenienceKitHJY-umbrella.h
      • Generating Info.plist file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84190-liusb2-ConvenienceKitHJY/Pods/Target Support Files/ConvenienceKitHJY/Info.plist
    • Installing target Pods-App iOS 8.0
      • Generating Info.plist file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84190-liusb2-ConvenienceKitHJY/Pods/Target Support Files/Pods-App/Info.plist
      • Generating module map file at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84190-liusb2-ConvenienceKitHJY/Pods/Target Support Files/Pods-App/Pods-App.modulemap
      • Generating umbrella header at
        ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84190-liusb2-ConvenienceKitHJY/Pods/Target Support Files/Pods-App/Pods-App-umbrella.h
  • Running post install hooks
  • Writing Xcode project file to
    ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84190-liusb2-ConvenienceKitHJY/Pods/Pods.xcodeproj
  • Writing Lockfile in
    ../../../var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84190-liusb2-ConvenienceKitHJY/Podfile.lock
  • Writing Manifest in
    ../../../private/var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84190-liusb2-ConvenienceKitHJY/Pods/Manifest.lock

Integrating client project

[!] Please close any current Xcode sessions and use App.xcworkspace for this project from now on.

Integrating target Pods-App (../../../var/folders/m3/y3_ym0zs1cqb_j8_glrlvnlr0000gn/T/CocoaPods-Lint-20190727-84190-liusb2-ConvenienceKitHJY/App.xcodeproj project)
Adding Build Phase ‘[CP] Embed Pods Frameworks’ to project.
Adding Build Phase ‘[CP] Check Pods Manifest.lock’ to project.

  • Running post install hooks

-> Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
Building with xcodebuild.
-> ConvenienceKitHJY (0.1.0)
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a ios simulator (valid values: com.apple.coresimulator.simruntime.ios-11-0, com.apple.coresimulator.simruntime.ios-11-1, com.apple.coresimulator.simruntime.ios-11-2, com.apple.coresimulator.simruntime.ios-12-2, com.apple.coresimulator.simruntime.tvos-12-2, com.apple.coresimulator.simruntime.watchos-5-2). Ensure that Xcode -> Window -> Devices has at least one ios simulator listed or otherwise add one.
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/fourflusher-2.0.1/lib/fourflusher/find.rb:106:in usable_simulators' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/fourflusher-2.0.1/lib/fourflusher/find.rb:97:in simulator’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/fourflusher-2.0.1/lib/fourflusher/xcodebuild.rb:7:in destination' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:865:in xcodebuild’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:578:in block in build_pod' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/user_interface.rb:142:in message’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:568:in build_pod' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:324:in block in perform_extensive_analysis’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:312:in each' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:312:in perform_extensive_analysis’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/validator.rb:87:in validate' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:68:in block in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in each' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/claide-1.0.2/lib/claide/command.rb:334:in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command.rb:52:in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/bin/pod:55:in <top (required)>' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in load’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in <main>' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in eval’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `’
) during validation.

[!] ConvenienceKitHJY did not pass validation, due to 1 error.
You can use the --no-clean option to inspect any issue.

/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:85:in block in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in each’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command/lib/lint.rb:54:in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/claide-1.0.2/lib/claide/command.rb:334:in run’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/lib/cocoapods/command.rb:52:in run' /Users/haijunyan/.rvm/gems/ruby-2.4.1/gems/cocoapods-1.5.0/bin/pod:55:in <top (required)>’
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in load' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/pod:23:in
/Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in eval' /Users/haijunyan/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in
haijunyan:ConvenienceKitHJY haijunyan$ gem list --local | grep cocoapods
cocoapods (1.5.0)
cocoapods-core (1.5.0)
cocoapods-deintegrate (1.0.2)
cocoapods-downloader (1.2.0)
cocoapods-plugins (1.0.0)
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.3.0)
cocoapods-try (1.1.0)
haijunyan:ConvenienceKitHJY haijunyan$ sudo gem uninstall cocoapods 1.5.0
Password:
haijunyan:ConvenienceKitHJY haijunyan$ sudo gem uninstall cocoapods 1.5.0
haijunyan:ConvenienceKitHJY haijunyan$ sudo gem uninstall cocoapods
haijunyan:ConvenienceKitHJY haijunyan$ sudo gem install cocoapods -v 1.6.1
ERROR: SSL verification error at depth 0: certificate has expired (10)
ERROR: Certificate /C=CN/ST=ZheJiang/L=HangZhou/O=Alibaba (China) Technology Co., Ltd./CN=.taobao.org expired at 2018-12-05T03:16:02Z
ERROR: SSL verification error at depth 0: certificate has expired (10)
ERROR: Certificate /C=CN/ST=ZheJiang/L=HangZhou/O=Alibaba (China) Technology Co., Ltd./CN=
.taobao.org expired at 2018-12-05T03:16:02Z
ERROR: SSL verification error at depth 0: certificate has expired (10)
ERROR: Certificate /C=CN/ST=ZheJiang/L=HangZhou/O=Alibaba (China) Technology Co., Ltd./CN=.taobao.org expired at 2018-12-05T03:16:02Z
ERROR: Could not find a valid gem ‘cocoapods’ (= 1.6.1), here is why:
Unable to download data from https://ruby.taobao.org/ - SSL_connect returned=1 errno=0 state=error: certificate verify failed (https://ruby.taobao.org/specs.4.8.gz)
ERROR: SSL verification error at depth 0: certificate has expired (10)
ERROR: Certificate /C=CN/ST=ZheJiang/L=HangZhou/O=Alibaba (China) Technology Co., Ltd./CN=
.taobao.org expired at 2018-12-05T03:16:02Z
haijunyan:ConvenienceKitHJY haijunyan$ gem sources -a https://rubygems.org/
https://rubygems.org/ added to sources
haijunyan:ConvenienceKitHJY haijunyan$ gem sources -l
*** CURRENT SOURCES ***

https://ruby.taobao.org/
https://rubygems.org/
haijunyan:ConvenienceKitHJY haijunyan$ gem sources --remove https://rubygems.org/
https://rubygems.org/ removed from sources
haijunyan:ConvenienceKitHJY haijunyan$ gem sources -l
*** CURRENT SOURCES ***

https://ruby.taobao.org/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

HaiJunYa

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值