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
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?