Swift Package based project

Hi,

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?

Thanks in advance.

Hello @DarioGasquez :wave:

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

Thanks @Roland-Bak
In the end that is what we did (use a custom script using the script step).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.