FlutterTaoBaoKe / flutter_alibc

flutter版本的阿里百川插件
MIT License
125 stars 46 forks source link

FlutterAlibc.initAlibc ios端执行初始化就崩溃 #14

Closed A-Little-More closed 5 years ago

A-Little-More commented 5 years ago

2019-09-26 14:52:54.947494+0800 Runner[7281:1658569] [ALi]20190926[debug]--[AlibcConfigService loadLocalConfig]-LocalConfig write Success 2019-09-26 14:52:54.953222+0800 Runner[7281:1658569] [ALi]20190926[debug]--[AlibcConfigService loadLocalESConfig]-LocalESConfig write Success 2019-09-26 14:52:54.953475+0800 Runner[7281:1658569] [ALi]20190926[debug]-+[AlibcMtopBridge initialize]-AlibcMtopAdapter 实例获取失败 2019-09-26 14:52:54.953513+0800 Runner[7281:1658569] [ALi]20190926[info]-+[AlibcTradeCommonSDK setEnv:]-2d 2019-09-26 14:52:54.955129+0800 Runner[7281:1658569] [ALi]20190926[debug]-+[AlibcSecurityGuardBridge initialize]-AlibcSecurityAdapter 实例获取失败 2019-09-26 14:52:54.955206+0800 Runner[7281:1658569] [ALi]20190926[info]--[AlibcTradeSDK asyncInitWithSuccess:failure:]- 2019-09-26 14:52:54.955548+0800 Runner[7281:1658654] +[AlibcTradeCommonSDK alibc_initMonitor]: unrecognized selector sent to class 0x102bd8e00

karedem commented 5 years ago

请确认工程配置无误

qq329401134 commented 5 years ago

百川的应用要创建两个,他不是公用的安卓一个,IOS一个,不是用同一个安全图的

A-Little-More commented 5 years ago

请确认工程配置无误

该配置的我也都配置了,还是崩溃。 image

A-Little-More commented 5 years ago

百川的应用要创建两个,他不是公用的安卓一个,IOS一个,不是用同一个安全图的

嗯,iOS的安全图片我也是获取的最新的,还是崩溃。 image

epoll-j commented 5 years ago

百川的应用要创建两个,他不是公用的安卓一个,IOS一个,不是用同一个安全图的

嗯,iOS的安全图片我也是获取的最新的,还是崩溃。 image

iOS的是swift吗?我之前也是这个问题,把swift换成oc就好了

A-Little-More commented 5 years ago

百川的应用要创建两个,他不是公用的安卓一个,IOS一个,不是用同一个安全图的

嗯,iOS的安全图片我也是获取的最新的,还是崩溃。 image

iOS的是swift吗?我之前也是这个问题,把swift换成oc就好了

非常感谢,确实不崩溃了。因为新建flutter项目的时候,我就将 include swift 勾选上了,请问有什么好的办法中途将项目改回OC呢?

fuiyu commented 5 years ago

怎么把swift换成oc?

zhaowenjian commented 4 years ago

@theGirlIsLost 同学请问一下 最后你是怎么解决的,,