rupali_sonawane
3 months agoOccasional Contributor
testFiltercriteria not applied
Until yesterday test was running fine with the below highlighted test criteria in azure pipeline. After Updating the test agent test are not getting filtered from the execution plan. Exec...
- 5 years ago
Thank you Marsha_R ,
as you say, google search results pointing only to common issues for that, but nothing related to TestComplete setup.
I redoing all the steps, checking after each if Archive was successful, and at the end then I could build a IPA file.What went wrong on my side? Maybe adding the lib, or set Other Linker Flags was buggy, can't say it exactly.
Now I'm fine.
| Created a new Group "App_TestComplete" in Xcode, and added the lib and *_TestComplete.plist into this group.
I aprecciate your effort!
- 5 years ago
when using pods, add duplicated target in Podfile
target 'App_Name' do # ... target 'App_Name_TestComplete' do end end
will solve the issue