Post

Replies

Boosts

Views

Activity

Reply to Xcode 11 bot can't build swift package
Exact same problem, thanks for your answer - helps me save time!EDIT: Just looked at an older package from myself which had a .xcodeproj file in the swift package. After searching I remembered we can create an xcodeproject file with:```# swift package generate-xcodeproj```That still works with Xcode 11.5(I did not yet test if that xcodeproj then works with the Xcode Server, but I would guess so)After looking at your link that is actually what Apple is proposing in that yellow box titled "Important" 😉
May ’20