UIKit, syntax errors, UILocalizedIndexedCollation.h
It seems very unlikely that the problem in UIKit, as the errors indicate.
I can not say what it is that has changed in my app, but now I have after months of success, 60 errors, basically a set of four errors occuring in 15 source files I send only one set of the four errors. I have added NetAvailabilty code, but it worked fine before, if on the device only. Can you please give me a pointer please.
Building target “iHungry” of project “iHungry7” with configuration “Debug” — (60 errors, 3 warnings)
cd /Users/appleuser/Cocoa/iHungry7
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.0 -x objective-c -arch armv6 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk -fvisibility=hidden -gdwarf-2 -mthumb -miphoneos-version-min=3.0 -I/Users/appleuser/Cocoa/iHungry7/build/iHungry7.build/Debug-iphoneos/iHungry.build/iHungry.hmap -F/Users/appleuser/Cocoa/iHungry7/build/Debug-iphoneos -I/Users/appleuser/Cocoa/iHungry7/build/Debug-iphoneos/include -I/Users/appleuser/Cocoa/iHungry7/build/iHungry7.build/Debug-iphoneos/iHungry.build/DerivedSources/armv6 -I/Users/appleuser/Cocoa/iHungry7/build/iHungry7.build/Debug-iphoneos/iHungry.build/DerivedSources -include /var/folders/lJ/lJDuzOmaEX4Q1OyHZP8pTE+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/iHungry_Prefix-cndqyffjularxmbdwzbrykhvykkf/iHungry_Prefix.pch -DCONFIGURATION_Debug -c /Users/appleuser/Cocoa/iHungry7/main.m -o /Users/appleuser/Cocoa/iHungry7/build/iHungry7.build/Debug-iphoneos/iHungry.build/Objects-normal/armv6/main.o
In file included from /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:31,
from /Users/appleuser/Cocoa/iHungry7/main.m:51:
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalizedIndexedCollation.h:13: error: syntax error before 'AT_NAME' token
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalizedIndexedCollation.h:21: error: syntax error before '}' token
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalizedIndexedCollation.h:23: fatal error: method definition not in @implementation context
compilation terminated.
{standard input}:32:FATAL:.abort detected. Assembly stopping.
|