Hey everyone, I'm trying to upload ios app to store but when building archive for it I get error from my swift library interop task (followed this guide)
Exception in thread "main" java.lang.IllegalStateException: Could not find 'libCryptoKitWrapper.a' binary in neither of [CryptoKitWrapper/build/Release-iphoneos]
even though the file is present in the location. Any ideas what might be wrong?