We are currently building an iOS library as a Swift Package. We have been able to add it as an app in Bitrise using a generated Xcode project (.xcodeproj). But that is giving us a compilation error when adding resources and trying to access them using Bundle.module.
Question:
Is it possible to generate an app in Bitrise that uses the Package.swift manifesto instead of needing an .xcodeproj file?
Although we have no official support with readily available steps to use the Package.switt manifesto, you can technically write a script via our Script step that can work like that, or create a step for it: Developing a new Step | Bitrise DevCenter