Posts

Post not yet marked as solved
3 Replies
@szaboagoston's answer solved it for me.
Post not yet marked as solved
2 Replies
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
Post marked as solved
6 Replies
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/
Post not yet marked as solved
47 Replies
Restarting Xcode worked for me
Post marked as solved
5 Replies
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