there is more than one item with this name

I am using the desktop airtable example and it runs fine

If I create a new project with the same class(AirTableSocket) copied and pasted from the example app or created manually

i get
“there is more than one item with this name” when compiling

 Self.RequestHeader("Authorization") = "Bearer " + App.kAPIKey

Unfortunately that error also appears when there are zero methods that match the name you are calling, so check the syntax.

If you’re using a classic socket, the method takes two parameters.

Found the issue,

I am so use to the old frame work I created the App.kAPIKey as a string.
Changing App.kAPIKey to type “text” the error goes away.

would be nice to have a little more clear error message