Skip to main content
0 votes
0 answers
4 views

How to export archive of macOS console "Hello world" application with xcodebuild?

There is newly created in Xcode-16.0 (16A242d) macOS 'Command Line Tool', a "Hello world" project. Immediately after creation of such a project in Xcode you're able to successfully archive ...
eggor's user avatar
  • 31
0 votes
1 answer
59 views

xcodebuild: error: Timed out waiting for all destinations matching the provided destination specifier to become available

I am getting this error while running flutter app in iPhone 15 Pro Max Whole error log: Running pod install... Running Xcode build... Xcode build done. ...
Harsh Patel's user avatar
0 votes
1 answer
63 views

Azure pipeline CI: No profiles for 'com.my.app' were found

I am trying to use azure pipeline for CI/CD, but can't build my app. I set automatic code signing in Xcode. Also I uploaded all needed secure files both certificate and provisioning profiles. pool: ...
Roman Markov's user avatar
0 votes
1 answer
20 views

xcodebuild producing iPhoneOS build despite Catalyst destination

I'm developing a multi-platform SDK in Xcode following the instructions from Creating a multiplatform binary framework bundle. I've done this several times in the past the only issue being that I ...
Brian Nickel's user avatar
  • 27.4k
0 votes
1 answer
21 views

Unable to generate doc for test projects using realm/Jazzy

I've been trying to generate documentation for our unit and ui test of a project that has cocoapods. I have created a simple project that is demonstrating my error (pasted below). The link to the ...
Istafein's user avatar
  • 110
0 votes
0 answers
57 views

Enforce Xcode to update String Catalog on command line?

Xcode's String Catalog seems to be a nice solution compared to the old approach. However, in larger projects it can happen that the Localizable.xcstrings file is updated too late, making developers ...
Marc's user avatar
  • 3,050
0 votes
0 answers
30 views

Fastlane build failing with error: Build input file cannot be found

The error messages have the following form: error: Build input file cannot be found: '{path}'. Did you forget to declare this file as an output of a script phase or custom build rule which produces ...
rjdevereux's user avatar
  • 1,860
0 votes
0 answers
96 views

Module 'FirebaseRemoteConfigInterop' not found

Firebase SDK Version: Unity 12.1.0 Xcode Version: 15.4 Installation Method: CocoaPods Firebase Product: Remote Config Targeted Platform: iOS Issue: I got an error: Module 'FirebaseRemoteConfigInterop' ...
An Trịnh's user avatar
0 votes
1 answer
211 views

Sign with xcode build on CI/Github actions with fastlane results in signing error regarding SPM frameworks

I am manually on GitHub action trying to sign my iOS app. I am using fastlane (partially) to help me. I do not want to use match as I intend to reuse the script between customers so I cannot use a ...
Sunkas's user avatar
  • 9,570
3 votes
0 answers
182k views

Github Actions : Provisioning profile "foo" doesn't include the currently selected device "Mac-1719908638417.local"

I've configured an CI/CD environment using Github Actions to build and deploy Apps automatically. But since Github has updated the runner, I get the error Provisioning profile "foo" doesn't ...
clem's user avatar
  • 887
0 votes
1 answer
191 views

How to archive iOS app and export unsigned IPA with Xcode 15.4?

I'm trying to export unsigned IPA of an iOS application using Xcode 15.4. This is a bash script I'm using to do so: xcodebuild clean archive \ -workspace DemoApp.xcworkspace \ -scheme DemoApp \ -...
Darrarski's user avatar
  • 3,992
0 votes
0 answers
15 views

Is there anyway to run xcodebuild and specify the value of isysroot that it'll use?

I'm trying to build an Xcode project using xcodebuild, and I'm using a custom toolchain and SDK to do so. I can use the -toolchain argument to pick the toolchain I want to use, but no matter what else ...
Bri Bri's user avatar
  • 2,251
0 votes
0 answers
62 views

xcodebuild -resolvePackageDependencies stopped working after Mac Os update

My config is as follow MacBook Pro with M3 Pro and Sonoma 14.5 OS XCode 15.2 Build version 15C500b swift-driver version: 1.87.3 Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) ...
Rad's user avatar
  • 3
1 vote
1 answer
98 views

Building a Swift XCFramework compatible with Objective-c

I'm building a Swift Package distributed in the form of an XCFramework. Importing the resulting binary inside a Swift application works just fine, but trying to import it inside of an Objective-c ...
Kireyin's user avatar
  • 162
-1 votes
1 answer
104 views

Where is the file downloaded by the `xcodebuild -downloadPlatform iOS`?

I executed xcodebuild -downloadPlatform iOS for download ios17.2 simulator. The download is complete, but the installation process failed due to lack of space and nearly 7 gigs of hard drive space was ...
or123456's user avatar
  • 2,179

15 30 50 per page
1
2 3 4 5
96