python3 UnicodeEncodeError: ‘ascii’ codec can’t encode characters in position 2018-07-22 上次遇到相關的bug 是在python 2.x,… Read More
Python: UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe6 in position 3360: ordinal not in range(128) 2018-06-09 遇到一個奇怪的 Error, 在 MacOS 裡… Read More
python3 module ‘urllib’ has no attribute ‘urlretrieve’ 2018-06-07 urlretrieve 在 python3 裡寫… Read More
python3 TypeError: a bytes-like object is required, not ‘str’ 2018-06-07 在 python3 裡取出某一個url 裡的 h… Read More
AdMob EU Consent Error: consent form can be used with custom provider selection only 2018-05-29 I want to update my app … Read More
Provisioning profile doesn’t include signing certificate “iPhone Developer: “. 2018-05-29 Build iOS app fail, 遇到 e… Read More
SVProgressHUD ld: symbol(s) not found for architecture armv7 2018-05-28 在 pod 裡加入 SVProgressHUD,… Read More