neilwu

Results 10 comments of neilwu

It seems that something may went wrong if baseLanguage equal to toLanguage in this function: `function getSingleTranslation (text, baseLanguage, toLanguage)` Then the networkRequest will response a invalid json.

转为 Decimal 后再转换即可。 > let num: NSNumber = NSNumber(value: 35189664246870009) > let d1 = Decimal(num.int64Value) > print(formatter.string(from: d1 as NSNumber)) [参考此回答](https://stackoverflow.com/a/45520703/5013544) NSNumberFormatter 内部会使用双精度浮点数来进行转换,而浮点数是无法精确表示大部分实数的

as liruqi said, I put action handler in - viewDidAppear, and it works fine~

__swift5_typeref 里是其他sections里引用到的 mangled type name

Make sure your iPhone was jailbreaked and install 'frida server' from Cydia , [https://frida.re/docs/ios/#with-jailbreak](https://frida.re/docs/ios/#with-jailbreak)

Please try to connect your jailbroken iPhone by running frida-trace command on your Mac. `frida-trace -U Cydia -m "+[NSURL URLWithString:]"` And check the output to make sure frida can connect...

Sorry, I can't reproduce this error in my Mac. You can clone the repo and build by yourself. If you find a bug, any PR is welcome.