Post

Replies

Boosts

Views

Activity

Reply to Interface builder not setting button title?
Wow guys thanks so glad I found this! So the problem that's happening is that on Xcode 12.5.1. when I first built this app successfully, when you go to a buttons attribute inspector, there is no property for "style", there is "state config" and "title". And by default "state config" is "Default". And this works fine. But now when I tried rebuilding this Apple Pie app on Xcode 13.2.1, they added a new parameter for a button in the attribute inspector, which is the "Style" parameter, and the default for this is "Plain", which sets the "state config" parameter to "plain". This is what causes the crash. The "state config" parameter must be set to "Default", and you do that by changing the "style" parameter to "Default". At first it will be set to "plain", you have to change it to "Default".
Feb ’22