`
lobin
  • 浏览: 379389 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
阅读更多

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

 

 

 

 

 

 

0
1
分享到:
评论

相关推荐

    iOS开发-解决Xcode15无法创建category问题

    Xcode升级到iOS15以后发现无法创建category了,现已找到解决方案供大家参考。 这是由于Xcode15缺少了"CategoryNSObject"和"ExtensionNSObject"两个文件夹导致的,解决办法就是将这两个加进去就好了。 如果你有旧的...

    ios13.1 xcode真机调试包

    升级 iOS 13 之后,使用 Xcode 10 真机调试会提示错误: Could not locate device support files. 这是因为 Xcode 10 默认没有自带 iOS 13 的调试包,下载调试包,然后重新打开 Xcode 就可以了。 打开Finder 按下: ...

    xcode4.2.1 xcode4.1 xcode3.2.6final

    xcode_4.2.1_for_lion 文件大小:1.69G xcode_4.1_for_lion 文件大小:2.96G xcode_3.2.6_and_ios_sdk_4.3__final 文件大小:4.14G 2012年1月上传,亲自测试可以下载。 ================================

    让Appium兼容Xcode6.0

    Appium是个新东西,支持原生的APP自动化测试,基于Android和iOS提供的SDK,最近apple发布了最新的Xcode,今天不小心更新了,再次使用appium的inspector时各种报错,于是一步步的进行修改源码。 由于Xcode6修改了...

    iOS xcode -lstdc++.6.0.9 lib包下载

    临时解决方案:因为libstdc++/libstdc++.6/libstdc++.6.0.9是从Xcode10,ios12开始移除的,所以可以从Xcode之前版本(如Xcode9.4.1)的Xcode中复制迁移到Xcode10中,开发者只需要将Xcode9.4.1中的真机和模拟器两个...

    xcode10-xcode14各版本sdk

    ios xcode10-xcode14各版本sdk,主要包括7 8 9 10 11 12 13 14个版本以及各小版本,博客中有截图。

    查找Xcode无用代码

    查找Xcode无用代码

    卸载xcode的命令

    卸载xcode的命令

    Xcode 15.6 真机包

    Finder:shift + command + G /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 将包放入该目录下验证密码,并重启Xcode, 就可以运行15.6系统的真机

    16.5 Xcode-14.3.1-RC

    iOS 16.5 镜像包 入Xcode即可调试,路径/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 若不行,请重启电脑

    Xcode 9的C++依赖库【真机版】

    由于Xcode10缺少这些库,但是有时第三方库又要依赖这些库,从Xcode9升级到Xcode10会遇到libstc++ not found的问题,所以就直接把这些旧库复制到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS....

    Xcode 12.2 (16E226) 真机调试包

    环境:MacOS 10.13.6、XCode 10.1 (10B61) 真机系统 iOS 12.2。 调试时无法安装应用,提示“running iOS 12.2 (16E227), which may not be supported by this version of Xcode.” AppStore无法更新XCode。 此包...

    Xcode6 注释插件

    Xcode6 亲测有效,但或许需要做一下修改:1.打开xcode插件所在的目录: ~/library/Application Support/Developer/Shared/Xcode/Plug-ins 2.选择已经安装的插件例VVDocument,右键点击show package contents, 3....

    Xcode 12.1镜像文件

    Xcode 不升级支持真机运行12.1版本信息,具体操作参照我的博客https://mp.csdn.net/postedit/52624583

    让xcode9.1支持 iOS11.2

    让xcode9.1支持 iOS11.2,,不能设置免费了。。。 xcode 11.2 https://pan.baidu.com/s/1i4Yit5j 执行: sudo cp -r /Users/ios-dev/Downloads/11.2\ \(15C5097c\) /Applications/Xcode.app/Contents/Developer/...

    xcode disk image 10.1

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.1

    xcode 自动对齐插件

    xcode缺少想visual studio开发环境的快速自动对其命令,这个插件可以帮助你

    xcode支持iOS15.2和iOS15.4

    xcode支持iOS15.2和iOS15.4

    Xcode 13,iOS15SDK资源下载

    不想更新Xcode的,还想在Xcode 上运行的可以将SDK移入指定路径/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    12.1 xcode devicesupport

    最新12.1xcode运行真机支持文件 /applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

Global site tag (gtag.js) - Google Analytics