IOS 出现错误reason: image not found的解决方案
程序员文章站
2023-12-22 20:52:52
ios 出现错误reason: image not found的解决方案
在制作framework时遇到真机运行时导致的reason: image not found允许...
ios 出现错误reason: image not found的解决方案
在制作framework时遇到真机运行时导致的reason: image not found允许崩溃的问题,下面是我的解决方案:
首先我们分析一下出现这种情况的原因,原因就是framework找不到镜像了,也就是在真机运行是没有找到对应的framework包,在网上找的一些办法将框架引用从required 变为optional ,根本就是治标不治本,等到运行到这个framework的代码是也会崩溃,我们需要做的是将这个framework拷贝到项目里面才行,这样才能从根本上解决问题,下面是我的解决方案:
按上图所示将你的framework给copy到你的项目中就行了,这样就从根本上解决了问题~~
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
推荐阅读
-
IOS 出现错误reason: image not found的解决方案
-
cmake ios终端下执行提示错误 iOS version not found, tested: [5.0;5.1;6.0;6.1;7.0;8.3]的解决方案
-
IOS 出现错误reason: image not found的解决方案
-
cmake ios终端下执行提示错误 iOS version not found, tested: [5.0;5.1;6.0;6.1;7.0;8.3]的解决方案
-
ios设备在运行时出现 ”A valid provisioning profile for this executable was not found“错误的解决方案
-
ios设备在运行时出现 ”A valid provisioning profile for this executable was not found“错误的解决方案
-
"python\ops\_gru_ops.dll not found"问题解决方案(python import导入包出现资源定位错误的问题)