XCTest can not get ios 18 contacts permission page elements, can not click "Allow Full Access" button.
XCTest can not get ios 18 contacts permission page elements
You might want to show us some of your code. You might be doing something wrong.
On the other hand, if you're reporting a bug, the forums aren't really the place to do it, as it won't really get progressed if it's only posted here.
You need to raise it at https://feedbackassistant.apple.com/ You can post the FB number here if you want.
I also have the same problem. I can't reach this buttons in my uitests. I also was looking in XCUIApplication(bundleIdentifier: "com.apple.springboard")
but without success.
I found solution. Try to reach button in XCUIApplication(bundleIdentifier: "com.apple.ContactsUI.LimitedAccessPromptView")