'When converting a framework to a Swift Package, where do I put the information normally provided by the Info.plist and by the .xcodeproj files?
I'm trying to convert an iOS framework project to a Swift Package.
Normally a great deal of information regarding the project are stored either in the Info.plist and in the .xcodeproj file.
It is not clear to me where and how I can configure the Swift Package because Xcode won't build the package if there's an info.plist file. it throws this error: "Cannot build xxx without a run destination. Select a run destination to perform this action". What?
But there are lots of necessary info.plist entries essential to have an app working. Anybody can help please?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
