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
Hi. We fixed it by these bash commands to modify KeychainSwift.xcframework swift interface files
if [[ -d ./KeychainSwift.xcframework ]];thenforswiftinterfacein$(find ./KeychainSwift.xcframework -type f -name "*private.swiftinterface");do
sed -i '''s/KeychainSwift\.//'"${swiftinterface}"
sed -i '''s/KeychainSwift\.//'"${swiftinterface}"donefi
good afternoon, an error message appears during compilation
Please consider submitting the following information (if relevant):
The text was updated successfully, but these errors were encountered: