Hemant Sharma
Hemant Sharma
+1 I'm also facing this issue.
On iOS, I'm getting the contact number as in this format. However it should provide the stringValue instead of whole Value [at this line](https://github.com/enisn/Xamarin.Forms.Contacts/blob/c9e3d31c600bb235e8cc2b0162f1b019b768e776/Plugin/ContactService/Platforms/iOS/ContactServiceImplementation.cs#L79).
Just need to set AGP to version 8.5.2 & below compileOptions flag need to add this flag & it'll fix the build issue. ``` kotlinOptions { jvmTarget = '17' }...