Xcode Cloud + dynamic library package

  • I have the same problem using a swift package with binary target.

Add a Comment

Apple Recommended

Replies

I have the same problem – and yes, the package is also a dynamic one.

I had this with a third-party package I was trying to include and tried a few things to get around it but wasn't able to. I finally realized the package didn't need to be a dynamic library. Once I removed that from it's Package.swift file, it builds fine.

Same issue for me. Hoping we get some traction by bumping it. Quite a few others have run into it and while moving to a .static library is a valid work around in some cases it's not going to necessarily work for everyone (including myself).

Some others who have encountered the issue:

I've also tested on the Xcode 13.3.1 and no dice.