Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在构建 iOS 应用程序时,我自己的框架或库必须静态链接。我想知道我构建的可执行文件是否还打包了 Apple 框架的二进制文件(如 CoreFoundation.framework),或者它们在运行时是否动态加载?
我认为它是动态链接的,因为当您添加框架时,它们并没有打包在应用程序包中。