I have Xcode 13.0, you are right, I can't set macOS 12. So I guess I must wait for Apple to fix it in the next Xcode? So eventually it will resolve itself with the solution you gave me. Thank you good sire.
Post
Replies
Boosts
Views
Activity
Yes, my project is iOS 15 and is also Mac Catalyst. So I only have 1 code for iOS and macOS, no project settings switching.
As I said above, UIButton.Configuration does not exist and it should.
Does not work, I get the error : Value of type 'UIButton' has no member 'configuration'
This line of code :
var configuration = UIButton.Configuration.filled()
will generate the error : Type 'UIButton' has no member 'Configuration'
I have a similar problem where I can open pdf with my app on iOS, but on macCatalyst it is not working. It was working at a time on macOS, but it has stopped working. When I do an open with, my app is not there on macOS. I have only 1 .plist and it is definitely all there in the app installed from the macOS store.
...
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeName</key>
<string>PDF File</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>com.adobe.pdf</string>
</array>
</dict>
...
Same problem here. I guess Apple forgot about Catalyst printing functionality. Our office app does not print on macOS, but it does on iPhone???