I have just upgraded to Xcode v14. I have had a few problems with charts code not compiling but have found solutions to these. Now the code compiles but generates an abort with the following message:
dyld[34350]: Symbol not found: _$s6Charts10MarkerViewC14refreshContent5entry9highlightyAA14ChartDataEntryC_AA9HighlightCtF Referenced from: /Users/Myname/Library/Developer/CoreSimulator/Devices/285CCF21-E22B-4FC5-B2E5-ABB5387A3F58/data/Containers/Bundle/Application/4D921263-E886-41BF-9912-74488B20B228/My.app/My App Name Expected in: <02267E48-E846-3B65-AFA4-58BC5C84F5E2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Charts.framework/Charts
I suspect this is to do with a runtime library not being found but I can't tell where the issue would be and how I can fix it. Any suggestions?