Tao Xu

Results 76 comments of Tao Xu

do you have more details? any error logs from console?

please change your webview user agent settings

@punithbm https://github.com/trustwallet/wallet-core/issues/2679 need to fix this, contributions are welcome

The changes I can think of: 1. Need to add a new method with AES key length parameter (128/192/256) to `TWStoredKey` 2. Fix the hardcode value `aes-128-ctr` in `EncryptionParameters.cpp` 3....

@Notnaton @ibehnam it should be `-v` now: `--debug_mode` / `-d` has been renamed to `--verbose` / `-v`.

@zhaojiewen Thanks for contributing, could you please check the ci status? some testcases failed

I just copied those files from Xcode 6.4, problem solved

``` sudo cp -R /Applications/Xcode6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Specifications /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode sudo cp -R /Applications/Xcode6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Specifications /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode ```