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.
0条回答
相关问题
- “Zero out” sensitive String data in Swift
- SwiftUI: UIImage (QRCode) does not load after call
- Get the NSRange for the visible text after scroll
- SQL/SQL-LITE - Counting records after filtering
- UIPanGestureRecognizer is not working in iOS 13
相关文章
- SQLite不能创建表
- 小型数据库(SQLite,Derby,H2)可以存储多少数据?
- sqlite char数据类型 长度问题
- Using if let syntax in switch statement
- xcode 4 garbage collection removed?
- Xcode: Is there a way to change line spacing (UI L
- Unable to process app at this time due to a genera
- Enum with associated value conforming to CaseItera