-
## Problem
When I add your dependency via SPM, code coverage stops working. For clarification, I created new project with only this dependency - the same result.
My SPM package file:
```
// swi…
-
**Is your feature request related to a problem? Please describe.**
The only entities returned are: LQI (ok), RSSI (unknown) and the information "Event are fired" each time I pair it.
No way to measu…
-
So I followed your instructions as best I could with the following caveats:
The STL’s didn’t match the written descriptions.
1- In the calibration discussion you mention a separate “square” at…
-
At the BIDS-ComputationalModels meeting, it became pretty clear that a wide range of applications require (or would at benefit considerably from) the ability to read in generic n-dimensional arrays fr…
-
### Touch-Input Device
It would be very beneficial if the project could deliver a touch-input panel.
Enrich the portefolio to optionaly substitute the default 11.6'' LCD display, maybe combined wit…
-
I'm not sure what I'm doing wrong, but I keep running into this error with the unsafe flags in the build:
> The package product 'whisper' cannot be used as a dependency of this target because it us…
-
### Description
My entire project was working fine until I updated Firebase to 10.27.0 & MacOS to 14.5 (I'm using Xcode 15.4).
Now when trying to build the app now I get the following
U…
-
### Description
As you know, starting from 1/5/2024, if you using SDK in your project you need to have a Privacy Manifest to get your app approved. From [Firebase 10.22](https://github.com/firebase…
-
### Issue
Downloading frameworks from Firebase distribution (https://firebase.google.com/download/ios) is not included watchOS platform support.
watchOS support is included in SPM and Cocoapods.
…
-
## Motivation
Currently, we manually specify the linkage in `spm_pkg`.
```rb
spm_pkg "...", :linkage => :dynamic
```
If not specified, the linkage is assumed to be `static` (the default one).
…