Remove Xcode 13.2 (that was installed from AppStore) then Download and install Xcode 13.2 from https://developer.apple.com/download/release/
This resolve broken Swift Packages issue for me!!
Post
Replies
Boosts
Views
Activity
Remove Xcode 13.2 (that was installed from AppStore) then Download and install Xcode 13.2 from https://developer.apple.com/download/release/ This resolve broken Swift Packages issue for me!!
@joachim_me
I found solution. Use content shape on ItemRow:
ItemRow(url).contentShape(Rectangle()).gesture(openGesture.simultaneously(with: selectGesture))
Also ItemRow should expand on full with:
ItemRow HStack Icon Text Spacer
Same here, spent about 20-30 minutes with "Copying shared symbols" message with cable connected to device.