sqlite.swift linked library or also embedded?

淺唱寂寞╮ 提交于 2019-12-11 11:12:36

问题


I manually installed the SQLite.swift library in my project, following the instructions in the documentation. But there the library will only be linked. It's running fine in the emulator and I am able to upload it to iTunes connect. When I want to run it directly on my iPad from Xcode I need to embed the library, too. My question is, if for publishing the app in iTunes connect and so to be able to run it on a device do I have to embed the library, too? It seems strange to me, because in the documentation it is written that it's enough to link the library.

来源:https://stackoverflow.com/questions/36619542/sqlite-swift-linked-library-or-also-embedded

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!