Działa ok jeśli tworzę aplikację na IOS, Gdy otwieram aplikację 32 bitową również sprawuję się ok.
Lecz gdy sam tworzę nowy projekt to mam go domyślnie w 64 Bitach a na mojej maszynie tego nie odpalę, ponieważ wspiera tylko 32 Bity.
Po przestawieniu w ustawieniach projektu na 32 Bity mam o to taki komunikat:
/Users/scorpion/Desktop/tst/tst/AppDelegate.m:13:13: error: synthesized property 'window' must either be named the same as a compatible ivar or must explicitly name an ivar [3]Pełny komunikat
CompileC /Users/scorpion/Library/Developer/Xcode/DerivedData/tst-cdptexmaysbqvocjkgocxafzmxhq/Build/Intermediates/tst.build/Debug/tst.build/Objects-normal/i386/AppDelegate.o tst/AppDelegate.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/scorpion/Desktop/tst
setenv LANG en_US.US-ASCII
/Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wmissing-prototypes -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wunused-variable -Wunused-value -Wshorten-64-to-32 -DDEBUG=1 -isysroot /Developer/SDKs/MacOSX10.6.sdk -fasm-blocks -mmacosx-version-min=10.6 -gdwarf-2 -Wno-sign-conversion "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -iquote /Users/scorpion/Library/Developer/Xcode/DerivedData/tst-cdptexmaysbqvocjkgocxafzmxhq/Build/Intermediates/tst.build/Debug/tst.build/tst-generated-files.hmap -I/Users/scorpion/Library/Developer/Xcode/DerivedData/tst-cdptexmaysbqvocjkgocxafzmxhq/Build/Intermediates/tst.build/Debug/tst.build/tst-own-target-headers.hmap -I/Users/scorpion/Library/Developer/Xcode/DerivedData/tst-cdptexmaysbqvocjkgocxafzmxhq/Build/Intermediates/tst.build/Debug/tst.build/tst-all-target-headers.hmap -iquote /Users/scorpion/Library/Developer/Xcode/DerivedData/tst-cdptexmaysbqvocjkgocxafzmxhq/Build/Intermediates/tst.build/Debug/tst.build/tst-project-headers.hmap -I/Users/scorpion/Library/Developer/Xcode/DerivedData/tst-cdptexmaysbqvocjkgocxafzmxhq/Build/Products/Debug/include -I/Users/scorpion/Library/Developer/Xcode/DerivedData/tst-cdptexmaysbqvocjkgocxafzmxhq/Build/Intermediates/tst.build/Debug/tst.build/DerivedSources/i386 -I/Users/scorpion/Library/Developer/Xcode/DerivedData/tst-cdptexmaysbqvocjkgocxafzmxhq/Build/Intermediates/tst.build/Debug/tst.build/DerivedSources -F/Users/scorpion/Library/Developer/Xcode/DerivedData/tst-cdptexmaysbqvocjkgocxafzmxhq/Build/Products/Debug -include /Users/scorpion/Library/Developer/Xcode/DerivedData/tst-cdptexmaysbqvocjkgocxafzmxhq/Build/PrecompiledHeaders/tst-Prefix-bipueliikjzaceegvmbwrtfbsjwn/tst-Prefix.pch -MMD -MT dependencies -MF /Users/scorpion/Library/Developer/Xcode/DerivedData/tst-cdptexmaysbqvocjkgocxafzmxhq/Build/Intermediates/tst.build/Debug/tst.build/Objects-normal/i386/AppDelegate.d -c /Users/scorpion/Desktop/tst/tst/AppDelegate.m -o /Users/scorpion/Library/Developer/Xcode/DerivedData/tst-cdptexmaysbqvocjkgocxafzmxhq/Build/Intermediates/tst.build/Debug/tst.build/Objects-normal/i386/AppDelegate.o
/Users/scorpion/Desktop/tst/tst/AppDelegate.m:13:13: error: synthesized property 'window' must either be named the same as a compatible ivar or must explicitly name an ivar [3]
@synthesize window = _window;
^
1 error generated.
Czy da się coś z tym zrobić ??
Mój system Snow Leopard 10.6.8 32 Bity
Bez sensu bym miał 2 wersje Xcode i tworzył starą wersją i otwierał nową..
Próbował ktoś takich kombinacji ??
Istnieje możliwość ustawić by Xcode automatycznie przy tworzeniu ustawiał platformę 32 bity ?
Z Góry serdecznie dziękuję.
Na pytanie dlaczego kombinuję ?? odpowiem tak, wolę zintegrowane okienka bardziej do gustu przypada mi wersja 4.2











