Mikhail Demidov
Mikhail Demidov
> First, I assume you want to download, not upload. (Meaning NNG is the server, and is sending the file an HTTP user agent client.) Yes, I mixed it up....
Hello. I've set the server. For some GET requests the server gives binary files to the clients. To respond to a client with binary data I'm using `nng_http_handler_alloc_file` handler. It...
Hi guys, I also encountered on an inability to parallelize Carthage builds. And finally I've been able to parallelize it in bash script. Before (when PARALLEL_BUILD_FEATURE=false) ```bash ./build_carthage.sh 125.88s user...
Hi. We fixed it by these bash commands to modify KeychainSwift.xcframework swift interface files ```bash if [[ -d ./KeychainSwift.xcframework ]]; then for swiftinterface in $(find ./KeychainSwift.xcframework -type f -name "*private.swiftinterface");...
I confirm, build from master crashes an app, have to use source code at 0.1.3 tag to fix this. Removing `free` fixes not all problems.
Hi. Yes, you're absolutely right, native tvOS player doesn't work in Simulators. I even did a workaround for this here https://github.com/mikehouse/Apple-TV-Player/commit/a5bfa4ec96132c7e183e45df8773548fad08e3dc, but later removed it. You can freely do the...
Hi 🙂 Unfortunately, I cannot do it because I don't have active Apple Developer Program membership 😢 To make it work I have to add to ipa's signature file (mobile.provisioning)...