XCode

发布时间:2022-06-20 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了XCode脚本宝典觉得挺不错的,现在分享给大家,也给大家做个参考。

XCode

 

相关命令行工具

 

$ plutil -lint /root/ios/main_test/main_test/Info.plist 

 

/root/ios/main_test/main_test/Info.plist: OK

 

$ plutil -convert binary1 main_test/Info.plist -o Info.plist

可以指定xml1、binary1、json这几种格式。最好指定-o,否则会覆盖之前的Info.plist文件。

 

$ xcrun instruments -w 'iPhone 6 Plus'

 

Waiting for device to boot...

 

 

$ xcrun simctl install booted /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/main_test.app

 

XCode工程构建过程

 

 

Showing All Messages

 

Build target At of project At with configuration Release

 

DataModelCompile /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app/ At/At.xcdatamodeld

    cd /root/alax/ios/At

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin/momc --sdkroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk --iphonesimulator-deployment-target 10.0 --module At /root/alax/ios/At/At/At.xcdatamodeld /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app/

 

CompileC /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/ViewController.o At/ViewController.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler

    cd /root/alax/ios/At

    export LANG=en_US.US-ASCII

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Users/admin/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=10.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-generated-files.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-own-target-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-all-target-headers.hmap -iquote /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-project-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/include -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/DerivedSources/i386 -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/DerivedSources -F/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator -MMD -MT dependencies -MF /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/ViewController.d --serialize-diagnostics /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/ViewController.dia -c /root/alax/ios/At/At/ViewController.m -o /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/ViewController.o

 

CompileC /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/AppDelegate.o At/AppDelegate.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler

    cd /root/alax/ios/At

    export LANG=en_US.US-ASCII

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Users/admin/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=10.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-generated-files.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-own-target-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-all-target-headers.hmap -iquote /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-project-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/include -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/DerivedSources/i386 -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/DerivedSources -F/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator -MMD -MT dependencies -MF /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/AppDelegate.d --serialize-diagnostics /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/AppDelegate.dia -c /root/alax/ios/At/At/AppDelegate.m -o /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/AppDelegate.o

 

/root/alax/ios/At/At/AppDelegate.m:22:15: warning: unused variable 'window' [-Wunused-variable]

    UIWindow *window = [self window];

              ^

1 warning generated.

 

CompileC /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/main.o At/main.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler

    cd /root/alax/ios/At

    export LANG=en_US.US-ASCII

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Users/admin/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=10.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-generated-files.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-own-target-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-all-target-headers.hmap -iquote /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-project-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/include -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/DerivedSources/i386 -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/DerivedSources -F/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator -MMD -MT dependencies -MF /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/main.d --serialize-diagnostics /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/main.dia -c /root/alax/ios/At/At/main.m -o /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/main.o

 

CompileC /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/ViewController.o At/ViewController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler

    cd /root/alax/ios/At

    export LANG=en_US.US-ASCII

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Users/admin/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=10.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-generated-files.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-own-target-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-all-target-headers.hmap -iquote /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-project-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/include -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/DerivedSources/x86_64 -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/DerivedSources -F/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator -MMD -MT dependencies -MF /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/ViewController.d --serialize-diagnostics /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/ViewController.dia -c /root/alax/ios/At/At/ViewController.m -o /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/ViewController.o

 

CompileC /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/AppDelegate.o At/AppDelegate.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler

    cd /root/alax/ios/At

    export LANG=en_US.US-ASCII

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Users/admin/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=10.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-generated-files.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-own-target-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-all-target-headers.hmap -iquote /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-project-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/include -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/DerivedSources/x86_64 -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/DerivedSources -F/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator -MMD -MT dependencies -MF /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/AppDelegate.d --serialize-diagnostics /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/AppDelegate.dia -c /root/alax/ios/At/At/AppDelegate.m -o /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/AppDelegate.o

 

/root/alax/ios/At/At/AppDelegate.m:22:15: warning: unused variable 'window' [-Wunused-variable]

    UIWindow *window = [self window];

              ^

1 warning generated.

 

CompileC /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/main.o At/main.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler

    cd /root/alax/ios/At

    export LANG=en_US.US-ASCII

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Users/admin/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=10.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-generated-files.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-own-target-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-all-target-headers.hmap -iquote /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/At-project-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/include -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/DerivedSources/x86_64 -I/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/DerivedSources -F/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator -MMD -MT dependencies -MF /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/main.dia -c /root/alax/ios/At/At/main.m -o /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/main.o

 

Ld /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/At normal i386

    cd /root/alax/ios/At

    export IPHONEOS_DEPLOYMENT_TARGET=10.0

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Users/admin/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -L/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator -F/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator -filelist /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/At.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=10.0 -Xlinker -object_path_lto -Xlinker /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/At_lto.o -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -dependency_info -Xlinker /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/At_dependency_info.dat -o /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/At

 

Ld /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/At normal x86_64

    cd /root/alax/ios/At

    export IPHONEOS_DEPLOYMENT_TARGET=10.0

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Users/admin/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -L/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator -F/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator -filelist /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/At.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=10.0 -Xlinker -object_path_lto -Xlinker /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/At_lto.o -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -dependency_info -Xlinker /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/At_dependency_info.dat -o /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/At

 

CreateUniversalBinary /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app/At normal i386 x86_64

    cd /root/alax/ios/At

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Users/admin/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/i386/At /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Objects-normal/x86_64/At -output /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app/At

 

CompileStoryboard At/Base.lproj/Main.storyboard

    cd /root/alax/ios/At

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    export XCODE_DEVELOPER_USR_PATH=/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin/..

    /Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module At --output-partial-info-plist /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Main-SBPartialInfo.plist --auto-activate-custom-fonts --target-device iphone --target-device ipad --minimum-deployment-target 10.0 --output-format human-readable-text --compilation-directory /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Base.lproj /root/alax/ios/At/At/Base.lproj/Main.storyboard

 

CompileStoryboard At/Base.lproj/LaunchScreen.storyboard

    cd /root/alax/ios/At

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    export XCODE_DEVELOPER_USR_PATH=/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin/..

    /Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module At --output-partial-info-plist /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/LaunchScreen-SBPartialInfo.plist --auto-activate-custom-fonts --target-device iphone --target-device ipad --minimum-deployment-target 10.0 --output-format human-readable-text --compilation-directory /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Base.lproj /root/alax/ios/At/At/Base.lproj/LaunchScreen.storyboard

 

CompileAssetCatalog /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app At/Assets.xcassets

    cd /root/alax/ios/At

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/assetcatalog_dependencies --output-partial-info-plist /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/assetcatalog_generated_info.plist --app-icon AppIcon --compress-pngs --enable-on-demand-resources YES --filter-for-device-model iPhone5,1 --filter-for-device-os-version 10.0 --sticker-pack-identifier-prefix app.At.sticker-pack. --target-device iphone --target-device ipad --minimum-deployment-target 10.0 --platform iphonesimulator --product-type com.apple.product-type.application --compile /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app /root/alax/ios/At/At/Assets.xcassets

 

/* com.apple.actool.compilation-results */

/Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/assetcatalog_generated_info.plist

 

 

ProcessInfoPlistFile /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app/Info.plist At/Info.plist

    cd /root/alax/ios/At

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    builtin-infoPlistUtility /root/alax/ios/At/At/Info.plist -genpkginfo /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator -additionalcontentfile /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/assetcatalog_generated_info.plist -additionalcontentfile /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Main-SBPartialInfo.plist -additionalcontentfile /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/LaunchScreen-SBPartialInfo.plist -o /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app/Info.plist

 

GenerateDSYMFile /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app.dSYM /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app/At

    cd /root/alax/ios/At

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Users/admin/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app/At -o /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app.dSYM

 

LinkStoryboards

    cd /root/alax/ios/At

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    export XCODE_DEVELOPER_USR_PATH=/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin/..

    /Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module At --target-device iphone --target-device ipad --minimum-deployment-target 10.0 --output-format human-readable-text --link /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Base.lproj/Main.storyboardc /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Intermediates/At.build/Release-iphonesimulator/At.build/Base.lproj/LaunchScreen.storyboardc

 

Touch /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app

    cd /root/alax/ios/At

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /usr/bin/touch -c /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app

 

CodeSign /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app

    cd /root/alax/ios/At

    export CODESIGN_ALLOCATE=/Users/admin/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate

    export PATH="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    

