As of August 25th on MacOS 14.6.1, running Xcode 15.4:
The simulator supports:
WorldTracking
The simulator does not support:
Plane Tracking
Hand Tracking
Image Tracking
Post
Replies
Boosts
Views
Activity
@szaboagoston's answer solved it for me.
I ran into the same issue and wrote a solution found at the link below:
https://www.delasign.com/blog/xcode-store-kit-fix-finance-authentication-error
Please note that the solution described above resolves this issue, and also resolves 2 other errors that could arise:
[Default] Error enumerating all current transactions: Error Domain=ASDErrorDomain Code=509 "No active account" UserInfo={storefront-country-code=USA, client-environment-type=Sandbox, AMSServerErrorCode=0, NSLocalizedDescription=No active account}
[StoreKit] Did not receive any products or error for products request
If anyone's looking for a concrete tutorial on how to do this, I wrote one that has source code:
https://www.delasign.com/blog/swift-modify-constraints/
Restarting Xcode worked for me
For those that still struggle and question whether the above is the truth, the following execution of installing ruby fixed my ability to install cocoa pods: https://github.com/CocoaPods/CocoaPods/issues/9538