简体   繁体   English

将AdSupport,社交,帐户框架导入到Snow Leopard上的Xcode 4.2中

[英]Import AdSupport,social,account framework into Xcode 4.2 on Snow Leopard

I am using AddThis sdk for social sharing which internally required to add Adsupport,Social and Account framework. 我正在使用AddThis sdk进行社交共享,内部需要添加Adsupport,Social and Account框架。

But I am still using Snow Leopard OS due to older mac mini. 但是由于旧的Mac mini,我仍在使用Snow Leopard OS。

I have xcode 4.2. 我有xcode 4.2.

I have tried to manually copy the all above framework from my friend's mac Lion OS machine,to my machine framework folder. 我试图将以上所有框架从朋友的Mac Lion OS计算机中手动复制到我的计算机框架文件夹中。

I have added all frameworks to my project but is not detecting.It simply showing like missing files error of all files of those new frameworks. 我已将所有框架添加到我的项目中,但未检测到它只是显示这些新框架的所有文件的丢失文件错误。

Can any one help me?Or 有人可以帮助我吗?

will not support these frameworks in leopard OS with xCode 4.2.? 在带有xCode 4.2的Leopard OS中将不支持这些框架?

The framework you mentioned ie Social and AdSupport are present in the iOS 6.0, thats why they are not present in your project. 您提到的框架(即Social和AdSupport)存在于iOS 6.0中,这就是为什么它们未出现在您的项目中的原因。 For this you should implement your project in iOS 6.0 and keep the target as iOS 5.0 or as desired. 为此,您应该在iOS 6.0中实现您的项目,并将目标保持为iOS 5.0或所需的状态。

check this Link 检查此链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM