Hello,
building the frameworks generates the following error:
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
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))
What can I do to solve the problem?
Best regards
global667
Last edited by global667; 2012-11-18 at 06:20 AM.. Reason: More logging infos