-
% pod update
Update all pods
Updating local specs repositories
――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
### Command
```
/usr/local/bin/pod update
…
-
I tried the steps for CryptoKit was working fine; but when I tried to use apis which made me import CryptoSwift it gave me error as
```
error: no such module 'CryptoSwift'
import CryptoSwift
`…
-
Hi,
I have been trouble getting the `docker build` command to work. I am repeatedly receiving the error `/root/vapor: error: package at '/root/vapor' requires a minimum Swift tools version of 5.0.…
-
### Description
We used RemoteConfig for a feature flag on our web and iOS clients. This feature flag was a boolean and set to false by default. After release of the app we noticed that roughly 200…
-
Currently, this project doesn't build on Linux. Using version 1.1.1:
```
$ which swift
/home/xander/swift-tensorflow-RELEASE-0.10-cuda10.2-cudnn7-ubuntu18.04/usr/bin/swift
$ swift --version
Swi…
-
* [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md).
# Report
## What did yo…
-
Continuing the discussion on Quill and a Twitter conversation with Alex Komarov of [MyEtherWallet](https://github.com/MyEtherWallet) re: how to store the HDWallet in Safari Wallet.
We're using the…
-
When including both CryptoSwift and SQLCipher in the same Swift project, the database encryption process fails. Without CryptoSwift, the encryption works correctly using SQLCipher.
Environment
SQL…
-
Using the new version of Xcode 16 that supports Swift 6. When I try to set the Swift version to the latest version using `SWIFT_VERSION = 6` in the _project.yml_ file, it does not produce the expected…
-
My simulator crashed and gave this crash report. Looking through it I found:
```
*** Terminating app due to uncaught exception 'RLMException', reason: 'Object has been deleted or invalidated.'
```
…