xcodebuild Questions
4
Solved
We have been using lipo command to create a framework which works on both device and simulator when integrated in other project.
following are the build commands used to generate device and simulat...
Written asked 23/9, 2020 at 6:35
4
It looks like Teamcity agent (TC version is 9.0 EAP) has issues with launching iOS Simulator via testing shell script.
I use Build Step: Command Line, which runs Custom Script and passes params to ...
Scolopendrid asked 20/11, 2014 at 9:10
3
Solved
I need to lauch iOS Simulator that uses specific language using command line. So I found that I can use
instruments -w <device>
and it is working great, I can set specific device. But how ...
Train asked 15/7, 2015 at 10:39
12
Solved
Running xcodebuild from the console will bring you very verbose output and I wasn't able to locate any options for limit its output in order to display only warnings and errors.
I'm looking for a ...
Blackcock asked 11/2, 2010 at 13:18
2
Objective
Running simple unit-test for an iOS app.
Setup
Xcode (Version 14.1)
Sample Test:
import XCTest
@testable import SDKTestAppSwift
class SDKTestAppSwiftTests: XCTestCase {
func testExam...
Akkad asked 23/12, 2022 at 9:14
1
The app intents extraction from the new AppIntents framework takes a lot of time, even when changes in code don't touch the intents directly.
In the build log reasons for this step to happen differ...
Yann asked 25/1, 2023 at 15:40
3
Using xcodebuild I can run a specific test or group of tests. But is there a way to list all tests without running them, using xcodebuild or any other tool that comes with xcode? Facebook's xctool ...
Lefthand asked 23/7, 2017 at 18:48
6
I'm experiencing weird behaviour with my iPhone CI job (running in TeamCity). Every once in a while our build fails without any indicative error in the build log. The build reaches the last stage o...
Electroencephalogram asked 1/3, 2015 at 13:47
9
Solved
With the release of Xcode 8, Apple introduced a new way of managing the signing configuration. Now you have two options Manual and Automatic.
According to the WWDC 2016 Session about Code signing ...
Heliograph asked 14/9, 2016 at 22:32
2
Building from the command line with xcodebuild is orders of magnitude slower than building the same project, same scheme, same target from within Xcode. Does anyone know why this might be the case ...
Unguentum asked 30/1, 2014 at 23:20
1
I am building a library using Swift Package Manager. I have added a XIB file to define the layout of a custom UICollectionViewCell. My package will not compile in Xcode, because the XIB file is spe...
Teenager asked 8/10, 2020 at 4:7
2
I am using fastlane to build my unity iphone application.
It worked perfectly until all of a sudden i started getting the following error/warning during build:
[10:13:48]: $ xcodebuild -resolvePack...
Ferro asked 16/11, 2021 at 9:25
3
Solved
Even though I have created just a role specific to codepipeline and code build I am getting this error. Whatever I do I am unable to get rid of it. Anyone know how to resolve this?
Could not update...
Wundt asked 5/11, 2020 at 15:38
3
Solved
Description
How to fix this error. I have created simple project with latest version and when try to build the project via Xcode it generate error?
Version
0.67.3
Output of npx react-native info
OS...
Clorindaclorinde asked 24/2, 2022 at 6:41
5
Solved
I am trying to create an .xcframework file for a few third party libraries I'm using. Following the instructions from https://appspector.com/blog/xcframeworks, I
Create platform-specific framewor...
Negress asked 11/11, 2019 at 17:12
4
I have watched "binary framework in swift" and tried to build xcframework using xcodebuild -create-framework but it is not working properly.
I enabled "Build libraries for Distribution", then I a...
Electrode asked 15/6, 2019 at 11:3
5
Solved
I'm using Visual Studio Team Services to build my app. When I try to run unit tests, I'm getting an error:
xcodebuild: error: option 'Destination' requires at least one parameter of the form 'key=...
Jayejaylene asked 15/5, 2017 at 22:50
3
Solved
I'm trying to replace our iOS project's horrible Jenkins setup with Github Actions. I think I have all the pieces in place, but I'm getting a failure I don't understand. In the step where I run xco...
Flourish asked 26/9, 2020 at 14:13
2
I have a product building in Big Sur with Xcode 13 from the commandline via xcodebuild and generates this warning:
warning: Building targets in manual order is deprecated - check "Parallelize ...
Brickey asked 24/9, 2021 at 17:3
0
I am trying to build the WebDriverAgent as provided by Appium for testing on my tvOS device. I noticed that the command was failing so I tried running myself to see what is going wrong. I get a ver...
Schlemiel asked 15/6, 2022 at 12:12
1
I want to be able to take an internal SPM package, which depends on several other internal (and one external) SPM packages, and compile it into an XCFramework, using a series of xcodebuild like you...
Darlleen asked 17/5, 2022 at 15:8
3
While creating XCFramework, I'm getting the below-mentioned message on the terminal and xcframework is not getting generated
A library with the identifier "ios-armv7_arm64" already exists...
Mechanist asked 26/8, 2020 at 7:10
2
Solved
When I want to run any xcodebuild action it gives me the following error while the Xcode ide is working fine on Apple M1.
> xcodebuild -version
objc[72320]: Class AMSupportURLConnectionDelegate ...
Marcenemarcescent asked 19/1, 2022 at 6:36
4
Solved
I am running my build agent as a launch agent. I get this error when I try to run "xcodebuild test ..." :
2016-07-14 16:31:00.535 xcodebuild[11579:21390] [MT] iPhoneSimulator: Could not launch sim...
Aggiornamento asked 14/7, 2016 at 14:35
5
Solved
Since this morning, on my iMac (macOS High Sierra Version 10.13.6) any time I open an iTerm2 window (with Oh My Zsh installed), I see this:
It seems that it's trying to run xcodebuild and it's s...
Ernieernst asked 20/9, 2018 at 14:46
© 2022 - 2025 — McMap. All rights reserved.