-
Notifications
You must be signed in to change notification settings - Fork 12
Allow using objcTox as a framework (with use_frameworks! flag in CocoaPods) #169
Comments
Hi @bucky0970, unfortunately objcTox doesn't support For now you have two options:
Will see if this can be fixed in nearest future. |
Finish~ It seems work well , because when I set a wrong port in tox_api.m, I can't successfully bootstrap. |
Nice, thanks! Original issue about Tor proxy Antidote-for-Tox/Antidote#292 |
I try to add objctox manually, but can't build. here is my step
when I build project, it shows 'toxcore/tox.h' file not found with angled include; use quotes instead. It's all about crypto_core_api.h, a lot Expected ')'..etc. If my step wrong to add project? ----UPDATE---- ----UPDATE 2---- |
Thanks for debugging this. It would be nice to make CocoaLumberjack dependency optional and configurable. Probably will do that some day. |
When I add pod 'objcTox' to my exist podfile, It always build fail.
Only if comment the line of "use_frameworks!" will success.
But all other pods is "use_frameworks!", how to do it together?
Sorry for my poor English.
The text was updated successfully, but these errors were encountered: