Post

Replies

Boosts

Views

Activity

Reply to Big Sur & app distribution
AFAIK, as long as you're using the regular release version of Xcode, it doesn't matter which OS you're using underneath. You just can't use a beta version of Xcode to distribute apps to the Store. As for the Big Sur beta - ouch! It's got a multitude of problems right now. I agree with @Claude31 that, unless you're really brave and adventurous to be on the cutting (ie "bleeding") edge, you might want to hold off on installing the beta.
Jul ’20
Reply to Installing MacOS Catalina from Big Sur
Do a search on something like: downgrade from big sur beta to catalina You'll find a number of articles with details. The short of it is to use Recovery to erase your disk, then reinstall MacOS - which will bring Catalina back. Make sure you pay attention to the details given in the articles, though, as there are some steps you don't want to miss.
Jun ’20
Reply to Spotlight in Big Sur
I have the same problem. Weirdly, initially I could only see Spotlight and Siri on the Menu Bar. After going through System Preferences to select the items I wanted to appear on the Menu Bar, nothing showed there. With the Menu Bar right side blank, I found a post here about the Control Panel missing. When I disabled Fast User Switching (in System Preferences under Dock & Menu Bar, scroll down to Fast User Switching, then uncheck Show in Menu Bar) - the rest of the icons appeared (including Control Panel), but not Spotlight. Now, I can't get Spotlight, and I can't remove Control Panel. Sigh... I did make a Feedback Assistant - https://feedbackassistant.apple.com/ report for this... Others might also want to do the same...
Jun ’20
Reply to Spotlight?
To fix missing Control Center, try: Open System Preferences Open Dock & Menu Bar Scroll down to 'Fast User Switching' Uncheck the box for 'Show in Menu Bar' That enables display of expected Menu Bar items - except Spotlight. Don't know what happened to Spotlight....
Jun ’20
Reply to Cause of [ApplicationLifecycle] Windows were created before application initialzation completed. console message.
Same problem: Xcode 11.4.1, iOS 13.4.1, app set available from iOS 8.0, running on actual iPhone.Seems to result in blank or misconfigured table cells on 1st launch, but:- blank cell is resolved on subsequent launches, and- misconfigured cells are resolved upon scrolling down then back up.I also converted from Objective-C to Swift and now am getting this message. Hmm... something in the background with loading a xib hanging around?-----Update:I deleted the `Launch Code.xib`, cleaned everything, and rebuilt. I haven't seen the error again so far...Note: I made sure the `Launch Screen.storyboard` was selected in the target's `Launch Screen` setting, and that the `main.storyboard` was selected for the Deployment->Main Interface setting before deleting/rebuilding.
May ’20