You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
The default AppReceiptValidator Library is now not of type .dynamic anymore #86
This may break existing embeddings because if the library is interpreted as static, then there is nothing to embed. In this case remove it from the embedded frameworks and Xcode should be happy.
If you need .dynamic because of other (duplicate symbol…) linking errors, replace all references/embeddings with AppReceiptValidatorDynamic
The Module name is AppReceiptValidator in both cases so import statements should remain the same.