Open tlenclos opened 9 years ago
The iOS module is not ready yet. I will I unpublish it. My apologies
No apologies needed, I was trying to contribute and try to use your module instead of https://github.com/ewindso/ios-parse-titanium-module.
Do you know how to avoid this conflict with the facebookSDK ?
@timanrebel any update on this ?
No, I still have to unpublished the iPhone version :) The hard part is that both the official Facebook mode and this module want to use the Facebook sdks. have not yet found out how to fix that, unfortunately
Found this post http://iamyellow.net/post/40259552423/rename-symbols-compiler-preprocessor maybe it could help ?
I know this is a work in progress, I'm trying to add it to my project and it seems that FacebookSDK is already linked (probably with Titanium).
I'm really new to native module development, what am I missing ?
Removing
FacebookSDK
from the linked libs inmodule.xcconfig
is also failing