135 questions
0
votes
0
answers
94
views
Xcode 16 “Multiple commands produce <ExtractAppIntentsMetadata ... Metadata.appintents>” when using React Native + Firebase Pods
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 ...
0
votes
2
answers
105
views
Xcode 16.2: Unsigned IPA uses older SDK version (17.5 instead of 18.2)
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, ...
0
votes
0
answers
900
views
ld: Assertion failed: (it != _dylibToOrdinal.end()), function dylibToOrdinal, file OutputFile.cpp, line 5184
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::...
0
votes
1
answer
150
views
Xcode 16 Doesn't provide a way to edit Custom iOS application target properties in Multiplatform App
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 ...
0
votes
0
answers
234
views
In-App Purchase returns empty product list on iOS 18.5 (works on iOS 18.2)
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 ...
0
votes
1
answer
47
views
iOS App Build Unable To Install After adding Watch App Target
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 ...
1
vote
2
answers
3k
views
Xcode 16 can't find Metal Toolchain
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 ...
0
votes
0
answers
64
views
Tableview is crashing only on TestFlight build with Xcode 16.2 build
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 ...
-1
votes
1
answer
148
views
How to fix Navigation Bar shifted down in Storyboard
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), ...
0
votes
1
answer
186
views
XCode 16 Build Issue With Flutter 3.27.1 - Framework not found GoogleUtilitiesComponents
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 ...
0
votes
0
answers
23
views
Is it possible to eliminate clang module variants due to "CWD:" when building in Xcode?
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 ...
2
votes
1
answer
232
views
Validation failed Invalid Executable. The executable 'AppName.app/Frameworks/AgoraRtmKit.framework/AgoraRtmKit' contains bitcode. (ID: 4f12f7b1-769e8)
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&...
0
votes
1
answer
653
views
Xcode 16.3 pngcrush.h error: 'fp.h' file not found (in target 'pngcrush' from project 'pngcrush'
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 ...
0
votes
0
answers
173
views
Flutter 3.3.2 iOS Build Fails on Brand New Project with Xcode 16.3 and iOS 15.5
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 ...
0
votes
0
answers
30
views
XCUI performance tests using measure does not fail in the pipeline when it should...shows success instead of fail even when it fails
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 ...
12
votes
3
answers
10k
views
Xcode 16.3 : Facing issue with gRPC-Core pod. "A template argument list is expected after a name prefixed by the template keyword" [closed]
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 ...
1
vote
1
answer
68
views
.containerBackground availability incorrect?
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:
...
0
votes
1
answer
476
views
“Create Group” or “Create Folder References” Option Missing in Xcode 16
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 ...
1
vote
0
answers
411
views
Problem with build Flutter as ios-framework on Xcode 16
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 ...
0
votes
0
answers
41
views
Group to Folder Conversion doesn't persist on pod install
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 ...
0
votes
0
answers
91
views
Xcode16.2 upload release ipa to Apple, have Invalid Executable. The executable 'XXFrameworks/CommonUISDK.framework/CommonUISDK' contains bitcode."
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 ...
1
vote
1
answer
497
views
I am running into a catch 22 with Info.plist settings in xcode 16
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 '...
1
vote
0
answers
177
views
fatal error: module 'Foundation' is needed but has not been provided, and implicit use of module files is disabled
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/...
0
votes
1
answer
254
views
iOS 12 crash while using the IPA archived by Xcode 16.2
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 ...
1
vote
0
answers
97
views
Build failure due to override property issue in Xcode 16
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 ...
0
votes
1
answer
91
views
How to center the item within an paging scroll view when only ignoring the top safe area?
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 ...
0
votes
0
answers
133
views
CocoaPods could not find compatible versions for pod "ReactCommon/turbomodule/core"
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 ...
-1
votes
1
answer
2k
views
Could not build module 'UIKit' - XCode Version 16.2 React Native iOS
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 ...
3
votes
1
answer
760
views
Xcode 16.1: Command PhaseScriptExecution failed with a nonzero exit code
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 ...
0
votes
0
answers
286
views
xcodebuild and swift package manager, can't resolve package graphs
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 ...
1
vote
1
answer
63
views
The SwiftUI sheet view modifier in the code below doesn't launch on LongPress. Xcode 16.2
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 ...
0
votes
1
answer
828
views
Application Crashes in Xcode 16 After macOS Upgrade, Worked Fine in Xcode 15.4
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 ...
0
votes
1
answer
71
views
Categories or Selection Menus Don't Fit the Design
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 ...
0
votes
0
answers
40
views
Create group in Xcode 16 [duplicate]
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 ...
1
vote
1
answer
840
views
React-RCTAppDelegate could not build module error with Xcode 16.2 and React Native 0.76.6
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 ...
3
votes
1
answer
673
views
SwiftUI Sheet presentationDetents ignores the specified detents
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 ...
0
votes
0
answers
151
views
Xcode 16 bug?Assertion failed: (0), function isBulkReadStatement, file SQLiteDatabaseTracking.cpp, line 710 for xcode 16
App is crashing in xcode16 when application goes into the background because of sqlite3_finalize used in the application
1
vote
1
answer
102
views
Xcode 16 build fail issue - method does not override method from its superclass
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 ...
3
votes
0
answers
231
views
Unit Test Cases Fail with "Message from debugger: killed" on Xcode 16.x but Work Fine on Xcode 15
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 ...
0
votes
1
answer
264
views
Potential Optimization or Bug in UINavigationController Push Operation in iOS 18
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 ...
1
vote
1
answer
54
views
Tap Map to Mark Point
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 ...
3
votes
4
answers
13k
views
Xcode won't install iOS 18.2 SDK
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 ...
0
votes
0
answers
376
views
Buttons not clickable after installing the app running on iOS 18.2
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 ...
0
votes
1
answer
158
views
Why is detox build and tests running on Xcode 16 slower
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 ...
2
votes
0
answers
266
views
Asset validation failed (90482) Invalid Executable. The executable 'Runner.app/Frameworks/OMSDK_Teadstv.framework/OMSDK_Teadstv' contains bitcode
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 ...
-1
votes
1
answer
27
views
keyboard not load and Display
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 ...
1
vote
0
answers
157
views
iOS simulator takes extremely long time to boot on Xcode16
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 ...
0
votes
1
answer
509
views
iOS ipa and app file size increased after building with xcode16
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 ...
0
votes
0
answers
379
views
Upgraded to Xcode16 and now keep seeing this when trying to build code BoringSSL-GRPC unsupported option '-G' for target 'arm64-apple-ios15.0'
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 ...
1
vote
0
answers
172
views
xcode16 module 'DarwinFoundation' is needed but has not been provided, and implicit use of module files is disabled
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/...