简体   繁体   中英

Are Apple's iOS frameworks dynamically or statically linked?

When building iOS apps, frameworks or libraries of my own must be linked statically. I'm wondering if the executable I built also packed the binaries of Apple's frameworks (like CoreFoundation.framework), or are they loaded dynamically when running?

我认为它是动态链接的,因为添加框架时,因为它们未打包在应用程序捆绑包中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM