iphone - Mach-O Linker (Id) Error -
i have added google tools mac oauth classes project , following linker error
any ideas need do? ipad app if makes difference.
thanks :-)
the error result of redefining symbol in rootviewcontroller. there few possible reasons this.
- in rootviewcontroller explicitly defined kgtmoauth2serviceprovidergoogle
- you used #include instead of #import
- you #import or #include implementation file (.m)
Comments
Post a Comment