문제

I found in some framework bundle, the dynamic library not ending with dylib. I am wondering if dylib is required suffix for any dynamic library under IOS/Cocoa?

도움이 되었습니까?

해결책

dylib is a file extension and as any file extension it is just a hint for what should be the format of a file.

Changing the extension doesn't change the content or the format and is therefore allowed.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top