Ошибка установки RestKit - PullRequest
       2

Ошибка установки RestKit

0 голосов
/ 14 октября 2011

Я только начинаю с RestKit, чтобы создать приложение Webservice (на iOS).После выполнения этого урока я получаю ошибку ниже.

Я так много погуглил, но не могу найти решения проблем.

CompileC
/Users/dirox/Library/Developer/Xcode/DerivedData/NovaTime-bgunlxgabivgykdyqkdrcehybicn/Build/Intermediates/RestKit.build/Debug-iphonesimulator/RestKitObjectMapping.build/Objects-normal/armv6/RKDynamicObjectMapping.o
Code/ObjectMapping/RKDynamicObjectMapping.m normal armv6 objective-c
com.apple.compilers.gcc.4_2
     cd /Users/dirox/Dropbox/NovaTime/RestKit
     setenv LANG en_US.US-ASCII
     setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
     /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
 -x objective-c -arch armv6 -fmessage-length=0 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -O0 -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
 -fexceptions -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=40000 -iquote /Users/dirox/Library/Developer/Xcode/DerivedData/NovaTime-bgunlxgabivgykdyqkdrcehybicn/Build/Intermediates/RestKit.build/Debug-iphonesimulator/RestKitObjectMapping.build/RestKitObjectMapping-generated-files.hmap
 -I/Users/dirox/Library/Developer/Xcode/DerivedData/NovaTime-bgunlxgabivgykdyqkdrcehybicn/Build/Intermediates/RestKit.build/Debug-iphonesimulator/RestKitObjectMapping.build/RestKitObjectMapping-own-target-headers.hmap
 -I/Users/dirox/Library/Developer/Xcode/DerivedData/NovaTime-bgunlxgabivgykdyqkdrcehybicn/Build/Intermediates/RestKit.build/Debug-iphonesimulator/RestKitObjectMapping.build/RestKitObjectMapping-all-target-headers.hmap
 -iquote /Users/dirox/Library/Developer/Xcode/DerivedData/NovaTime-bgunlxgabivgykdyqkdrcehybicn/Build/Intermediates/RestKit.build/Debug-iphonesimulator/RestKitObjectMapping.build/RestKitObjectMapping-project-headers.hmap
 -I/Users/dirox/Library/Developer/Xcode/DerivedData/NovaTime-bgunlxgabivgykdyqkdrcehybicn/Build/Products/Debug-iphonesimulator/include
 -I/Users/dirox/Library/Developer/Xcode/DerivedData/NovaTime-bgunlxgabivgykdyqkdrcehybicn/Build/Intermediates/RestKit.build/Debug-iphonesimulator/RestKitObjectMapping.build/DerivedSources/armv6
 -I/Users/dirox/Library/Developer/Xcode/DerivedData/NovaTime-bgunlxgabivgykdyqkdrcehybicn/Build/Intermediates/RestKit.build/Debug-iphonesimulator/RestKitObjectMapping.build/DerivedSources
 -F/Users/dirox/Library/Developer/Xcode/DerivedData/NovaTime-bgunlxgabivgykdyqkdrcehybicn/Build/Products/Debug-iphonesimulator
 -include /Users/dirox/Dropbox/NovaTime/RestKit/Code/Support/RestKit_Prefix.pch
 -c /Users/dirox/Dropbox/NovaTime/RestKit/Code/ObjectMapping/RKDynamicObjectMapping.m
 -o /Users/dirox/Library/Developer/Xcode/DerivedData/NovaTime-bgunlxgabivgykdyqkdrcehybicn/Build/Intermediates/RestKit.build/Debug-iphonesimulator/RestKitObjectMapping.build/Objects-normal/armv6/RKDynamicObjectMapping.o

 Command
 /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
 failed with exit code 255

Кто-нибудь мне помочь?

1 Ответ

0 голосов
/ 14 октября 2011

Вы Xcode 4.1?Текущий мастер отлично работает с Xcode 4.2, но у меня нет доступа к 4.1, чтобы проверить его.

...