资讯编辑
SDK开发编辑
ITC账号编辑
Swift 3编辑
从2到3转换时的问题:
Could not find test host for qianqianjunziTests: TEST_HOST evaluates to "/Users/qiaochenglei/Library/Developer/Xcode/DerivedData/qianqianjunzi-cauwygyctcbckvfvdrqgvqfffagk/Build/Products/Debug-iphoneos/qianqianjunzi.app/qianqianjunzi"
This worked for me: Select the Xcode project in the lefthand browser. Click on your test target in the Project's General tab. Disclose "Testing". In my project the "Host Application" pulldown button was blank. Select your appropriate host application. Try building your test target now. If that succeeds then converting syntax should as well. I had this problem after installing the Xcode 8 beta so I assume this is related.