Commit 0a9b1da5 authored by gm-mini's avatar gm-mini

update 9.0

parent 04453572
...@@ -495,13 +495,14 @@ ...@@ -495,13 +495,14 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "GMNetService/GMNetService-Prefix.pch"; GCC_PREFIX_HEADER = "GMNetService/GMNetService-Prefix.pch";
INFOPLIST_FILE = "GMNetService/GMNetService-Info.plist"; INFOPLIST_FILE = "GMNetService/GMNetService-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp; MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "GMNetService/GMNetService_Example-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "GMNetService/GMNetService_Example-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0; SWIFT_VERSION = 4.0;
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
}; };
name = Debug; name = Debug;
...@@ -516,12 +517,13 @@ ...@@ -516,12 +517,13 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "GMNetService/GMNetService-Prefix.pch"; GCC_PREFIX_HEADER = "GMNetService/GMNetService-Prefix.pch";
INFOPLIST_FILE = "GMNetService/GMNetService-Info.plist"; INFOPLIST_FILE = "GMNetService/GMNetService-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp; MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "GMNetService/GMNetService_Example-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "GMNetService/GMNetService_Example-Bridging-Header.h";
SWIFT_VERSION = 3.0; SWIFT_VERSION = 4.0;
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
}; };
name = Release; name = Release;
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
...@@ -11,14 +11,3 @@ target 'GMNetService_Example' do ...@@ -11,14 +11,3 @@ target 'GMNetService_Example' do
end end
end end
#pod 'SSZipArchive', :inhibit_warnings => true #pod 'SSZipArchive', :inhibit_warnings => true
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
# 指定使用swift 2.3版本
config.build_settings['SWIFT_VERSION'] = '2.3'
end
end
end
PODS: PODS:
- AFNetworking (3.1.0): - AFNetworking (4.0.1):
- AFNetworking/NSURLSession (= 3.1.0) - AFNetworking/NSURLSession (= 4.0.1)
- AFNetworking/Reachability (= 3.1.0) - AFNetworking/Reachability (= 4.0.1)
- AFNetworking/Security (= 3.1.0) - AFNetworking/Security (= 4.0.1)
- AFNetworking/Serialization (= 3.1.0) - AFNetworking/Serialization (= 4.0.1)
- AFNetworking/UIKit (= 3.1.0) - AFNetworking/UIKit (= 4.0.1)
- AFNetworking/NSURLSession (3.1.0): - AFNetworking/NSURLSession (4.0.1):
- AFNetworking/Reachability - AFNetworking/Reachability
- AFNetworking/Security - AFNetworking/Security
- AFNetworking/Serialization - AFNetworking/Serialization
- AFNetworking/Reachability (3.1.0) - AFNetworking/Reachability (4.0.1)
- AFNetworking/Security (3.1.0) - AFNetworking/Security (4.0.1)
- AFNetworking/Serialization (3.1.0) - AFNetworking/Serialization (4.0.1)
- AFNetworking/UIKit (3.1.0): - AFNetworking/UIKit (4.0.1):
- AFNetworking/NSURLSession - AFNetworking/NSURLSession
- GMNetService (1.0.2): - GMNetService (1.0.2):
- AFNetworking (= 3.1.0) - AFNetworking (= 4.0.1)
DEPENDENCIES: DEPENDENCIES:
- GMNetService (from `../`) - GMNetService (from `../`)
...@@ -29,9 +29,9 @@ EXTERNAL SOURCES: ...@@ -29,9 +29,9 @@ EXTERNAL SOURCES:
:path: "../" :path: "../"
SPEC CHECKSUMS: SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67 AFNetworking: 7864c38297c79aaca1500c33288e429c3451fdce
GMNetService: 35d60c9581b4881c986670a722d7b79a2d575d54 GMNetService: 5eb1df0053bd782c23ef905de96fdb56c33aaf58
PODFILE CHECKSUM: 7ff46b43a8d5593b3f8ac864bad161c3754f2311 PODFILE CHECKSUM: 6cd994089e92c74701fa9fff0cc34475991b0f8a
COCOAPODS: 1.9.3 COCOAPODS: 1.9.3
...@@ -15,7 +15,7 @@ Pod::Spec.new do |s| ...@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.author = { "wangyang" => "wangyang@wanmeizhensuo.com" } s.author = { "wangyang" => "wangyang@wanmeizhensuo.com" }
s.source = { :git => "git@git.wanmeizhensuo.com:gengmeiios/GMNetService.git", :tag => s.version.to_s } s.source = { :git => "git@git.wanmeizhensuo.com:gengmeiios/GMNetService.git", :tag => s.version.to_s }
s.ios.deployment_target = '8.0' s.ios.deployment_target = '9.0'
s.source_files = 'GMNetService/Classes/**/*' s.source_files = 'GMNetService/Classes/**/*'
s.public_header_files = 'GMNetService/Classes/{WMNetService,WMSecureNetService,WMImageUploadOperation,GMNetConstant,GMHTTPSessionManager}.h' s.public_header_files = 'GMNetService/Classes/{WMNetService,WMSecureNetService,WMImageUploadOperation,GMNetConstant,GMHTTPSessionManager}.h'
......
...@@ -5,44 +5,29 @@ ...@@ -5,44 +5,29 @@
<testcase classname="fastlane.lanes" name="0: Verifying fastlane version" time="0.007832"> <testcase classname="fastlane.lanes" name="0: Verifying fastlane version" time="0.01564">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.00137"> <testcase classname="fastlane.lanes" name="1: default_platform" time="0.00422">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: git_pull" time="1.004865"> <testcase classname="fastlane.lanes" name="2: git_pull" time="0.889594">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="3: pod_repo_update" time="1.131974"> <testcase classname="fastlane.lanes" name="3: pod_repo_update" time="1.887563">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="4: pod_lib_lint" time="12.685985"> <testcase classname="fastlane.lanes" name="4: pod_lib_lint" time="12.612901">
</testcase> <failure message="/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/actions/actions_helper.rb:48:in `execute_action'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/runner.rb:253:in `block in execute_action'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/runner.rb:227:in `chdir'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/runner.rb:227:in `execute_action'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/runner.rb:157:in `trigger_action_by_name'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/fast_file.rb:159:in `method_missing'&#10;Fastfile:52:in `block (2 levels) in parsing_binding'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/lane.rb:33:in `call'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/runner.rb:49:in `block in execute'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/runner.rb:45:in `chdir'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/runner.rb:45:in `execute'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/lane_manager.rb:47:in `cruise_lane'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/command_line_handler.rb:36:in `handle'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/commands_generator.rb:108:in `block (2 levels) in run'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in `call'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:in `run'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in `run_active_command'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:in `run!'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in `run!'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/commands_generator.rb:352:in `run'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/commands_generator.rb:41:in `start'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/fastlane/lib/fastlane/cli_tools_distributor.rb:119:in `take_off'&#10;/Users/gm/.rvm/rubies/ruby-2.6.0-preview2/lib/ruby/gems/2.6.0/gems/fastlane-2.150.0.rc1/bin/fastlane:23:in `&lt;top (required)&gt;'&#10;/Users/gm/.rvm/gems/ruby-2.6.0-preview2/bin/fastlane:23:in `load'&#10;/Users/gm/.rvm/gems/ruby-2.6.0-preview2/bin/fastlane:23:in `&lt;main&gt;'&#10;&#10;Exit status of command 'pod lib lint --allow-warnings --sources='https://github.com/CocoaPods/Specs,git@git.wanmeizhensuo.com:gengmeiios/GMSpecs.git' --fail-fast' was 1 instead of 0.&#10;&#10; -&gt; GMNetService -&gt; GMNetService (1.0.2)&#10; - WARN | source: Git SSH URLs will NOT work for people behind firewalls configured to only allow HTTP, therefore HTTPS is preferred.&#10; - WARN | summary: The summary is not meaningful.&#10; - WARN | url: The URL (http://git.gengmei.cc/gengmeiios/GMNetService) is not reachable.&#10; - ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code. You can use `--verbose` for more information.&#10; - NOTE | xcodebuild: note: Using new build system&#10; - NOTE | [iOS] xcodebuild: note: Planning build&#10; - NOTE | [iOS] xcodebuild: note: Constructing build description&#10; - 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')&#10; - ERROR | xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMNetService.m:66:21: error: no visible @interface for 'AFHTTPSessionManager' declares the selector 'GET:parameters:headers:progress:success:failure:'&#10; - ERROR | xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMNetService.m:73:21: error: no visible @interface for 'AFHTTPSessionManager' declares the selector 'POST:parameters:headers:progress:success:failure:'&#10; - ERROR | xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMNetService.m:87:21: error: no visible @interface for 'AFHTTPSessionManager' declares the selector 'PATCH:parameters:headers:success:failure:'&#10; - ERROR | [iOS] xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMNetService.m:94:21: error: &#10; - WARN | xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMNetService.m:148:17: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]&#10; - WARN | xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMNetService.m:168:76: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]&#10; - WARN | xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/GMHTTPSessionManager.m:17:16: warning: unused variable 'baseURL' [-Wunused-variable]&#10; - WARN | xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMImageUploadOperation.h:32:16: warning: empty paragraph passed to '@param' command [-Wdocumentation]&#10; - WARN | xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMImageUploadOperation.h:33:14: warning: empty paragraph passed to '@param' command [-Wdocumentation]&#10; - WARN | xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMImageUploadOperation.h:35:12: warning: empty paragraph passed to '@return' command [-Wdocumentation]&#10; - WARN | xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMImageUploadOperation.h:46:16: warning: empty paragraph passed to '@param' command [-Wdocumentation]&#10; - WARN | xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMImageUploadOperation.h:47:14: warning: empty paragraph passed to '@param' command [-Wdocumentation]&#10; - WARN | xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMImageUploadOperation.h:50:12: warning: empty paragraph passed to '@return' command [-Wdocumentation]&#10; - ERROR | [iOS] xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMNetService.m:80:21: error: no visible @interface for 'AFHTTPSessionManager' declares the selector 'DELETE:parameters:headers:success:failure:'&#10; - ERROR | [iOS] xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMNetService.m:94:21: error: no visible @interface for 'AFHTTPSessionManager' declares the selector 'PUT:parameters:headers:success:failure:'&#10; - WARN | [iOS] xcodebuild: /Users/gm/code/GMNetService/GMNetService/Classes/WMNetService.m:170:77: warning: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Wformat]&#10;&#10;[!] GMNetService did not pass validation, due to 7 errors.&#10;You can use the `--no-clean` option to inspect any issue.&#10;" />
<testcase classname="fastlane.lanes" name="5: version_bump_podspec" time="0.002965">
</testcase>
<testcase classname="fastlane.lanes" name="6: git_commit_all" time="0.027141">
</testcase>
<testcase classname="fastlane.lanes" name="7: add_git_tag" time="0.014956">
<failure message="/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/actions/actions_helper.rb:48:in `execute_action'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:232:in `block in execute_action'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:227:in `chdir'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:227:in `execute_action'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:157:in `trigger_action_by_name'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/fast_file.rb:154:in `method_missing'&#10;Fastfile:55:in `block (2 levels) in parsing_binding'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/lane.rb:33:in `call'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:49:in `block in execute'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:45:in `chdir'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:45:in `execute'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/lane_manager.rb:56:in `cruise_lane'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/command_line_handler.rb:36:in `handle'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/commands_generator.rb:108:in `block (2 levels) in run'&#10;/Library/Ruby/Gems/2.3.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in `call'&#10;/Library/Ruby/Gems/2.3.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:in `run'&#10;/Library/Ruby/Gems/2.3.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in `run_active_command'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:in `run!'&#10;/Library/Ruby/Gems/2.3.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in `run!'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/commands_generator.rb:333:in `run'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/commands_generator.rb:41:in `start'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/cli_tools_distributor.rb:108:in `take_off'&#10;/Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/bin/fastlane:23:in `&lt;top (required)&gt;'&#10;/usr/bin/fastlane:23:in `load'&#10;/usr/bin/fastlane:23:in `&lt;main&gt;'&#10;&#10;Exit status of command 'git tag -am 1.0.1\ \(fastlane\) 1.0.1' was 128 instead of 0.&#10;fatal: tag '1.0.1' already exists&#10;" />
</testcase> </testcase>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment