filament
filament copied to clipboard
【iOS】1.25.0 podSpec does not include the uberarchive.h file
Describe the bug 1.25.0 podSpec does not include the include/gltfio/materials/uberarchive.h file ,I'll get an error when I use pod to quote filament To Reproduce Steps to reproduce the behavior:
- pod 'Filament', '1.25.0
- Try to reference this file uberarchive.h
I have the same problem on latest release: https://github.com/google/filament/blob/v1.25.6/ios/CocoaPods/Filament.podspec
The podspec doesn't inlcude uberarchive.h
which is located in include/gltfio/materials/uberarchive.h
.
Thanks for your patience. uberarchive.h was indeed added and wasn't reflected in the Podspec. I'll fix this for the next release, v1.27.0. For now as a workaround, you can simply copy the contents of uberarchive.h into whichever compilation units need it (it's < 10 lines).