Discussion: How to Use keychain-access-groups
with iOS Simulator
#29989
-
Apple platformiOS Framework versionnet9.0-* Affected platform versionMicrosoft Visual Studio Community 2022 (64-bit) - Preview Version 17.14.4 Preview 1.0 DescriptionHello there. 👋 To start, I feel you should create the Discussions tab here on your repository for questions such as this. Thank you for any consideration. 🙏 I recently opened a ticket on developercommunity which was closed and referred to this repository. To summarize the issue, I can easily use protected storage on the Android emulator with minimal configuration and hassle. With the iOS simulator, however, this seems to be a completely different story. I have not been able to do this due to the mentioned issue and resulting error. I have not been able to find any documentation on how to do this for the iOS simulator, and every remedy that I have tried has resulted in the reported error. Can the Steps to ReproduceAttempt to use Did you find any workaround?Not yet. :) Relevant log outputOn Visual Studio an error is thrown:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I think the discussions for MAUI is a better place than discussions here, mostly because the MAUI discussions have a much bigger audience, and it's more likely you'll find help there. So, moving there. |
Beta Was this translation helpful? Give feedback.
Looking a bit more at this, it's kind of related to using the free apple developer account, because creating provisioning profiles is not allowed there it seems.
As a workaround, try adding this to your csproj:
The good news is that this will be fixed in .NET 10 (it was very recently fixed).