Runtime Error (irritants: setFontSize)

I keep getting the Runtime Error: Error from Companion: error: unrecognized method. (irritants: setFontSize). Please help.

Please, can you show the affected blocks.

Also make sure you are using the latest version of companion.

The most likely culprit is a ListView. The FontSize property of that component was added more recently than the latest iOS companion. The next version will have it. In the meantime, check that the FontSize designer property in any ListViews in your app is set to the value 22.0

2 Likes

This fixed it! Thank you so much!!!