Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2280] Titanium build issue

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2014-02-09T06:41:26.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsStudio
Labelsn/a
ReporterVeer Jain
AssigneeRitu Agrawal
Created2014-01-23T10:24:22.000+0000
Updated2016-03-08T07:41:17.000+0000

Description

Hi, I just build an application on titanium studio which got executed successfully, the I changed my system date to 3 days ahead and then back to my current date. Now it is not building my application. Titanium Studio 3.2.0 Mobile SDK 3.2.0 Alloy 1.3.0

Comments

  1. Veer Jain 2014-01-23

    Error is as follows: [TRACE] : CompileC build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiUITableViewAction.o Classes/TiUITableViewAction.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [TRACE] : cd /Users/username/Desktop/-project-name/build/iphone [TRACE] : setenv LANG en_US.US-ASCII [TRACE] : setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin:/Users/username/.rvm/gems/ruby-1.9.3-p448/bin:/Users/username/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/username/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/username/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" [TRACE] : /Applications/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=c99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wno-parentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wno-unused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEPLOYTYPE=development -D__LOG__ID__=c09ebf39-b149-407f-99f6-544262769911 -DDEBUG=1 -DTI_VERSION=3.2.0.GA -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -fvisibility=hidden -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=6.0 -iquote /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-generated-files.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-own-target-headers.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-all-target-headers.hmap -iquote /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-project-headers.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/include/libxml2 -Iheaders -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/DerivedSources/i386 -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/DerivedSources -F/Users/username/Desktop/-project-name/build/iphone/build/Debug-iphonesimulator -DDEBUG -DTI_POST_1_2 -include /var/folders/1q/1gz8vjvd5p998jmcj0prr63r6w5zx3/C/com.apple.DeveloperTools/5.0-5A1412/Xcode/SharedPrecompiledHeaders/project-name_Prefix-hawcqvkdcvdggyagiaaioxbcuzwz/project-name_Prefix.pch -MMD -MT dependencies -MF /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiUITableViewAction.d --serialize-diagnostics /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiUITableViewAction.dia -c /Users/username/Desktop/-project-name/build/iphone/Classes/TiUITableViewAction.m -o /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiUITableViewAction.o [TRACE] : fatal error: file '/Users/username/Desktop/-project-name/build/iphone/Classes/ThirdpartyNS.h' has been modified since the precompiled header '/var/folders/1q/1gz8vjvd5p998jmcj0prr63r6w5zx3/C/com.apple.DeveloperTools/5.0-5A1412/Xcode/SharedPrecompiledHeaders/project-name_Prefix-hawcqvkdcvdggyagiaaioxbcuzwz/project-name_Prefix.pch.pch' was built [TRACE] : 1 error generated. [TRACE] : CompileC build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiFile.o Classes/TiFile.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [TRACE] : cd /Users/username/Desktop/-project-name/build/iphone [TRACE] : setenv LANG en_US.US-ASCII [TRACE] : setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin:/Users/username/.rvm/gems/ruby-1.9.3-p448/bin:/Users/username/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/username/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/username/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" [TRACE] : /Applications/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=c99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wno-parentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wno-unused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEPLOYTYPE=development -D__LOG__ID__=c09ebf39-b149-407f-99f6-544262769911 -DDEBUG=1 -DTI_VERSION=3.2.0.GA -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -fvisibility=hidden -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=6.0 -iquote /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-generated-files.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-own-target-headers.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-all-target-headers.hmap -iquote /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-project-headers.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/include/libxml2 -Iheaders -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/DerivedSources/i386 -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/DerivedSources -F/Users/username/Desktop/-project-name/build/iphone/build/Debug-iphonesimulator -DDEBUG -DTI [TRACE] : _POST_1_2 -include /var/folders/1q/1gz8vjvd5p998jmcj0prr63r6w5zx3/C/com.apple.DeveloperTools/5.0-5A1412/Xcode/SharedPrecompiledHeaders/project-name_Prefix-hawcqvkdcvdggyagiaaioxbcuzwz/project-name_Prefix.pch -MMD -MT dependencies -MF /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiFile.d --serialize-diagnostics /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiFile.dia -c /Users/username/Desktop/-project-name/build/iphone/Classes/TiFile.m -o /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiFile.o [TRACE] : fatal error: file '/Users/username/Desktop/-project-name/build/iphone/Classes/ThirdpartyNS.h' has been modified since the precompiled header '/var/folders/1q/1gz8vjvd5p998jmcj0prr63r6w5zx3/C/com.apple.DeveloperTools/5.0-5A1412/Xcode/SharedPrecompiledHeaders/project-name_Prefix-hawcqvkdcvdggyagiaaioxbcuzwz/project-name_Prefix.pch.pch' was built [TRACE] : 1 error generated. [TRACE] : CompileC build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/main.o main.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [TRACE] : cd /Users/username/Desktop/-project-name/build/iphone [TRACE] : setenv LANG en_US.US-ASCII [TRACE] : setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin:/Users/username/.rvm/gems/ruby-1.9.3-p448/bin:/Users/username/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/username/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/username/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" [TRACE] : /Applications/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=c99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wno-parentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wno-unused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEPLOYTYPE=development -D__LOG__ID__=c09ebf39-b149-407f-99f6-544262769911 -DDEBUG=1 -DTI_VERSION=3.2.0.GA -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -fvisibility=hidden -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=6.0 -iquote /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-generated-files.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-own-target-headers.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-all-target-headers.hmap -iquote /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-project-headers.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/include/libxml2 -Iheaders -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/DerivedSources/i386 -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/DerivedSources -F/Users/username/Desktop/-project-name/build/iphone/build/Debug-iphonesimulator -DDEBUG -DTI_POST_1_2 -include /var/folders/1q/1gz8vjvd5p998jmcj0prr63r6w5zx3/C/com.apple.DeveloperTools/5.0-5A1412/Xcode/SharedPrecompiledHeaders/project-name_Prefix-hawcqvkdcvdggyagiaaioxbcuzwz/project-name_Prefix.pch -MMD -MT dependencies -MF /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/main.d --serialize-diagnostics /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/main.dia -c /Users/username/Desktop/-project-name/build/iphone/main.m -o /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/main.o [TRACE] : fatal error: file '/Users/username/Desktop/-project-name/build/iphone/Classes/ThirdpartyNS.h' has been modified since the precompiled header '/var/folders/1q/1gz8vjvd5p998jmcj0prr63r6w5zx3/C/com.apple.DeveloperTools/5.0-5A1412/Xcode/SharedPrecompiledHeaders/project-name_Prefix-hawcqvkdcvdggyagiaaioxbcuzwz/project-name_Prefix.pch.pch' was built [TRACE] : 1 error generated. [TRACE] : CompileC build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFItemView.o Classes/AFOpenFlow/AFItemView.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [TRACE] : cd /Users/username/Desktop/-project-name/build/iphone [TRACE] : setenv LANG en_US.US-ASCII [TRACE] : setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin:/Users/username/.rvm/gems/ruby-1.9.3-p448/bin:/Users/username/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/username/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/username/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" [TRACE] : /Applications/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=c99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wno-parentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wno-unused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEPLOYTYPE=development -D__LOG__ID__=c09ebf39-b149-407f-99f6-544262769911 -DDEBUG=1 -DTI_VERSION=3.2.0.GA -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -fvisibility=hidden -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=6.0 -iquote /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-generated-files.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.bu [TRACE] : ild/project-name-own-target-headers.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-all-target-headers.hmap -iquote /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-project-headers.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/include/libxml2 -Iheaders -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/DerivedSources/i386 -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/DerivedSources -F/Users/username/Desktop/-project-name/build/iphone/build/Debug-iphonesimulator -DDEBUG -DTI_POST_1_2 -include /var/folders/1q/1gz8vjvd5p998jmcj0prr63r6w5zx3/C/com.apple.DeveloperTools/5.0-5A1412/Xcode/SharedPrecompiledHeaders/project-name_Prefix-hawcqvkdcvdggyagiaaioxbcuzwz/project-name_Prefix.pch -MMD -MT dependencies -MF /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFItemView.d --serialize-diagnostics /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFItemView.dia -c /Users/username/Desktop/-project-name/build/iphone/Classes/AFOpenFlow/AFItemView.m -o /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFItemView.o [TRACE] : fatal error: file '/Users/username/Desktop/-project-name/build/iphone/Classes/ThirdpartyNS.h' has been modified since the precompiled header '/var/folders/1q/1gz8vjvd5p998jmcj0prr63r6w5zx3/C/com.apple.DeveloperTools/5.0-5A1412/Xcode/SharedPrecompiledHeaders/project-name_Prefix-hawcqvkdcvdggyagiaaioxbcuzwz/project-name_Prefix.pch.pch' was built [TRACE] : 1 error generated. [TRACE] : CompileC build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFOpenFlowView.o Classes/AFOpenFlow/AFOpenFlowView.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [TRACE] : cd /Users/username/Desktop/-project-name/build/iphone [TRACE] : setenv LANG en_US.US-ASCII [TRACE] : setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin:/Users/username/.rvm/gems/ruby-1.9.3-p448/bin:/Users/username/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/username/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/username/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" [TRACE] : /Applications/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=c99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wno-parentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wno-unused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEPLOYTYPE=development -D__LOG__ID__=c09ebf39-b149-407f-99f6-544262769911 -DDEBUG=1 -DTI_VERSION=3.2.0.GA -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -fvisibility=hidden -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=6.0 -iquote /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-generated-files.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-own-target-headers.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-all-target-headers.hmap -iquote /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/project-name-project-headers.hmap -I/Users/username/Desktop/-project-name/build/iphone/build/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/include/libxml2 -Iheaders -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/DerivedSources/i386 -I/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/DerivedSources -F/Users/username/Desktop/-project-name/build/iphone/build/Debug-iphonesimulator -DDEBUG -DTI_POST_1_2 -include /var/folders/1q/1gz8vjvd5p998jmcj0prr63r6w5zx3/C/com.apple.DeveloperTools/5.0-5A1412/Xcode/SharedPrecompiledHeaders/project-name_Prefix-hawcqvkdcvdggyagiaaioxbcuzwz/project-name_Prefix.pch -MMD -MT dependencies -MF /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFOpenFlowView.d --serialize-diagnostics /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFOpenFlowView.dia -c /Users/username/Desktop/-project-name/build/iphone/Classes/AFOpenFlow/AFOpenFlowView.m -o /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFOpenFlowView.o [TRACE] : fatal error: file '/Users/username/Desktop/-project-name/build/iphone/Classes/ThirdpartyNS.h' has been modified since the precompiled header '/var/folders/1q/1gz8vjvd5p998jmcj0prr63r6w5zx3/C/com.apple.DeveloperTools/5.0-5A1412/Xcode/SharedPrecompiledHeaders/project-name_Prefix-hawcqvkdcvdggyagiaaioxbcuzwz/project-name_Prefix.pch.pch' was built [TRACE] : 1 error generated. [ERROR] : 2014-01-23 16:00:20.983 xcodebuild[41946:1c03] DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3564/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:78 [ERROR] : Details: Failed to load dependencies output contents from `/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiFile.d''. Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “TiFile.d” couldn’t be opened because there is no such file." UserInfo=0x7fd4af333570 {NSFilePath=/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiFile.d, NSUnderlyingError=0x7fd4af97ff10 "The operation couldn’t be completed. No such file or directory"}. User info: { [ERROR] : NSFilePath = "/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiFile.d"; [ERROR] : NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The operation couldn\U2019t be completed. No such file or directory\""; [ERROR] : }. [ERROR] : Function: void XCGccMakefileDependenciesParsePathsFromRuleFile(NSString *__strong, F) [F = <lambda at /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3564/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:168:73>] [ERROR] : Thread: <NSThread: 0x7fd4af330f40>{name = (null), num = 10} [ERROR] : Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide. [ERROR] : 2014-01-23 16:00:20.983 xcodebuild[41946:1603] DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3564/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:78 [ERROR] : Details: Failed to load dependencies output contents from /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiUITableViewAction.d''. Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “TiUITableViewAction.d” couldn’t be opened because there is no such file." UserInfo=0x7fd4af2a2370 {NSFilePath=/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiUITableViewAction.d, NSUnderlyingError=0x7fd4af293360 "The operation couldn’t be completed. No such file or directory"}. User info: { [ERROR] : NSFilePath = "/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiUITableViewAction.d"; [ERROR] : NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The operation couldn\U2019t be completed. No such file or directory\""; [ERROR] : }. [ERROR] : Function: void XCGccMakefileDependenciesParsePathsFromRuleFile(NSString *__strong, F) [F = <lambda at /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3564/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:168:73>] [ERROR] : Thread: <NSThread: 0x7fd4af293320>{name = (null), num = 9} [ERROR] : Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide. [ERROR] : 2014-01-23 16:00:21.014 xcodebuild[41946:5903] DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3564/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:78 [ERROR] : Details: Failed to load dependencies output contents from /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFItemView.d''. Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “AFItemView.d” couldn’t be opened because there is no such file." UserInfo=0x7fd4aee85070 {NSFilePath=/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFItemView.d, NSUnderlyingError=0x7fd4af601880 "The operation couldn’t be completed. No such file or directory"}. User info: { [ERROR] : NSFilePath = "/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFItemView.d"; [ERROR] : NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The operation couldn\U2019t be completed. No such file or directory\""; [ERROR] : }. [ERROR] : Function: void XCGccMakefileDependenciesParsePathsFromRuleFile(NSString *__strong, F) [F = <lambda at /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3564/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:168:73>] [ERROR] : Thread: <NSThread: 0x7fd4af63a680>{name = (null), num = 8} [ERROR] : Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide. [ERROR] : 2014-01-23 16:00:21.022 xcodebuild[41946:262b] DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3564/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:78 [ERROR] : Details: Failed to load dependencies output contents from /Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/main.d''. Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “main.d” couldn’t be opened because there is no such file." UserInfo=0x7fd4aeee4a00 {NSFilePath=/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/main.d, NSUnderlyingError=0x7fd4aeee4930 "The operation couldn’t be completed. No such file or directory"}. User info: { [ERROR] : NSFilePath = "/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/main.d"; [ERROR] : NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The operation couldn\U2019t be completed. No such file or directory\""; [ERROR] : }. [ERROR] : Function: void XCGccMakefileDependenciesParsePathsFromRuleFile(NSString *__strong, F) [F = <lambda at /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3564/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:168:73>] [ERROR] : Thread: <NSThread: 0x7fd4aeee48f0>{name = (null), num = 7} [ERROR] : Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide. [ERROR] : 2014-01-23 16:00:21.065 xcodebuild[41946:6503] DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3564/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:78 [ERROR] : Details: Failed to load dependencies output contents from `/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFOpenFlowView.d''. Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “AFOpenFlowView.d” couldn’t be opened because there is no such file." UserInfo=0x7fd4aeefb220 {NSFilePath=/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFOpenFlowView.d, NSUnderlyingError=0x7fd4aeea41f0 "The operation couldn’t be completed. No such file or directory"}. User info: { [ERROR] : NSFilePath = "/Users/username/Desktop/-project-name/build/iphone/build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFOpenFlowView.d"; [ERROR] : NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The operation couldn\U2019t be completed. No such file or directory\""; [ERROR] : }. [ERROR] : Function: void XCGccMakefileDependenciesParsePathsFromRuleFile(NSString *__strong, F) [F = ] [ERROR] : Thread: {name = (null), num = 11} [ERROR] : Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide. [ERROR] : ** BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : CompileC build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiUITableViewAction.o Classes/TiUITableViewAction.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [ERROR] : CompileC build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/TiFile.o Classes/TiFile.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [ERROR] : CompileC build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/main.o main.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [ERROR] : CompileC build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFItemView.o Classes/AFOpenFlow/AFItemView.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [ERROR] : CompileC build/project-name.build/Debug-iphonesimulator/project-name.build/Objects-normal/i386/AFOpenFlowView.o Classes/AFOpenFlow/AFOpenFlowView.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [ERROR] : (5 failures)
  2. Ritu Agrawal 2014-01-24

    We have not been able to reproduce this issue based on the description provided. Can you please verify your steps to make sure that we are not missing any other step? Can you also please try the same scenario with a simple Xcode project and report the findings.
  3. Veer Jain 2014-01-24

    I tried it with simple xCode project and it is working fine. But when with Titanium studio it is not building the project. Steps:- 1. Create sample project. 2. Build it and will work fine. 3. Change system date to some future date(2 or more days ahead) and build again, working fine. 4. Change system date to current date again and build again, problem occurs.
  4. Ritu Agrawal 2014-01-24

    I would suggest you to clear your project and rebuild it agains as the build log appears to indicate the pre-built header file timestamp mismatch. Let us know how it goes.
  5. Veer Jain 2014-01-24

    I cleared my project, deleted build folder and even done titanium studio clean from command prompt. But still the issue persist. Executing my project for iPhone simulator is creating a problem.
  6. Veer Jain 2014-01-28

    Any updates on this ticket?
  7. Ritu Agrawal 2014-01-29

    We have tried to reproduce this issue with different configurations and we have had no luck. We used a simple Titanium and an Alloy project that ships with the Studio. So a couple of questions: 1. Can you reproduce this issue with a sample that ships with Studio? If yes, let us know the sample name. 2. Do you make any change to the project or source code between different builds when switch forward and back the dates?
  8. Ritu Agrawal 2014-02-09

    Resolving this issue as we cannot reproduce this issue and we do not have requested information to make further progress.

JSON Source