I’ve gone through the tutorial documentation and added everything exactly like it says in the docs.
Basically setting it up in unity, building, opening it in xcode, making sure the frameworks are all there and making sure the prefix is in there - but I’m still not able to get it to compile!
I’ve tried compiling under 3.1.3, 3.1, 3.0 and also 2.2.1 and no joy with any of them
the errors below are from compiling on 3.1.3
Please help! Been pulling my hair out for hours trying to figure this out and for some lousy reason there doesn’t seem to be an OpenFeint forum
Build Unity-iPhone of project Unity-iPhone with configuration Release
CompileC build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv6/OpenFeint+Private.o OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm normal armv6 objective-c++ com.apple.compilers.gcc.4_2
cd /Users/jbury/BearlyContained/BC_BuildMain
setenv LANG en_US.US-ASCII
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.2 -x objective-c++ -arch armv6 -fmessage-length=0 -pipe -Wno-trigraphs -fno-exceptions -fno-rtti -fno-objc-exceptions -fpascal-strings -Os -mdynamic-no-pic -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.3.sdk -fvisibility=hidden -fvisibility-inlines-hidden -fobjc-call-cxx-cdtors -mno-thumb -miphoneos-version-min=3.1.3 -iquote /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-generated-files.hmap -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-own-target-headers.hmap -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-all-target-headers.hmap -iquote /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-project-headers.hmap -F/Users/jbury/BearlyContained/BC_BuildMain/build -F/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iphoneos2.2.1.sdk/System/Library/Frameworks -I/Users/jbury/BearlyContained/BC_BuildMain/build/include -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/DerivedSources/armv6 -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/DerivedSources -include /var/folders/PU/PUzAjG-9FYeuAj6EH7-sC++++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/iPhone_target_Prefix-bgkgyxaihtvmfuctqcxlhfkaodxv/iPhone_target_Prefix.pch -c /Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm -o /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv6/OpenFeint+Private.o
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm: In function 'void -[OpenFeint(Private) _succeededBootstrapping:](OpenFeint*, objc_selector*, NSObject*)':
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm:273: error: 'UIRemoteNotificationTypeBadge' was not declared in this scope
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm:273: error: 'UIRemoteNotificationTypeSound' was not declared in this scope
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm:273: error: 'UIRemoteNotificationTypeAlert' was not declared in this scope
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm:274: error: 'UIRemoteNotificationType' was not declared in this scope
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm:274: error: expected `:' before ']' token
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm:274: error: expected primary-expression before ']' token
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm:274: warning: 'UIApplication' may not respond to '-registerForRemoteNotificationTypes:notificationFlags:'
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm:274: warning: (Messages without a matching method signature
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm:274: warning: will be assumed to return 'id' and accept
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm:274: warning: '...' as arguments.)
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/OpenFeint/OpenFeint+Private.mm:273: warning: unused variable 'notificationFlags'
CompileC build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv6/OFTableCellHelper.o OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/OFTableCellHelper.mm normal armv6 objective-c++ com.apple.compilers.gcc.4_2
cd /Users/jbury/BearlyContained/BC_BuildMain
setenv LANG en_US.US-ASCII
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.2 -x objective-c++ -arch armv6 -fmessage-length=0 -pipe -Wno-trigraphs -fno-exceptions -fno-rtti -fno-objc-exceptions -fpascal-strings -Os -mdynamic-no-pic -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.3.sdk -fvisibility=hidden -fvisibility-inlines-hidden -fobjc-call-cxx-cdtors -mno-thumb -miphoneos-version-min=3.1.3 -iquote /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-generated-files.hmap -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-own-target-headers.hmap -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-all-target-headers.hmap -iquote /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-project-headers.hmap -F/Users/jbury/BearlyContained/BC_BuildMain/build -F/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iphoneos2.2.1.sdk/System/Library/Frameworks -I/Users/jbury/BearlyContained/BC_BuildMain/build/include -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/DerivedSources/armv6 -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/DerivedSources -include /var/folders/PU/PUzAjG-9FYeuAj6EH7-sC++++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/iPhone_target_Prefix-bgkgyxaihtvmfuctqcxlhfkaodxv/iPhone_target_Prefix.pch -c /Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/OFTableCellHelper.mm -o /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv6/OFTableCellHelper.o
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/OFTableCellHelper.mm: In function 'objc_object* -[OFTableCellHelper initOFTableCellHelper:](OFTableCellHelper*, objc_selector*, NSString*)':
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/OFTableCellHelper.mm:82: error: 'UITableViewCellStyleDefault' was not declared in this scope
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/OFTableCellHelper.mm:82: warning: 'OFTableCellHelper' may not respond to '-initWithStyle:reuseIdentifier:'
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/OFTableCellHelper.mm:82: warning: (Messages without a matching method signature
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/OFTableCellHelper.mm:82: warning: will be assumed to return 'id' and accept
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/OFTableCellHelper.mm:82: warning: '...' as arguments.)
CompileC build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv6/UIButton+OpenFeint.o OpenFeint/api/internal/Systems/NSCategories/UIButton+OpenFeint.mm normal armv6 objective-c++ com.apple.compilers.gcc.4_2
cd /Users/jbury/BearlyContained/BC_BuildMain
setenv LANG en_US.US-ASCII
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.2 -x objective-c++ -arch armv6 -fmessage-length=0 -pipe -Wno-trigraphs -fno-exceptions -fno-rtti -fno-objc-exceptions -fpascal-strings -Os -mdynamic-no-pic -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.3.sdk -fvisibility=hidden -fvisibility-inlines-hidden -fobjc-call-cxx-cdtors -mno-thumb -miphoneos-version-min=3.1.3 -iquote /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-generated-files.hmap -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-own-target-headers.hmap -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-all-target-headers.hmap -iquote /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-project-headers.hmap -F/Users/jbury/BearlyContained/BC_BuildMain/build -F/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iphoneos2.2.1.sdk/System/Library/Frameworks -I/Users/jbury/BearlyContained/BC_BuildMain/build/include -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/DerivedSources/armv6 -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/DerivedSources -include /var/folders/PU/PUzAjG-9FYeuAj6EH7-sC++++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/iPhone_target_Prefix-bgkgyxaihtvmfuctqcxlhfkaodxv/iPhone_target_Prefix.pch -c /Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/Systems/NSCategories/UIButton+OpenFeint.mm -o /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv6/UIButton+OpenFeint.o
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/Systems/NSCategories/UIButton+OpenFeint.mm: In function 'void -[UIButton(OpenFeint) setTitleShadowOffsetSafe:](UIButton*, objc_selector*, CGSize)':
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/api/internal/Systems/NSCategories/UIButton+OpenFeint.mm:56: error: request for member 'titleLabel' in 'self', which is of non-class type 'UIButton*'
CompileC build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv6/OFWebViewController.o OpenFeint/ui/Controllers/Common/OFWebViewController.mm normal armv6 objective-c++ com.apple.compilers.gcc.4_2
cd /Users/jbury/BearlyContained/BC_BuildMain
setenv LANG en_US.US-ASCII
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.2 -x objective-c++ -arch armv6 -fmessage-length=0 -pipe -Wno-trigraphs -fno-exceptions -fno-rtti -fno-objc-exceptions -fpascal-strings -Os -mdynamic-no-pic -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.3.sdk -fvisibility=hidden -fvisibility-inlines-hidden -fobjc-call-cxx-cdtors -mno-thumb -miphoneos-version-min=3.1.3 -iquote /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-generated-files.hmap -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-own-target-headers.hmap -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-all-target-headers.hmap -iquote /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-project-headers.hmap -F/Users/jbury/BearlyContained/BC_BuildMain/build -F/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iphoneos2.2.1.sdk/System/Library/Frameworks -I/Users/jbury/BearlyContained/BC_BuildMain/build/include -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/DerivedSources/armv6 -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/DerivedSources -include /var/folders/PU/PUzAjG-9FYeuAj6EH7-sC++++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/iPhone_target_Prefix-bgkgyxaihtvmfuctqcxlhfkaodxv/iPhone_target_Prefix.pch -c /Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/ui/Controllers/Common/OFWebViewController.mm -o /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv6/OFWebViewController.o
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/ui/Controllers/Common/OFWebViewController.mm: In function 'void -[OFWebViewController loadView](OFWebViewController*, objc_selector*)':
/Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/ui/Controllers/Common/OFWebViewController.mm:97: error: 'UIDataDetectorTypeNone' was not declared in this scope
CompileC build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv6/OFHighScoreMapViewController.o OpenFeint/ui/Controllers/PageControllers/HighScoreController/OFHighScoreMapViewController.mm normal armv6 objective-c++ com.apple.compilers.gcc.4_2
cd /Users/jbury/BearlyContained/BC_BuildMain
setenv LANG en_US.US-ASCII
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.2 -x objective-c++ -arch armv6 -fmessage-length=0 -pipe -Wno-trigraphs -fno-exceptions -fno-rtti -fno-objc-exceptions -fpascal-strings -Os -mdynamic-no-pic -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.3.sdk -fvisibility=hidden -fvisibility-inlines-hidden -fobjc-call-cxx-cdtors -mno-thumb -miphoneos-version-min=3.1.3 -iquote /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-generated-files.hmap -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-own-target-headers.hmap -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-all-target-headers.hmap -iquote /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/bearlyalive-project-headers.hmap -F/Users/jbury/BearlyContained/BC_BuildMain/build -F/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iphoneos2.2.1.sdk/System/Library/Frameworks -I/Users/jbury/BearlyContained/BC_BuildMain/build/include -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/DerivedSources/armv6 -I/Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/DerivedSources -include /var/folders/PU/PUzAjG-9FYeuAj6EH7-sC++++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/iPhone_target_Prefix-bgkgyxaihtvmfuctqcxlhfkaodxv/iPhone_target_Prefix.pch -c /Users/jbury/BearlyContained/BC_BuildMain/OpenFeint/ui/Controllers/PageControllers/HighScoreController/OFHighScoreMapViewController.mm -o /Users/jbury/BearlyContained/BC_BuildMain/build/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv6/OFHighScoreMapViewController.o