Posts

Post not yet marked as solved
1 Replies
2.3k Views
Hi, i'm currently trying to implement an autofill service for my password management app and it's not showing in the Settings -> Passwords -> Autofill passwords. I've created the entitlement file with the com.apple.developer.authentication-services.autofill-credential-provider key with the YES value for both my app target and autofill extension. I've added for both my app target and extension target the capability for "Autofill Credential Provider". I've followed this tutorial but it's not very clear. Am I missing something here?
Posted Last updated
.
Post not yet marked as solved
4 Replies
4.4k Views
Hi, i'm trying to test my pod that has been working fine until I upgraded to Xcode 12. Now when I try to test a function in my Test projet, I get this message: Cannot test target “TestProject” on “iPhone 11 Pro”: TestProject does not support any of iPhone 11 Pro’s architectures: x86_64. I have a FAT library that contains arm64 & x86_64 architectures. In my test target Architecture Build Settings I have "$(ARCHS_STANDARD)" variable.
Posted Last updated
.