iOS Appium Not Detecting Text

![image|690x176](upload://crCiB5mOrmDYQh0Mok8P5Wp3Q8B.png

Using:
Appium 1.15.1
XCode 11
macOS Mojave
Visual Studio 2019

Issue: All of a sudden after updating from XCode 10.2 to 11 and installing the latest appium all my text fields cannot read text ONLY write. I have no idea, how to fix, getting errors on inspector as well, but thats separate

I noticed two errors when I try to debug (see screenshot, they are)

((OpenQA.Selenium.Appium.AppiumWebElement)ApiMethodDropdown).Selected = ‘((OpenQA.Selenium.Appium.AppiumWebElement)ApiMethodDropdown).Selected’ threw an exception of type ‘System.NotImplementedException’

LocationOnScreenOnceScrolledIntoView = ‘((OpenQA.Selenium.Remote.RemoteWebElement)ApiMethodDropdown).LocationOnScreenOnceScrolledIntoView’ threw an exception of type ‘System.NotImplementedException’

Any advice will help

[BaseDriver] Creating session with W3C capabilities: {
[BaseDriver] “alwaysMatch”: {
[BaseDriver] “appium:deviceName”: “iPhone (2)”,
[BaseDriver] “appium:platformVersion”: “12.1”,
[BaseDriver] “appium:udid”: “**************",
[BaseDriver] “appium:automationName”: “XCUITest”,
[BaseDriver] “appium:app”: “/Users/testmc3/Desktop/TestHarness.app”,
[BaseDriver] “appium:noReset”: “true”,
[BaseDriver] “appium:xcodeOrgId”: "
”,
[BaseDriver] “appium:xcodeSigningId”: “iPhone Distribution”,
[BaseDriver] “appium:configFileDir”: “C:\Bitbucket\AutomatorMobile\MobileSDK\ConfigFiles”,
[BaseDriver] “appium:newCommandTimeout”: 120,
[BaseDriver] “platformName”: “iOS”
[BaseDriver] },