将框架转换为库 [英] Converting Framework to a Library

查看:87
本文介绍了将框架转换为库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在iOS应用中使用以下链接中找到的框架。我让它在模拟器中工作,但经过一些挖掘,看起来你无法在设备上使用框架,特别是在通过App Store分发时。如果我错了,请纠正我。

I want to use the framework found at the link below within an iOS app. I have it working within the simulator but after some digging it looks like you are unable to use frameworks on devices and especially when distributing through the App Store. Please correct me if I am wrong.

https ://github.com/mirek/YAML.framework/

我如何将此框架转换为库?我已经看过简单地将文件从框架拖到不起作用的应用程序。

How would I go about converting this framework to a library? I have looked at simply dragging the files from the framework to the app which doesn't work.

提前致谢。

推荐答案

看看这个: https:// github .com / Ecarrion / YAML.IOS
只需抓住YAML.Framework文件夹

Take a look at this: https://github.com/Ecarrion/YAML.IOS Just grab the YAML.Framework folder

你实际上可以使用框架,你就是不能使用动态库。

And you actually can use framework, you just can't use dynamic libraries.

这篇关于将框架转换为库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