Posts

Post not yet marked as solved
3 Replies
A scrolling Picker which displays just fine in 14.5 is just showing as a fixed text which the current selection. The actual picker does not show at all.                 Picker(“MyPicker”, selection: self.$viewModel.selection, content: {                     ForEach(…)                     })                 }) We need an immediate fix. Any hints or links appreciated. We will try the 15.1 beta to see whether this has been fixed. UPDATE: problem persists in 15.1. Additional question: How could we have avoided this problem? Did we miss something in the documentation?
Post not yet marked as solved
7 Replies
Same problem, since this morning (6/18). Everything fine until yesterday. Very strange. What changed overnight???New projects compile and run fine. Tried to rebuild my problem project by moving all source files to a brand new project. And, the "indexing" spinner is back.Tried deleting and reinstalling XCode Beta, the Derived Data Folder, Clean Build Folder.Out of ideas by now. Any help would be appreciated...
Post not yet marked as solved
7 Replies
Activity monitor now shows User: 98.28% CPU load while "Indexing..." is spinning when trying to build...