I'm trying to run benchmarks on JWTKit, unfortunately I get
error: could not build Objective-C module 'JWTKit'
on the import JWTKit line. I just followed the getting started part of the README:
installed jemalloc: brew install jemalloc
ran swift package --allow-writing-to-package-directory benchmark init Signing
built and ran benchmarks with the default benchmark file
up until then everything worked. When importing JWTKit in the benchmark file and building, the error appears. Not sure if it's an issue with this repo or a SwiftPM thing but wanted to check to be sure
I'm trying to run benchmarks on JWTKit, unfortunately I get
on the
import JWTKit
line. I just followed the getting started part of the README:jemalloc
:brew install jemalloc
swift package --allow-writing-to-package-directory benchmark init Signing
up until then everything worked. When importing JWTKit in the benchmark file and building, the error appears. Not sure if it's an issue with this repo or a SwiftPM thing but wanted to check to be sure
Thanks!