Post

Replies

Boosts

Views

Activity

Reply to Xcode Simulator m1 - can't pick images
Yes this seems to be very likely a problem with the M1. A simple and effective workaround is to install iOS 13.7 simulator, if your project supports iOS 13. On this simulator the Image picker works, also a different issue (copy/paste) works on this simulator on Apple M1 silicon. The issue appears on iOS 14 and higher. See a good discussion here
Jun ’21
Reply to Cannot show Automatic Strong Passwords
Yes, I'm seeing the same error message, which I did not see before iOS 14.2. Automatic strong passwords creation stopped working in my app where it worked before. I don't know yet how to resolve this. I just noticed this change since iOS 14: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_associated-domains which could maybe have affected auto password creation. I tried appending ?mode=developer for my debug build webcredentials value in the Entitlements file, but I kept getting the same error message.
Nov ’20