I created a fresh new project using the template but i’m not able to build the project
Undefined symbols for architecture x86_64:
“_GCControllerDidConnectNotification”, referenced from:
-[MFIControllerListener start] in CoronaCards(Rtt_IPhoneInputDeviceManager.o)
“_GCControllerDidDisconnectNotification”, referenced from:
-[MFIControllerListener start] in CoronaCards(Rtt_IPhoneInputDeviceManager.o)
“_OBJC_CLASS_$_GCController”, referenced from:
objc-class-ref in CoronaCards(Rtt_IPhoneInputDeviceManager.o)
“_OBJC_CLASS_$_Rtt_AppleTextDelegateWrapperObjectHelper”, referenced from:
objc-class-ref in CoronaCards(CoronaViewPrivate.o)
“Rtt::IPhoneTextBoxObject::IPhoneTextBoxObject(Rtt::Rect const&)”, referenced from:
Rtt::IPhonePlatformBase::CreateNativeTextBox(Rtt::Rect const&) const in CoronaCards(Rtt_IPhonePlatformBase.o)
“Rtt::IPhoneTextFieldObject::IPhoneTextFieldObject(Rtt::Rect const&)”, referenced from:
Rtt::IPhonePlatformBase::CreateNativeTextField(Rtt::Rect const&) const in CoronaCards(Rtt_IPhonePlatformBase.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)