Pergunta

Setup is according to given in Github/FacebookSDK and every thing is just fine,

but when run command apportable build it gives error like this

.../Source/AppDelegate.m:function L_OBJC_CLASSLIST_REFERENCES_$_125: error: undefined reference to 'OBJC_CLASS_$_FBSession'
.../Source/EndGame.m:function L_OBJC_CLASSLIST_REFERENCES_$_125: error: undefined reference to 'OBJC_CLASS_$_FBSession'
.../Source/EndGame.m:function L_OBJC_CLASSLIST_REFERENCES_$_147: error: undefined reference to 'OBJC_CLASS_$_FBRequest'
.../Source/EndGame.m:function L_OBJC_CLASSLIST_REFERENCES_$_257: error: undefined reference to 'OBJC_CLASS_$_FBRequestConnection'

what i am doing wrong ? thanks

Foi útil?

Solução

Apportable starter SDK version does not support Facebook ios SDK compilation. You must have an Indie Version to have support for social media SDKs.

enter image description here

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top