Closed markst closed 6 months ago
Seems that in most cases the usage of AVKit
is based on the assumption that it's watchOS
.
This could be remedied by checking if search path finds framework, rather than assuming watchOS:
#if canImport(AVKit)
import AVKit
Not as simple as I thought to compile for linux ðŸ¤
error: Objective-C interoperability is disabled
@objc
We'd like to run our Swift Package tests on a Linux runner on Bitrise. https://www.swift.org/documentation/server/guides/testing.html
This means we can in parallel run an instance of Snowplow Micro in order to validate our events against schema.
However it seems we're unable to compile
SnowplowTracker
due to usage ofAVKit
: