1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476
| Last login: Thu Jan 17 17:43:47 on ttys001 iMac-2:~ adong666666$ cd CommonUse iMac-2:CommonUse adong666666$ git add . giMac-2:CommonUse adong666666$ git push origin master Everything up-to-date iMac-2:CommonUse adong666666$ git add . iMac-2:CommonUse adong666666$ git commit -m "fix description" [master 7d4ebe8] fix description 1 file changed, 1 insertion(+), 1 deletion(-) iMac-2:CommonUse adong666666$ git push origin masgter error: src refspec masgter does not match any. error: 推送一些引用到 'https: iMac-2:CommonUse adong666666$ git push origin master 枚举对象: 5, 完成. 对象计数中: 100% (5/5), 完成. 使用 4 个线程进行压缩 压缩对象中: 100% (3/3), 完成. 写入对象中: 100% (3/3), 293 bytes | 293.00 KiB/s, 完成. 总共 3 (差异 2),复用 0 (差异 0) remote: Resolving deltas: 100% (2/2), completed with 2 local objects. To https: 1618908..7d4ebe8 master -> master iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - WARN | summary: The summary is not meaningful. - ERROR | [iOS] file patterns: The `source_files` pattern did not match any file. - 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. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ git add . iMac-2:CommonUse adong666666$ git commit -m "fix description" [master a7b439f] fix description 1 file changed, 1 insertion(+), 1 deletion(-) iMac-2:CommonUse adong666666$ git push origin master pod l枚举对象: 5, 完成. 对象计数中: 100% (5/5), 完成. 使用 4 个线程进行压缩 压缩对象中: 100% (3/3), 完成. 写入对象中: 100% (3/3), 305 bytes | 305.00 KiB/s, 完成. 总共 3 (差异 2),复用 0 (差异 0) remote: Resolving deltas: 100% (2/2), completed with 2 local objects. liTo https: 7d4ebe8..a7b439f master -> master niMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - WARN | summary: The summary is not meaningful. - ERROR | [iOS] file patterns: The `source_files` pattern did not match any file. - 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. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - WARN | summary: The summary is not meaningful. - ERROR | [iOS] file patterns: The `source_files` pattern did not match any file. - 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. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - WARN | summary: The summary is not meaningful. - ERROR | [iOS] file patterns: The `source_files` pattern did not match any file. - 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. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - WARN | summary: The summary is not meaningful. - ERROR | [iOS] file patterns: The `source_files` pattern did not match any file. - 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. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - WARN | summary: The summary is not meaningful. - ERROR | [iOS] file patterns: The `source_files` pattern did not match any file. - 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. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ git add . iMac-2:CommonUse adong666666$ git commit -m "fix podspec" [master 09fbf0d] fix podspec 1 file changed, 1 insertion(+), 1 deletion(-) iMac-2:CommonUse adong666666$ git push origin master 枚举对象: 5, 完成. 对象计数中: 100% (5/5), 完成. 使用 4 个线程进行压缩 压缩对象中: 100% (3/3), 完成. 写入对象中: 100% (3/3), 299 bytes | 299.00 KiB/s, 完成. 总共 3 (差异 2),复用 0 (差异 0) remote: Resolving deltas: 100% (2/2), completed with 2 local objects. To https: a7b439f..09fbf0d master -> master iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - WARN | summary: The summary is not meaningful. - ERROR | [iOS] file patterns: The `source_files` pattern did not match any file. - 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. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - 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. - 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. (in target 'App') - NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "App" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'App') - NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "CommonUse" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'CommonUse')
[!] CommonUse did not pass validation, due to 2 warnings (but you can use `--allow-warnings` to ignore them). You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
[!] Unable to find a podspec in the working directory iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - WARN | summary: The summary is not meaningful. - ERROR | [iOS] file patterns: The `source_files` pattern did not match any file. - 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. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - WARN | summary: The summary is not meaningful. - ERROR | [iOS] file patterns: The `source_files` pattern did not match any file. - 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. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse.podspec - ERROR | spec: The specification defined in `/Users/adong666666/CommonUse/CommonUse.podspec` could not be loaded.
[!] Invalid `CommonUse.podspec` file: syntax error, unexpected ',', expecting => ...source_files = {'CommonUse.h','UIColor-extension.swift','in... ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...e.h','UIColor-extension.swift','info.plist','README.md','FIL... ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...-extension.swift','info.plist','README.md','FILE_LICENSE','C... ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...wift','info.plist','README.md','FILE_LICENSE','CommonUse.pod... ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...st','README.md','FILE_LICENSE','CommonUse.podspec'} ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected '}', expecting keyword_end.
# from /Users/adong666666/CommonUse/CommonUse.podspec:94 # ------------------------------------------- # > s.source_files = {'CommonUse.h','UIColor-extension.swift','info.plist','README.md','FILE_LICENSE','CommonUse.podspec'} # #s.exclude_files = "Classes/Exclude" # -------------------------------------------
[!] /Users/adong666666/CommonUse/CommonUse.podspec did not pass validation, due to 1 error. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse.podspec - ERROR | spec: The specification defined in `/Users/adong666666/CommonUse/CommonUse.podspec` could not be loaded.
[!] Invalid `CommonUse.podspec` file: syntax error, unexpected ',', expecting => ...source_files = {'CommonUse.h','UIColor-extension.swift','in... ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...e.h','UIColor-extension.swift','info.plist','README.md','FIL... ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...-extension.swift','info.plist','README.md','FILE_LICENSE'} ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...wift','info.plist','README.md','FILE_LICENSE'} ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected '}', expecting keyword_end.
# from /Users/adong666666/CommonUse/CommonUse.podspec:94 # ------------------------------------------- # > s.source_files = {'CommonUse.h','UIColor-extension.swift','info.plist','README.md','FILE_LICENSE'} # #s.exclude_files = "Classes/Exclude" # -------------------------------------------
[!] /Users/adong666666/CommonUse/CommonUse.podspec did not pass validation, due to 1 error. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse.podspec - ERROR | spec: The specification defined in `/Users/adong666666/CommonUse/CommonUse.podspec` could not be loaded.
[!] Invalid `CommonUse.podspec` file: syntax error, unexpected ',', expecting => ...source_files = {'CommonUse.h','UIColor-extension.swift','in... ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...e.h','UIColor-extension.swift','info.plist','README.md','FIL... ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...-extension.swift','info.plist','README.md','FILE_LICENSE'} ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...wift','info.plist','README.md','FILE_LICENSE'} ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected '}', expecting keyword_end.
# from /Users/adong666666/CommonUse/CommonUse.podspec:94 # ------------------------------------------- # > s.source_files = {'CommonUse.h','UIColor-extension.swift','info.plist','README.md','FILE_LICENSE'} # #s.exclude_files = "Classes/Exclude" # -------------------------------------------
[!] /Users/adong666666/CommonUse/CommonUse.podspec did not pass validation, due to 1 error. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse.podspec - ERROR | spec: The specification defined in `/Users/adong666666/CommonUse/CommonUse.podspec` could not be loaded.
[!] Invalid `CommonUse.podspec` file: syntax error, unexpected ',', expecting => ...source_files = {"CommonUse.h","UIColor-extension.swift","in... ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...e.h","UIColor-extension.swift","info.plist","README.md","FIL... ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...-extension.swift","info.plist","README.md","FILE_LICENSE"} ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end ...wift","info.plist","README.md","FILE_LICENSE"} ... ^ /Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected '}', expecting keyword_end.
# from /Users/adong666666/CommonUse/CommonUse.podspec:94 # ------------------------------------------- # > s.source_files = {"CommonUse.h","UIColor-extension.swift","info.plist","README.md","FILE_LICENSE"} # #s.exclude_files = "Classes/Exclude" # -------------------------------------------
[!] /Users/adong666666/CommonUse/CommonUse.podspec did not pass validation, due to 1 error. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - 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] xcodebuild: Returned an unsuccessful exit code. You can use `--verbose` for more information. - 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. (in target 'App') - NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "App" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'App') - NOTE | [iOS] xcodebuild: warning: no rule to process file '/Users/adong666666/CommonUse/FILE_LICENSE' of type 'text' for architecture 'i386' (in target 'CommonUse') - NOTE | [iOS] xcodebuild: warning: no rule to process file '/Users/adong666666/CommonUse/README.md' of type 'net.daringfireball.markdown' for architecture 'i386' (in target 'CommonUse') - NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "CommonUse" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'CommonUse') - NOTE | [iOS] xcodebuild: warning: no rule to process file '/Users/adong666666/CommonUse/FILE_LICENSE' of type 'text' for architecture 'x86_64' (in target 'CommonUse') - NOTE | [iOS] xcodebuild: warning: no rule to process file '/Users/adong666666/CommonUse/README.md' of type 'net.daringfireball.markdown' for architecture 'x86_64' (in target 'CommonUse') - NOTE | [iOS] xcodebuild: warning: duplicate output file '/Users/adong666666/Library/Developer/Xcode/DerivedData/App-cvugokihoxbywecvhxmarqbtbgah/Build/Products/Release-iphonesimulator/CommonUse/CommonUse.framework/Info.plist' on task: ProcessInfoPlistFile /Users/adong666666/Library/Developer/Xcode/DerivedData/App-cvugokihoxbywecvhxmarqbtbgah/Build/Products/Release-iphonesimulator/CommonUse/CommonUse.framework/Info.plist Target Support Files/CommonUse/Info.plist (in target 'CommonUse') - NOTE | [iOS] xcodebuild: error: Multiple commands produce '/Users/adong666666/Library/Developer/Xcode/DerivedData/App-cvugokihoxbywecvhxmarqbtbgah/Build/Products/Release-iphonesimulator/CommonUse/CommonUse.framework/Info.plist':
[!] CommonUse did not pass validation, due to 1 error and 2 warnings. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - WARN | summary: The summary is not meaningful. - ERROR | [iOS] file patterns: The `source_files` pattern did not match any file. - 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. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - WARN | summary: The summary is not meaningful. - ERROR | [iOS] file patterns: The `source_files` pattern did not match any file. - 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. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning. You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - 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. - 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. (in target 'App') - NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "App" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'App') - NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "CommonUse" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'CommonUse')
[!] CommonUse did not pass validation, due to 2 warnings (but you can use `--allow-warnings` to ignore them). You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - WARN | summary: The summary is not meaningful. - 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. (in target 'App')
[!] CommonUse did not pass validation, due to 1 warning (but you can use `--allow-warnings` to ignore it). You can use the `--no-clean` option to inspect any issue. iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1) - 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. (in target 'App')
CommonUse passed validation. iMac-2:CommonUse adong666666$ pod trunk push Common.podspec [!] The specified path `Common.podspec` does not point to an existing podspec file.
Usage:
$ pod trunk push [PATH]
Publish the podspec at `PATH` to make it available to all users of the ‘master’ spec-repo. If `PATH` is not provided, defaults to the current directory.
Before pushing the podspec to cocoapods.org, this will perform a local lint of the podspec, including a build of the library. However, it remains
work for your users. Thus it is recommended that you *first* try to use the podspec to integrate the library into your demo and/or real application.
If this is the first time you publish a spec for this pod, you will automatically be registered as the ‘owner’ of this pod. (Note that ‘owner’ in this case implies a person that is allowed to publish new versions and add other ‘owners’, not necessarily the library author.)
Options:
--allow-warnings Allows push even if there are lint warnings --use-libraries Linter uses static libraries to install the spec --swift-version=VERSION The SWIFT_VERSION that should be used to lint the spec. This takes precedence over a .swift-version file. --skip-import-validation Lint skips validating that the pod can be imported --skip-tests Lint skips building and running tests during validation --silent Show nothing --verbose Show more debugging information --no-ansi Show output without ANSI codes --help Show help banner of specified command iMac-2:CommonUse adong666666$ pod trunk push CommonUse.podspec Updating spec repo `master`
CocoaPods 1.6.0.beta.2 is available. To update use: `sudo gem install cocoapods --pre` [!] This is a test version we'd love you to try.
For more information, see https:
Validating podspec -> CommonUse (0.0.1) - 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. (in target 'App')
[!] Unable to accept duplicate entry for: CommonUse (0.0.1) iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.3) - 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. (in target 'App')
CommonUse passed validation. iMac-2:CommonUse adong666666$ pod trunk push CommonUse.podspec Updating spec repo `master`
CocoaPods 1.6.0.beta.2 is available. To update use: `sudo gem install cocoapods --pre` [!] This is a test version we'd love you to try.
For more information, see https:
Validating podspec -> CommonUse (0.0.3) - 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. (in target 'App')
Updating spec repo `master`
CocoaPods 1.6.0.beta.2 is available. To update use: `sudo gem install cocoapods --pre` [!] This is a test version we'd love you to try.
For more information, see https:
-------------------------------------------------------------------------------- 🎉 Congrats
🚀 CommonUse (0.0.3) successfully published 📅 January 17th, 06:01 🌎 https: 👍 Tell your friends! -------------------------------------------------------------------------------- iMac-2:CommonUse adong666666$
|