The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > Developer > Omni Frameworks
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
build commands failed for OUUnzipArchive.* Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Hello,

building the frameworks generates the following error:

Code:
Building OmniUnzip (OmniGroup/Frameworks/OmniUnzip(OmniUnzipTouch))
+./Scripts/Build:136> xcodebuild 'DSTROOT=/' 'SYMROOT=/Users/Shared/wolf/Products' 'OBJROOT=/Users/Shared/wolf/Products/Builds' 'OMNI_INSTALLED_PRODUCTS=' 'OMNI_FRAMEWORK_TARGET_PATH=/Users/Shared/wolf/Products/Debug' -configuration Debug -target OmniUnzipTouch -project OmniUnzip.xcodeproj
Build settings from command line:
    DSTROOT = /
    OBJROOT = /Users/Shared/wolf/Products/Builds
    OMNI_FRAMEWORK_TARGET_PATH = /Users/Shared/wolf/Products/Debug
    OMNI_INSTALLED_PRODUCTS = 
    SYMROOT = /Users/Shared/wolf/Products

=== BUILD NATIVE TARGET OmniUnzipTouch OF PROJECT OmniUnzip WITH CONFIGURATION Debug ===
Check dependencies
[WARN]iOS deployment target '5.1' for architecture 'armv7' and variant 'normal' is greater than the maximum value '4.3.99' for the iOS 4.3 SDK.
[WARN]iOS deployment target '5.1' for architecture 'armv7' and variant 'normal' is greater than the maximum value '4.3.99' for the iOS 4.3 SDK.

CompileC /Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/Objects-normal/armv7/OUUnzipArchive.o OUUnzipArchive.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/wolf/workspace/Disk-Inventory-X/Untouched/OmniGroup/Frameworks/OmniUnzip
    setenv LANG en_US.US-ASCII
    setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/opt/local/sbin"
    /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Werror -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Wnewline-eof -DDEBUG -DDEBUG_wolf -DAPP_STORE=1 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk -gdwarf-2 -miphoneos-version-min=5.1 -I/Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/OmniUnzip.hmap -I/Users/Shared/wolf/Products/Debug-iphoneos/include -I/Users/Shared/wolf/Products/Builds/OmniUnzip.build/DerivedSources -I/Users/Shared/wolf/Products/Debug-iphoneos -I/Users/Shared/wolf/Products/Debug-iphoneos/OmniUnzip-Private -I/Users/Shared/wolf/Products/Debug-iphoneos/include -I/Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/DerivedSources/armv7 -I/Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/DerivedSources -Wall -Wno-#warnings -Wno-trigraphs -Winit-self -Wall -Wno-#warnings -Wno-trigraphs -Winit-self -F/Users/Shared/wolf/Products/Debug-iphoneos -DNS_BUILD_32_LIKE_64 -DOMNI_BUILDING_FRAMEWORK -include /Users/Shared/wolf/Products/Debug-iphoneos/SharedPrecompiledHeaders/OmniUnzip_Prefix-dfogkudrafquulamckyjckisxydj/OmniUnzip_Prefix.pch -c /Users/wolf/workspace/Disk-Inventory-X/Untouched/OmniGroup/Frameworks/OmniUnzip/OUUnzipArchive.m -o /Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/Objects-normal/armv7/OUUnzipArchive.o
/Users/wolf/workspace/Disk-Inventory-X/Untouched/OmniGroup/Frameworks/OmniUnzip/OUUnzipArchive.m:304:10:{304:10-304:117}: error: method '-createDirectoryAtURL:withIntermediateDirectories:attributes:error:' not found (return type defaults to 'id') [2]
     if (![defaultManager createDirectoryAtURL:writeURL withIntermediateDirectories:NO attributes:nil error:outError]) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/wolf/workspace/Disk-Inventory-X/Untouched/OmniGroup/Frameworks/OmniUnzip/OUUnzipArchive.m:317:22:{317:22-317:134}: error: method '-createDirectoryAtURL:withIntermediateDirectories:attributes:error:' not found (return type defaults to 'id') [2]
                 if (![defaultManager createDirectoryAtURL:entryTempURL withIntermediateDirectories:YES attributes:nil error:outError]) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.

CompileC /Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/Objects-normal/armv7/OUZipDirectoryMember.o OUZipDirectoryMember.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/wolf/workspace/Disk-Inventory-X/Untouched/OmniGroup/Frameworks/OmniUnzip
    setenv LANG en_US.US-ASCII
    setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/opt/local/sbin"
    /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Werror -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Wnewline-eof -DDEBUG -DDEBUG_wolf -DAPP_STORE=1 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk -gdwarf-2 -miphoneos-version-min=5.1 -I/Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/OmniUnzip.hmap -I/Users/Shared/wolf/Products/Debug-iphoneos/include -I/Users/Shared/wolf/Products/Builds/OmniUnzip.build/DerivedSources -I/Users/Shared/wolf/Products/Debug-iphoneos -I/Users/Shared/wolf/Products/Debug-iphoneos/OmniUnzip-Private -I/Users/Shared/wolf/Products/Debug-iphoneos/include -I/Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/DerivedSources/armv7 -I/Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/DerivedSources -Wall -Wno-#warnings -Wno-trigraphs -Winit-self -Wall -Wno-#warnings -Wno-trigraphs -Winit-self -F/Users/Shared/wolf/Products/Debug-iphoneos -DNS_BUILD_32_LIKE_64 -DOMNI_BUILDING_FRAMEWORK -include /Users/Shared/wolf/Products/Debug-iphoneos/SharedPrecompiledHeaders/OmniUnzip_Prefix-dfogkudrafquulamckyjckisxydj/OmniUnzip_Prefix.pch -c /Users/wolf/workspace/Disk-Inventory-X/Untouched/OmniGroup/Frameworks/OmniUnzip/OUZipDirectoryMember.m -o /Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/Objects-normal/armv7/OUZipDirectoryMember.o

CompileC /Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/Objects-normal/armv7/OUZipFileMember.o OUZipFileMember.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/wolf/workspace/Disk-Inventory-X/Untouched/OmniGroup/Frameworks/OmniUnzip
    setenv LANG en_US.US-ASCII
    setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/opt/local/sbin"
    /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Werror -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Wnewline-eof -DDEBUG -DDEBUG_wolf -DAPP_STORE=1 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk -gdwarf-2 -miphoneos-version-min=5.1 -I/Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/OmniUnzip.hmap -I/Users/Shared/wolf/Products/Debug-iphoneos/include -I/Users/Shared/wolf/Products/Builds/OmniUnzip.build/DerivedSources -I/Users/Shared/wolf/Products/Debug-iphoneos -I/Users/Shared/wolf/Products/Debug-iphoneos/OmniUnzip-Private -I/Users/Shared/wolf/Products/Debug-iphoneos/include -I/Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/DerivedSources/armv7 -I/Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/DerivedSources -Wall -Wno-#warnings -Wno-trigraphs -Winit-self -Wall -Wno-#warnings -Wno-trigraphs -Winit-self -F/Users/Shared/wolf/Products/Debug-iphoneos -DNS_BUILD_32_LIKE_64 -DOMNI_BUILDING_FRAMEWORK -include /Users/Shared/wolf/Products/Debug-iphoneos/SharedPrecompiledHeaders/OmniUnzip_Prefix-dfogkudrafquulamckyjckisxydj/OmniUnzip_Prefix.pch -c /Users/wolf/workspace/Disk-Inventory-X/Untouched/OmniGroup/Frameworks/OmniUnzip/OUZipFileMember.m -o /Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/Objects-normal/armv7/OUZipFileMember.o


** BUILD FAILED **


The following build commands failed:
	CompileC /Users/Shared/wolf/Products/Builds/OmniUnzip.build/Debug-iphoneos/OmniUnzipTouch.build/Objects-normal/armv7/OUUnzipArchive.o OUUnzipArchive.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Build failed in  (OmniGroup/Frameworks/OmniUnzip(OmniUnzipTouch))
I use Snow Leopard in 10.6.8 and Xcode in 4.0.2 version.

What can I do to solve the problem?

Best regards
global667

Last edited by global667; 2012-11-18 at 05:20 AM.. Reason: More logging infos
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Build Framework Fails From Command Line But Build in XCode Succeeds davidbitton Omni Frameworks 2 2012-05-01 04:13 PM
Accessing menu commands using Applescript schlemmsy OmniGraffle Extras 0 2011-03-25 05:19 AM
omnifocus:// commands LarryPerson OmniFocus for iPhone 0 2010-06-30 10:45 AM
Build failed John.Boydon Omni Frameworks 1 2009-02-28 02:01 PM
Parallel v sequential issue, keyboard commands lastgasp OmniFocus 1 for Mac 7 2007-09-20 07:22 AM


All times are GMT -8. The time now is 05:10 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.