Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
94 views

I’m running into a build/archive error in Xcode 16.4 with my React Native app using Firebase. During compilation, I get the following error: Multiple commands produce '<ExtractAppIntentsMetadata ...
Enrique Muñoz's user avatar
0 votes
2 answers
105 views

I'm facing an issue with Xcode 16.2 when building iOS apps for different clients. I have a white-label app, and I build: A signed IPA for some clients An unsigned IPA for others For the signed app, ...
user31216803's user avatar
0 votes
0 answers
900 views

I’m a react-native developer. When I used Xcode16.2 archive React-Native 0.63.2 and React-Native 0.71.9, the following error occurred 0 0x104813ee4 __assert_rtn + 160 1 0x104816d40 ld::tool::...
wahaha's user avatar
  • 1
0 votes
1 answer
150 views

Using Xcode 16.4 Create a new Multiplatform App project. There’s a single target for Destinations iPhone, iPad, Mac (and Apple Vision, if you forget to uncheck it). The Info panel only has a Custom ...
Andy Dent's user avatar
  • 18.1k
0 votes
0 answers
234 views

I'm experiencing an issue with In-App Purchases for subscriptions on iOS. Everything works correctly on iOS 18.2, but after upgrading my test device to iOS 18.5 and Xcode to 16.4, the call to fetch ...
Kizo's user avatar
  • 1
0 votes
1 answer
47 views

I am facing issue with my iOS application for Unable to Install on Device After adding WatchApp target. My app is built from older Xcode 14 and now I am using Xcode 16.4 and adding WatchApp but after ...
Jignesh Patel's user avatar
1 vote
2 answers
3k views

I just got this error compiling my code: The Metal Toolchain was not installed and could not compile the Metal source files. Download the Metal Toolchain from Xcode > Settings > Components and ...
S'rCat's user avatar
  • 668
0 votes
0 answers
64 views

I'm working on the app, which uses a table view to display data from the API. Everything worked fine until Xcode 16. Now, when we are testing the build on a test flight with Xcode 16.2, the app ...
user3306145's user avatar
-1 votes
1 answer
148 views

I haven’t opened my iOS project in a while. It was built using a storyboard and most view controllers are embedded in a UINavigationController. Today I opened the project in Xcode (latest version), ...
IceRedline's user avatar
0 votes
1 answer
186 views

What's the solution for the following Xcode build error? I'm using Xcode 16, Flutter 3.27.1 and using MacOS 15.5 to run Xcode. ld: framework not found GoogleUtilitiesComponents clang: error: linker ...
Chandika Gunawardhana's user avatar
0 votes
0 answers
23 views

When compiling our workspace with Xcode 16.1, the "Modules Report" shows build variant columns labeled "CWD: " that did not appear in Xcode 15.2. This report is generated by using ...
Chad's user avatar
  • 275
2 votes
1 answer
232 views

I'm getting this issue when Upload the app to AppStore using Xcode 16 I'm already disable bitcode in the Build Settings "agora-react-native-rtm": "^1.5.1", "agora-rn-uikit&...
The Scalion's user avatar
0 votes
1 answer
653 views

The app I inherited does not compile in xcode 16.3. In 16.2 it does compile. Error it is showing is error: 'fp.h' file not found (in target 'pngcrush' from project 'pngcrush') Not really sure why ...
SimpleApp's user avatar
  • 550
0 votes
0 answers
173 views

I'm encountering an issue with a brand new Flutter project created using Flutter SDK version 3.3.2. The project runs perfectly on Android, but it fails to build for iOS without any changes to the ...
dinod tharinda's user avatar
0 votes
0 answers
30 views

I'm using xcui measure to test the launch time of a native mobile app. When I set a baseline too low and run the test locally xCode fails the test as expected. However, when I run the same test in ...
D.Hodges's user avatar
  • 2,119
12 votes
3 answers
10k views

Our project uses "googleapis" pods, which use the "gRPC-Core" module inside. Up until Xcode 16.2, everything was operating smoothly. However, we are encountering an issue with the ...
iDev's user avatar
  • 715
1 vote
1 answer
68 views

I've been meaning to try .containerBackground for a while, having seen it introduced with iOS 17, but now that I did I am left confused, because XCode claims it's available only on iOS 18 or newer: ...
Andrei G.'s user avatar
  • 2,686
0 votes
1 answer
476 views

When creating a new project in Xcode 16, the options to “Create Group” or “Create Folder References” are no longer available when adding new files or folders. It seems that with Xcode 16, after ...
Ashvin's user avatar
  • 9,111
1 vote
0 answers
411 views

I have a project in Flutter with few Views witch are append to native app. Before update OS and xcode I built on xcode 15 and big sur and works fine. After update to os version sequoia and xcode 16.2 ...
grzeg123's user avatar
0 votes
0 answers
41 views

I’ve recently updated my cocoapod's File-System to Folder from Group using the Convert to Folders (see image for more info) option using Xcode 16. I've pushed the changes to the Cocoapod Repo, but ...
B25Dec's user avatar
  • 2,373
0 votes
0 answers
91 views

Xcode16.2 upload release ipa to App store, meet this issue: "ERROR ITMS-90482: Invalid Executable. The executable 'XX/Frameworks/CommonUISDK.framework/CommonUISDK' contains bitcode." I try ...
lauren1573's user avatar
1 vote
1 answer
497 views

I am setting up an app that uses HealthKit and am experiencing a crash due to problems with my Info.plist file. This is the log: *** Terminating app due to uncaught exception '...
iOS_girlie's user avatar
1 vote
0 answers
177 views

When I use XCode 16 for building, I get the following error. The xcodebuild command I used triggered it. What is the problem? In file included from /var/folders/9b/70l7vl6j3577k0mstkzcv0n80000gp/T/...
liyan's user avatar
  • 11
0 votes
1 answer
254 views

App in iOS 12 crashed after adding a swift file while archived by Xcode 16.2. The app runs in iOS 12 after removing all Swift files in the project. It's also OK to debug the project in iOS 12 with ...
D.Young's user avatar
  • 131
1 vote
0 answers
97 views

I am overriding property completionBlock of super class Operation (a built in class of Swift) in sub class TTOperation open class Operation : NSObject, @unchecked Sendable { open var ...
kanchan waghmare's user avatar
0 votes
1 answer
91 views

When creating a paging scroll view and ignoring the top safe area the items within the scroll area do not center to the view, they seem to have an offset of the same size as the bottom safe area times ...
erosespinola's user avatar
0 votes
0 answers
133 views

I’m currently facing an issue with React Native and CocoaPods after upgrading React Native and trying to install dependencies for iOS. Here are the details of the problem: [!] CocoaPods could not find ...
FR STAR's user avatar
  • 702
-1 votes
1 answer
2k views

I've been trying to solve this error for quite some time and have not been successful. Anytime I try to Archive or Build my app, I keep getting UIKit, CoreFoundation, Darwin Foundation, "Could ...
Alejandro's user avatar
3 votes
1 answer
760 views

I have a flutter app that was uploaded back on 2022 and last month I had to update to Xcode 16.1 and macOS 15.2 same flutter version 3.3.2 since Apple does not want me to upload the app with my ...
VDTe's user avatar
  • 675
0 votes
0 answers
286 views

TLDR: how can I get Resolve Package Graphs to succeed when running Xcode 16 under Fastlane? Is there some option to scan I am missing or some setup/config I need to do prior to running scan? My ...
Michael Dautermann's user avatar
1 vote
1 answer
63 views

In the code below, I want to allow the user to later edit the properties of a selected location in a new View as a sheet view modifier attached to the Map. It's not launching when I long press a ...
Famien's user avatar
  • 23
0 votes
1 answer
828 views

I'm experiencing an issue where my application crashes when I try to run it in Xcode 16. The application was running fine in Xcode 15.4 before I upgraded macOS. Below is the crash log. I've tried ...
Tapas Mukherjee's user avatar
0 votes
1 answer
71 views

I'm currently working on my own Apple TV app. So far, things are going pretty well, but right now, I'm stuck on the design of the categories or selection menus. Here's a screenshot of how it looks ...
LevelOne2k's user avatar
0 votes
0 answers
40 views

I like groups, they let you have stuff in the order you want and not alphabetical, as opposed to folders. Xcode 16 appears to hate groups and wants me to use folders. I've looked all over the net for ...
Peter's user avatar
  • 123
1 vote
1 answer
840 views

I am using Xcode 16.2 and I upgraded my React Native version from 0.70.8 to 0.76.6. However, when I try to build the app in Xcode, I encounter the following error: React-RCTAppDelegate could not build ...
Hakan Hakan's user avatar
3 votes
1 answer
673 views

When I build and run the project in Xcode 16.2 and rapidly opening and dismissing a sheet via scroll-down multiple times, the sheet eventually ignores the specified presentationDetents([.medium]) and ...
M_Khater's user avatar
  • 127
0 votes
0 answers
151 views

App is crashing in xcode16 when application goes into the background because of sqlite3_finalize used in the application
Ashwinee Mhaske's user avatar
1 vote
1 answer
102 views

When overriding the following seek functions in a custom subclass of AVPlayerItem, a "method does not override method from its superclass" error occurs, causing the build to fail. This issue ...
YERIM LEE's user avatar
3 votes
0 answers
231 views

I'm experiencing an issue running my unit test cases on Xcode 16.2 (the same issue persists on Xcode 16 and 16.1). The test cases simply fail after some time, displaying the error: Message from ...
Praveen's user avatar
  • 41
0 votes
1 answer
264 views

Issue Description: In iOS 18, when setting the root view controller of a UINavigationController and immediately pushing another view controller, the root view controller's lifecycle methods, such as ...
朱金龙's user avatar
1 vote
1 answer
54 views

I want to make it so someone can tap on a Map and do the following: A Marker is made where the user tapped User location is visible with the native "blue dot" Many other apps like Uber or ...
Apoptosome's user avatar
3 votes
4 answers
13k views

I'm running MacOS Sequoia 15.1.1 and Xcode 16.2 and trying to install the SDK version 18.2. When I click the "Get" button it indicates it is installing / registering the SDK for several ...
David Rutter's user avatar
0 votes
0 answers
376 views

Does anyone have a problem with buttons not clickable in the lists of elements? If I have a list of 30 elements, some of them are clickable and some not. The button is a basic button that prints ...
Alzemic's user avatar
  • 11
0 votes
1 answer
158 views

Why are iOS Detox build times and iOS Detox test run times after updating Xcode 16 slower? Here’s my setup on CircleCI with the same test cases: Xcode: 15.3.0 Detox: 20.23.0 iOS Version: 17.4 (iPhone ...
Roni Castro's user avatar
  • 2,174
2 votes
0 answers
266 views

Here are my development details: Xcode version: 16 macOS version: 15.1 Has anyone encountered this issue and managed to resolve it with Xcode 16? I tried multiple solutions I found online, especially ...
Tarek Zahraz's user avatar
-1 votes
1 answer
27 views

My whole project keyboard not visible but i click in bottom to enter text what is issue?? to check my images to see ?? check image to check my videos to see ??text(see video) I think keyboard not ...
Abhay Soni's user avatar
1 vote
0 answers
157 views

Our org's CI pipeline is experiencing extremely long build time due to iOS simulators takes a long time to boot (15+ minutes) This problem persist in all Xcode16 versions including the most recent ...
OLIVER.KOO's user avatar
  • 6,113
0 votes
1 answer
509 views

iOS App size got increased after generating build with Xcode 16. I have compared the .ipa file contents generated from Xcode 15.8 and Xcode 16.1 version, there was huge increase of size which is ...
Madhu's user avatar
  • 939
0 votes
0 answers
379 views

since upgrading to Xcode 16 I have been getting this error. I have tried updating the Pod file below as many have suggested but when doing this it seems to break the link to all of my Pods and can not ...
Scott's user avatar
  • 21
1 vote
0 answers
172 views

my xcworkspace can build&run success,but when i want to pack my project to a framework,the error occurd: iPhoneOS18.0.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/...
banna's user avatar
  • 11