且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

库Alamofire安装中可能的错误

更新时间:2023-01-03 17:27:19

如果您询问将要构建的链接库/框架的颜色(添加了子项目/作为依赖项),是的,对我来说,那些库总是红色的。这是正确的-不是错误,因为lib / framework将被构建并且目前不存在。

If you asks about color of linked libs/frameworks that will be builded (added subproject/as dependency) so YES, for me those libs always red. And this is right - not error because lib/framework will be builded and doesn't exist at this time.

但是如果您与已构建的lib / framework链接,它们应该是

But if you links with builded lib/framework they should be listed in black color.

这是两个示例,一个低于其他两个安装了alamofire的应用程序。
如您在更多Alamofire中的第一个中看到的那样,框架为红色,而下面的为黑色。
并执行相同的步骤,所改变的是,我们在带有TabBar的通用应用程序中谈论的是另一个,而另一个是仅适用于iphone的应用程序。
我的问题是Alamofire是否可同时在两个app..ti中使用。谢谢您的好意

These are two examples one below the other two application with alamofire installed. As you can see in the first in more Alamofire.framework is red while the one below is black. And execute the same steps, the thing that changes is that we talk about in a universal application with a TabBar and the other is an app only for iphone. My question was whether Alamofire works in both the app..ti thank you for your kindness