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 12.1镜像文件:保持对iOS 12.1真机支持的详尽指南》 在iOS应用开发过程中,Xcode作为官方的集成开发环境(IDE),扮演着至关重要的角色。然而,随着新版本的发布,开发者们可能会面临一个问题:如何在不...
在IT行业中,Xcode是Apple官方为开发iOS、macOS、watchOS以及tvOS应用程序而设计的一款集成开发环境(IDE)。Xcode 15.4是该系列的一个版本,提供了强大的工具集,让开发者能够高效地创建高质量的应用程序。本文将...
Xcode 15.4 真机调试包是一个针对苹果开发者的重要工具,它允许开发者在实际设备上测试和调试iOS、iPadOS、macOS、tvOS以及watchOS应用程序。这个版本的Xcode包含了编译器、模拟器、界面设计工具、性能分析工具等一...
### 卸载Xcode的命令 在开发领域中,Xcode是苹果官方为开发者提供的集成开发环境(Integrated Development Environment,IDE),主要用于iOS、iPadOS、macOS、watchOS及tvOS的应用程序开发。然而,在某些情况下,...
在iOS和macOS应用开发领域,Xcode是Apple官方推荐的集成开发环境(IDE),它提供了丰富的功能,如代码编辑、调试、构建管理等。然而,对于习惯于使用Visual Studio等其他IDE的开发者来说,Xcode在某些方面可能略显...
标题中的“xcode disk image 10.1”指的是Xcode的一个特定版本,与iOS 10.1设备支持相关的磁盘映像。这个版本的Xcode包含了开发和测试iOS 10.1应用程序所需的所有工具和资源。Xcode是Apple官方的集成开发环境(IDE)...
在软件开发中,特别是在iOS应用开发中,使用Xcode作为主要的开发环境,开发者需要管理不同版本的构建(Build)。通常情况下,每次编译应用时,开发者会手动增加Build版本号来区分不同版本的构建,以便于内部测试和...
在iOS开发过程中,Xcode是Apple官方提供的集成开发环境(IDE),它包含了编写、调试以及发布iOS和macOS应用程序所需的所有工具。Xcode 15.2是该软件的一个特定版本,提供了对最新iOS功能和技术的支持。在这个"iOS ...
在iOS和macOS开发中,Xcode是一款至关重要的集成开发环境(IDE)。它不仅用于编写代码,还包含了许多辅助功能,比如代码分析工具,能够帮助开发者优化项目,提高代码质量。"查找Xcode无用代码"这个主题是关于如何...
在iOS开发过程中,Xcode是不可或缺的集成开发环境(IDE),它是Apple官方为开发者提供的用于构建、调试和发布iOS及macOS应用的工具。本文将深入探讨“iOS Xcode 15.4真机测试包”相关的知识点,帮助开发者更好地理解...
在iOS开发过程中,Xcode是苹果官方提供的集成开发环境(IDE),用于构建、测试和发布iOS应用程序。"iOS 13.6 xcode 真机包"的标题和描述暗示了这可能是一个包含了用于在iOS 13.6设备上进行真机测试的Xcode配置或固件...
Xcode是Apple官方推出的集成开发环境(IDE),主要用于开发iOS、iPadOS、macOS、watchOS和tvOS等平台的应用程序。在这个特定的情境中,我们关注的是Xcode对iOS 15.2和iOS 15.4版本的支持。 首先,iOS 15.2是苹果...
在iOS应用开发领域,Xcode是苹果官方推荐的集成开发环境(IDE),用于编写和调试针对iOS设备的应用程序。然而,随着iOS系统版本的不断更新,开发者可能遇到一个挑战:如何使用较低版本的Xcode来支持较新版本的iOS。...
**iOS 15.1 Xcode包详解** iOS 15.1是Apple在其iOS操作系统中的一个重要更新,它带来了多项新特性和改进,为开发者和用户提供了更好的体验。Xcode作为Apple官方的集成开发环境(IDE),是开发iOS、macOS、watchOS...
**Xcode iOS11.0配置包详解** Xcode是Apple官方推出的开发工具,用于构建、测试和发布iOS、iPadOS、macOS、watchOS以及tvOS的应用程序。在这个特定的场景中,我们讨论的是针对iOS 11.0版本的Xcode配置包。这个配置...
在iOS应用开发中,Xcode是苹果官方提供的集成开发环境(IDE),用于编写、测试和部署iOS和macOS应用程序。当开发者需要支持新的iOS版本,如iOS 15.5时,他们必须确保Xcode拥有相应的`DeviceSupport`文件,这样才能在...
在iOS应用开发中,Xcode是苹果官方的集成开发环境(IDE),用于编写、测试和发布iOS、iPadOS、macOS、watchOS以及tvOS的应用。随着iOS系统版本的更新,开发者需要确保他们的应用程序能够兼容最新的操作系统。在这个...
《Xcode Command-Line-Tools for macOS 10.14: 深入解析与应用》 在苹果的开发环境中,Xcode是不可或缺的核心工具,它为开发者提供了编写、调试和发布MacOS以及iOS应用程序的强大支持。而在Xcode中,Command-Line-...
在iOS应用开发中,Xcode是苹果官方提供的集成开发环境(IDE),用于编写、测试和发布iOS、iPadOS以及macOS平台的应用。本压缩包“iOS真机调试包(Xcode)”专为iOS 16.1至16.3系统设计,旨在帮助开发者在真实设备上...
**Xcode 14.2 全面解析:专业级iOS与macOS开发工具** Xcode作为Apple官方的集成开发环境(IDE),是iOS、iPadOS、watchOS、tvOS以及macOS应用开发的核心工具。Xcode 14.2版本在前代的基础上进行了诸多优化和增强,...