简体   繁体   English

在iOS上部署本机代码

[英]Native code deployment on iOS

IIRC runtime compilation and linkage to JIT-ed native code is not allowed on iOS. 在iOS上不允许IIRC运行时编译以及与JIT版本的本机代码的链接。 I was wondering does it affect native code that was not compiled on the client machine but a remote build server and deployed and linked to internally. 我想知道这是否会影响本机代码,这些代码不是在客户端计算机上编译而是在远程构建服务器上编译并在内部链接的。 Is the problem "native code generated on the fly" or "native code that has not passed Apple's review process"? 是“即时生成本机代码”还是“未通过Apple审核过程的本机代码”问题?

As I know, there's no correct way to dynamic linking in iOS - it's prohibited by Apple. 据我所知,iOS中没有正确的动态链接方法-Apple禁止这样做。

Also look here please: Can you build dynamic libraries for iOS and load them at runtime? 也请看这里: 您可以为iOS构建动态库并在运行时加载它们吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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