WZ
WZ
> 试了,还是不行。 在对应报错的target的Build Setting添加就好了,我是PacketProcessor这个framework添加的
> 需要自己重新编译mach_inject_bundle_stub.bundle 感谢,对我有用
1. python 版本: python -V 2. 将这个路径替换成你电脑中需要国际化的项目的路径后,在终端cd 到RunScript目录下执行 `python AutoGenStrings.py`,最后如果报错的话,将终端错误粘贴下 https://github.com/onezens/AutoLocalization/blob/a4250bcac0467680879c5a094e5c2e67d3058629/AutoLocalization/RunScript/AutoGenStrings.py#L205 3. 还有一种就是不用改代码,直接通过 `python AutoGenStrings.py {项目的根路径}` 运行
脚本目前只支持python2
是项目路径中有中文括号? 还是需要国际化的控件的值里面有中文括号?
我测试了下,没有问题,你看能提供些更详细的信息不 https://github.com/onezens/AutoLocalization/blob/e349ca319d2286b35f8d0d0c14e31b33cc20de40/AutoLocalization/Profile/Setting/zh-Hans.lproj/View.strings#L8
App Store 下载的ipa,苹果会根据手机型号,来精简。比如:IPhone8,会把3x的去掉,iPhone8p会把2x的去掉
> in my case, i'm using Xcode Version 11.6 (11E708) > > 1. Remove the reference of the old DiffMatchPatch.framework. > 2. Open the **google-diff-match-patch-Objective-C** project, then build it. >...
> same question, update broswer has solved it. thks, works for me