做了一个oc项目。里面实用到swift第三方,真机执行的时候是正常的,用企业级证书打包成ipa之后安装完毕之后闪退。通过导出手机log日志发现错误提示:
Dyld Error Message:
Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /private/var/mobile/Containers/Bundle/Application/02BA91C4-0E1C-4C3A-9A5E-30CA1D9B6639/funnyC.app/funnyC
Reason: no suitable image found.
解决方法:
第一:
Setting Embedded Content Contains Swift Code to YES
watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="" />
第二步:
Go to project build settings and add @executable_path/Frameworks
toRunpath Search Paths
option
第三步:
假设上边两步还是不行的话,就把证书和描写叙述文件都又一次创建一遍