Signing Identity:     "-"

 

    /usr/bin/codesign --force --sign - --timestamp=none /Users/admin/Library/Developer/Xcode/DerivedData/At-fatdlanwmgnrqqfysujimwqiwpql/Build/Products/Release-iphonesimulator/At.app

 

 

 

Build succeeded    2022/3/16 上午1:57

整个构建过程比较复杂,尤其是在编译、链接的时候指定的参数非常多。

 

直接使用命令构建整个XCode工程

PATH:="/Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin:$(PATH)"

LANG=en_US.US-ASCII
IPHONEOS_DEPLOYMENT_TARGET=10.0
CODESIGN_ALLOCATE=/Users/admin/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
XCODE_DEVELOPER_USR_PATH=/Users/admin/Downloads/Xcode.app/Contents/Developer/usr/bin/..

export PATH
export LANG
export IPHONEOS_DEPLOYMENT_TARGET
export CODESIGN_ALLOCATE
export XCODE_DEVELOPER_USR_PATH

build:
	echo $(PATH)
	make -f Makefile-internal

这里我是直接在Makefile文件中将XCode构建时需要的相关命令加入到PATH环境变量中,但是加入到PATH后还是不能直接使用到这些命令,因此我这里将PATH传递(pass down, or export)给另一个叫做Makefile-internal的文件。

build:
#	momc --sdkroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk --iphonesimulator-deployment-target 10.0 --module main_test /root/alax/ios/main_test/main_test/main_test.xcdatamodeld /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/main_test.app/

	clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=10.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/main_test-generated-files.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/main_test-own-target-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/main_test-all-target-headers.hmap -iquote /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/main_test-project-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/include -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/DerivedSources/x86_64 -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/DerivedSources -F/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/ViewController.d --serialize-diagnostics /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/ViewController.dia -c ./main_test/ViewController.m -o /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/ViewController.o
	
	clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=10.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/main_test-generated-files.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/main_test-own-target-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/main_test-all-target-headers.hmap -iquote /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/main_test-project-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/include -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/DerivedSources/x86_64 -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/DerivedSources -F/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/AppDelegate.d --serialize-diagnostics /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/AppDelegate.dia -c ./main_test/AppDelegate.m -o /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/AppDelegate.o
	
	clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=10.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/main_test-generated-files.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/main_test-own-target-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/main_test-all-target-headers.hmap -iquote /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/main_test-project-headers.hmap -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/include -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/DerivedSources/x86_64 -I/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/DerivedSources -F/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/main.dia -c ./main_test/main.m -o /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/main.o
	
	clang -arch x86_64 -isysroot /Users/admin/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -L/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator -F/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator -filelist /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/main_test.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=10.0 -Xlinker -object_path_lto -Xlinker /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/main_test_lto.o -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -dependency_info -Xlinker /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/main_test_dependency_info.dat -o /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/main_test
	
	mkdir -p /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/main_test.app
	
	lipo -create /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Objects-normal/x86_64/main_test -output /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/main_test.app/main_test
	
	ibtool --errors --warnings --notices --module main_test --output-partial-info-plist /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Main-SBPartialInfo.plist --auto-activate-custom-fonts --target-device iphone --target-device ipad --minimum-deployment-target 10.0 --output-format human-readable-text --compilation-directory /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Base.lproj ./main_test/Base.lproj/Main.storyboard
	
#	/Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Main-SBPartialInfo.plist
	plutil -convert binary1 main_test/Info.plist -o /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/main_test.app/Info.plist
	
	dsymutil /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/main_test.app/main_test -o /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/main_test.app.dSYM
	
	ibtool --errors --warnings --notices --module main_test --target-device iphone --target-device ipad --minimum-deployment-target 10.0 --output-format human-readable-text --link /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/main_test.app /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Intermediates/main_test.build/Debug-iphonesimulator/main_test.build/Base.lproj/Main.storyboardc
	
	touch -c /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/main_test.app
	
	codesign --force --sign - --timestamp=none /Users/admin/Library/Developer/Xcode/DerivedData/main_test-axdrfngzaahbmvaeowmntsxpmfuf/Build/Products/Debug-iphonesimulator/main_test.app

 

 

 

 

 

 

脚本宝典总结

以上是脚本宝典为你收集整理的XCode全部内容,希望文章能够帮你解决XCode所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: