Linedin-Iphone mgtwitterengine 使用源代码而不是编译库
我在我的 iPhone 应用程序 TwitterEngine 中使用适用于 iOS 的 Twitter SDK 和 linkedin sdk
:https://github。 com/bengotlieb/Twitter-OAuth-iPhone
LinkedInIphone:https://github.com/ResultsDirect /LinkedIn-iPhone
但我遇到了问题..正如我正在讨论 iPhone + Twitter + LinkedIn + Facebook 错误:命令/Developer /Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
当我使用 linkedIn iOS SDK 和 twitter iOS SDK 时..我们已经编译了库...
我想尝试它与源文件一起,以便我们可以轻松删除重复的文件,任何男孩都可以帮助我如何使用直接源文件而不是已经编译的库。
阿米特·巴坦
I am using Twitter SDk and linkedin sdk for iOS in my Iphone application
TwitterEngine : https://github.com/bengottlieb/Twitter-OAuth-iPhone
LinkedInIphone : https://github.com/ResultsDirect/LinkedIn-iPhone
But I have facing problem.. as I am discussing IPhone + Twitter + LinkedIn + Facebook Error : Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
As when I am using linkedIn iOS SDK and twitter iOS SDK.. we have compiled library...
I want to try it with source files so that we can remove the duplicate files easily, can any boy help me how we use direct source files instead of already complied libraries.
Amit Battan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我做了一件事...
我删除 linkedin sdk 的库文件..并使用 twiiter sdk 中的 oAuth 文件添加它的源文件...然后它可以正常用于 linkedin
i.imgur.com/cXLXU.png ....
i.imgur.com/ntV9G.png ....
然后我集成所有 Twitter 代码,然后项目运行正常,没有错误,但对于 Twitter 登录界面,它显示“页面未找到”..
i.imgur.com/8a1ua .png
但随后请注意,我已向 linkedin 和 twitter 提供了相同的密钥和秘密..
更改它们后解决了....
I done one thing that is ...
I remove the library files of linkedin sdk.. and add the source files of it with oAuth files from twiiter sdk... then it works ok for linkedin
i.imgur.com/cXLXU.png ....
i.imgur.com/ntV9G.png ....
then I integrate all twitter code then project run ok without error but for twitter login interface it shows "PAGE NOT FOUND" ..
i.imgur.com/8a1ua.png
But then Notice that I have given the same key and secret to both linkedin and twitter ..
after changing them it solved....