xcodebuild Questions

2

Solved

I'm writing a bash script to archive and export my project so I can send it to iTunes Connect. However, the documentation from the command line is a little confusing. I'm trying to figure out if th...
Modlin asked 17/7, 2015 at 1:57

2

Solved

I am building iOS project on command line using xcodebuild. Building with Release configuration is ok which created and App.xcarchive. Then I am trying to export archive for App Store IPA using, x...
Caveat asked 21/2, 2017 at 3:56

2

Sometimes, about 2 times out of 10, when I run my application through Xcode, I get this error: Internal inconsistency error (didStartTask): targetID (174) not found in _activeTargets. Internal inco...
Altostratus asked 14/4, 2023 at 11:49

5

Solved

Recently, I upgraded to Xcode 15, and with that the update of the xcodebuild tools. However, suddenly, my standalone C++ applications are not able to use the g++-13 compiler for some reason? Anyone...
Cima asked 23/9, 2023 at 17:12

4

I am running my xctests using xcodebuild and need to pass in some environment variables. In the example below ACCOUNT_ID and HOST_URL. I tried passing in the variables as both environment variable...
Polytheism asked 25/4, 2014 at 5:30

0

Context We have a very large codebase in our company 600k+ Lines of Code. The setup is a XcodeProj using Swift Package Manager as the only and main package management tool. We have started a long j...
Flush asked 13/3, 2024 at 14:9

12

Solved

While attempting to compile my C program, running the following command: gcc pthread.c -o pthread Returns: Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root ...
Abettor asked 4/10, 2014 at 21:25

4

Solved

So I have been browsing the web for a while now and can't seem to find an answer on how to build the native DocC Xcode documentation using a CLI command. Both the xcodebuild commands and Fastlane d...
Swellfish asked 31/10, 2021 at 14:51

17

Solved

I want to replace my CI bash scripts with swift. I can't figure out how to invoke normal terminal command such as ls or xcodebuild #!/usr/bin/env xcrun swift import Foundation // Works println("T...
Struve asked 17/11, 2014 at 11:2

11

Solved

I just configure a project in bitrise.io. But the xcode-build fails with error: xcodebuild: error: The project named "Foo" does not contain a scheme named "Bar". The "-list" option can be used to ...
Accost asked 4/11, 2015 at 12:9

11

I have a curios issue. I have a project that I've worked on and always built from the XCode IDE, and it worked fine. Now I'm setting up Bamboo to build the project and as such am building it from...
Creation asked 16/1, 2013 at 22:18

3

Solved

After converting our tests in one of our schemes "Scheme" to test plans using the "Convert to use Test Plans" function in Xcode 13.4. We cannot run the tests using xcodebuild du...
Visconti asked 4/8, 2022 at 14:13

3

I'm working on a React Native app that I'm upgrading from 0.59 to 0.60. I have cocoapods sorted out, and I can build and run the app from Xcode in a simulator successfully. However, when I try to r...

5

I want to test same unit test on various platform versions. However, I can't due to a xcodebuild error. I built my project xcodebuild build-for-testing \ -configuration Debug \ -scheme UnitTest ...
Audley asked 6/7, 2020 at 7:51

1

Trying to create ipa from archive running the following command: xcodebuild -exportArchive -archivePath $PWD/archive/test.xcarchive -exportOptionsPlist exportOptions.plist -exportPath $PWD/build ...
Savarin asked 6/2, 2019 at 6:50

4

Solved

In order to accept the Xcode License in CLI, we can run sudo xcodebuild -license Then the console will prompt You have not agreed to the Xcode license agreements. You must agree to both lice...
Riella asked 6/11, 2015 at 6:34

6

I'm trying to build my application using jenkins pipeline using shell command. Below is the command i'm using to build the app. sh 'xcodebuild -workspace projectname.xcworkspace - allowProvisionin...

2

Solved

I have an SPM project that I need to test with xcodebuild (because it has iOS resources such as XIBs). This project also supports Cocoapods so it also has .xcodeproj and .xcworkspace files. Normall...
Buckles asked 26/10, 2020 at 15:49

9

I've been searching the web to look for how to accept Xcode in order to use Xcode to recompile a MATLAB Windows file for a MAC but I did not find any relevant answer. The error message I get in MA...
Birthday asked 13/7, 2015 at 13:40

6

I have two project which I build based on the same Rake script, which internally uses XCode build. Building it with xcodebuild -archivePath (ARCHIVE succeeds), then I package app with xcodebuild -e...
Overwork asked 29/9, 2016 at 10:0

13

Solved

When updating to Xcode 10, iOS static library target fails to build. Way how I am trying to build it is following: xcodebuild -target TargetName -configuration Release clean build With Xcode 9 e...
Dogtooth asked 3/7, 2018 at 11:30

1

Helpppp ! I just want to get my pipeline run successfully T.T Anyone can help me here~ Situation: I am integrating Apollo client in my iOS project and following the instruction provided by official...
Converter asked 22/4, 2022 at 10:59

12

When I try to run previously working git commands, I get this: dyld: Symbol not found: _sqlite3_intarray_bind Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData E...
Spheroid asked 29/10, 2013 at 0:53

3

I am using xcodebuild command line tool to create an archive and then export as IPA file, for my iOS project. By default, while using xcodebuild -exportArchive, it creates the IPA file which has ...
Gromme asked 29/11, 2016 at 11:29

4

Solved

I have installed both Xcode 3.2 and Xcode 4.0.2 on the same machine, which uses Hudson for automated CI (continuous integration) builds. When I say that both were installed, what I mean by that is ...

© 2022 - 2025 — McMap. All rights reserved.