Questions tagged [xcodebuilder]
2 questions
2
votes
0 answers
xcodebuild test on Xcode 14: Could not find test host for DoSomethingElseTests: TEST_HOST evaluates
I'm running the following command to build and test my project:
xcodebuild -sdk iphonesimulator -configuration DoSomethingElse -project DoSomethingElse.xcodeproj -scheme DoSomethingElse -destination "platform=iOS Simulator,name=iPhone 8 Plus"…

user2924482
- 8,380
- 23
- 89
- 173
2
votes
1 answer
XCodeBuild Error building Flutter - iOS App. "Missing Target"
I have a Flutter project.
I want to build the project for iOS devices using Azure DevOps pipelines.
I have the basic configuration showed in this guide:
https://learn.microsoft.com/en-us/azure/devops/pipelines/ecosystems/xcode?view=azure-devops
But,…

Kaisser
- 33
- 2