marmelroy / Zip

Swift framework for zipping and unzipping files.
MIT License
2.51k stars 452 forks source link

missing symbol called - xcframework #239

Closed Ptbaileys closed 1 year ago

Ptbaileys commented 1 year ago

Hi everyone, I'm trying to put in a xcframework Zip 2.1.2 as a dependency. During the compilation everything ok, I create xcframework and everything works. But, when I invoke

try Zip.unzipFile(path, destination: dir, overwrite: true, password: zipPassword, progress: { prgs in ... }, fileOutputHandler: { path in ... })

i have this error

dyld[648]: missing symbol called dyld config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/usr/lib/libBacktraceRecording.dylib:/usr/lib/libMainThreadChecker.dylib:/usr/lib/libRPAC.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib

any suggestions?