Results 8 comments of liubin ouyang

same error with iPhone 7 plus , iOS 12.4.1 on macOS 10.14.5

any updates? I got the same error on ubuntu 22.04 , trojan 1.16.0

`sudo /usr/bin/trojan /etc/trojan/config.json` works fine. So I took a look at `/lib/systemd/system/trojan.service` and changed ``` User=nobody ``` to ``` User=root ``` Now `systemctl start trojan.service` worked as expeted.

hi, I got a idea from http://developer.appcelerator.com/question/132298/an-ios-sdk-is-missing and solved the problem on xcode 4.3 by setting the correct rpath in project settings. 1. open iphonesim.xcodeproj in Xcode 4.3 2. go...

hi guys , i find a fork of this repo at https://github.com/Fingertips/ios-sim , it has additional features and support Xcode 4.3

PAC SCRIPT URL 可以填 http地址的呀

@catinsunshine according to [file URI scheme wiki](https://en.wikipedia.org/wiki/File_URI_scheme#Windows),space should be encoded as '%20' file:///c:/users/Joe%20Liu/Documents/file.pac

Does your access token have complete read/write access to the API?