just upgraded my entire environment for my app development, latest macOS now running Xcode 14. I deploy my app to simulator and on screens that have text input the keyboard popped up once - but then every time after that its stuck at the bottom of the screen so the only thing I can see is the very top of the keyboard that displays the up/down icons and the word Done on the far right. Its like its I need to swipe the keyboard up to get it into full view.
I restarted simulator and launched a device again, but the problem remains. I thought it was my app, but then on all other default apps that boot with the device no keyboard appears at all.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
You would think Apple did basic sanity checks - ESPECIALLY for its own developer platform. but alas, they don't.
On the landing page for https://itunesconnect.apple.com - when clicking on the "APPS" icon to take me into my app release management its not working. Does nothing. Of the 5 sections to click to, only "Artists" button is working....the other four: apps, music, books, podcasts - all are broken.
Does anyone have the direct page link - looking at the page source code doesn't reveal the proper url for the Apps page?
Opening developer/inspection tool on safari reveals the following when the page loads, I am assuming these JS errors are causing the other buttons to break/not work (which looks like poor error handling too):
[Error] TypeError: null is not an object (evaluating 'document.getElementById('#copyright-year').innerHTML = new Date().getFullYear()')
setCopyrightYear (gettingstarted.05318554a9.js:67)
Global Code (gettingstarted.05318554a9.js:96)
[Error] Unhandled Promise Rejection: ReferenceError: Can't find variable: ocument
(anonymous function) (gettingstarted.05318554a9.js:43)
promiseReactionJob
[Error] Failed to load resource: the server responded with a status of 401 (Unauthorized) (l10n, line 0)
[Error] Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'locObject[locKey]')
(anonymous function) (gettingstarted.05318554a9.js:8)
forEach
replaceLocalizedText (gettingstarted.05318554a9.js:6)
(anonymous function) (gettingstarted.05318554a9.js:25)
promiseReactionJob
I tried from my Mac on Safari and from Chrome on my Windows PC - same result on both - can't get to my "APPS" section. Both browsers show same JS errors.