I am attempting to run ArcGIS on Swift (having temporarily given up on .NET MAUI). I downloaded the Display a Map sample project, clicked run and got an error -- "No such module" -- on this line:
import ArcGIS
This is with Xcode Version 15.0 beta 2 (15A5161b), which might explain the problem, but I've read discussions of this problem back to 2017, so possibly not.
Any suggestions as to how to resolve this would be most appreciated!