Thank you, Gianluca.
I will try it tomorrow.
I can't believe that answer is so simple :)
Great thanks again.
On 19.10.2015 20:54, Gianluca wrote:
> Hello Igor,
> I do in another way and never found any problem.
> In my case, suppose the FacebookSDK is a directory containing the
> FacebookSDK.f
Hello Igor,
I do in another way and never found any problem.
In my case, suppose the FacebookSDK is a directory containing the
FacebookSDK.framework bundle, I put into .pro:
LIBS += -F/Developer/Facebook/FacebookSDK -framework FacebookSDK
and that’s it …everything works.
So, in your case shoul
Hi guys,
I did exactly the same that described in docs...
QMAKE_LFLAGS += -F$$PWD/resources/ios/frameworks/Crashlytics.framework
QMAKE_LFLAGS += -F$$PWD/resources/ios/frameworks/Fabric.framework
LIBS += -framework Crashlytics
LIBS += -framework Fabric
OBJECTIVE_SOURCES += resources/ios/some_so