I tried adding this SPM package to my projects. It keeps getting build errors:
Clang dependency scanning failure: While building module 'iosMath' imported from iosMath-0adfd710.input:1:
In file included from <module-includes>:1:
/Users/jandevries/Library/Developer/Xcode/DerivedData/MyExample-abseqhblaekbyudrurbpoucqjezl/SourcePackages/checkouts/iosMath/iosMath/render/MTMathUILabel.h:18:9: fatal error: 'MTMathList.h' file not found
iosMath-0adfd710.input:1:1: fatal error: could not build module 'iosMath'
I tried clearing all caches and derived data. The demo app runs fine, but adding it to my own project won't work somehow. Am I missing something?
I tried adding this SPM package to my projects. It keeps getting build errors:
I tried clearing all caches and derived data. The demo app runs fine, but adding it to my own project won't work somehow. Am I missing something?