Linedin-Iphone mgtwitterengine 使用源代码而不是编译库

发布于 2024-10-21 21:40:14 字数 780 浏览 1 评论 0原文

我在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鸠魁 2024-10-28 21:40:14

我做了一件事...

我删除 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....

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文