Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [xcode15]

This tag should only be used for questions specific to the usage and features of Xcode 15. Do not use this tag just because you are using Xcode to develop your app. General Xcode questions should use the non-version specific [xcode] tag. Use tags appropriate for the OS such as [ios] or [macos].

xcode15
0 votes
0 answers
11 views

Unable to create framework in Xcode 15 with Objective-C throwing error "Command PhaseScriptExecution failed with a nonzero exit code"

I am trying to create objective C Network framework using Xcode 15 with minimum supported iOS version 14.0. Here are the steps I am following: I created New> Project> framework> Objective C&...
Priyanka Wadher Mistry's user avatar
-2 votes
0 answers
28 views

How to resolve "ITMS-90129: The bundle uses a bundle name or display name that is already taken" for new builds of the same app

This error is reaction on new build created and uploaded to AppStore with new project but same bundleId/displayName/signingInfo. Here is the scenario with symbolic values to explain it better: Build #...
PerfectGamesOnline.com's user avatar
0 votes
0 answers
12 views

Generator Xcode toolset specification field buildsystem=1 is not allowed with Xcode 15.0.1

./make-project.sh -- cmake version 3.28.2 CMake Deprecation Warning at CMakeLists.txt:10 (cmake_policy): The OLD behavior for policy CMP0025 will be removed from a future version of CMake. ...
刘越洋's user avatar
0 votes
0 answers
21 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,040
-1 votes
0 answers
29 views

How to Set IDEPreferLogStreaming Globally in Xcode 15.4

How do you fix this Xcode error whenever I create a new project it comes back. The fix is to add IDEPreferLogStreaming=YES but it only fixes for the current project. If I create new project it come ...
asdsyd's user avatar
  • 1
0 votes
0 answers
39 views

(Xcode 15.4) Failure Reason: The request was denied by service delegate (SBMainWorkspace)

I have developed an application using flutter and trying to build IOS application for the same and When I am trying to install the application on my device, application is crashing while launch. The ...
user1722123's user avatar
-1 votes
1 answer
104 views

Getting React Native XCode 15.4 and macOS Sonoma 14.5 build error “Command PhaseScriptExecution failed with a nonzero exit code”

I tried different ways to solve this error using various approaches. In this case, you can’t downgrade your code version because it is not compatible with the latest macOS. I tried removing ...
Chanaka Amarasinghe's user avatar
0 votes
1 answer
38 views

How do I do the equivalent of SELECT COUNT type of query in SwiftData on related data?

I have a model which is similar to: import Foundation import SwiftData import SwiftUI @Model final class AccountTransaction { var id: UUID = UUID() var name: String = "" var ...
Kenny Mann's user avatar
0 votes
0 answers
22 views

Flutter compiled error in Xcode 15: Undefined symbols for architecture arm64? [duplicate]

An older Flutter project compiles without issues in Xcode 14, but encounters errors in Xcode 15. The error is: ❌ Undefined symbols for architecture arm64 Symbol: OBJC_CLASS$_AutoOrientationPlugin ...
user10298398's user avatar
0 votes
0 answers
35 views

Swift Package Manager - Warning while trying to access assets

It's the first time I'm creating an SPM Package and I have an error I could not resolve... This is my Package Struct: And this is my Package.swift: let package = Package( name: "MyCustomPackage&...
aveli93's user avatar
  • 43
0 votes
0 answers
45 views

The request signature we calculated does not match the signature you provided. Check your key and signing method in objective-c in iOS , Xcode 15

We are using AWS-IOS-SDK to upload images and text. error occurred in Xcode 15 but working good in Xcode 14 ,we used the same source code for both versions. Please check the error message AWSiOSSDKv2 [...
praveen's user avatar
  • 11
0 votes
1 answer
35 views

Formatted strings with arguments in Xcode 15 String Catalogs

How can I use a formatted string with arguments in Xcode 15's string catalogs? For example, if my string is showing a percentage "\() %%" (example rendering: "25 %") and I've given ...
RMP's user avatar
  • 5,211
-1 votes
0 answers
15 views

JSRuntimeFactory.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'React-RuntimeCore' from project 'Pods')

My profile file $RNFirebaseAsStaticFramework = true require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/...
Mahesh Kasula's user avatar
0 votes
0 answers
76 views

React Native iOS Build getting struck in XCode 15.4 in the building state

After I updated the xCode to the latest version and clicked on Archive to build my React Native iOS Application, the process got struck in building state : AppName > Any iOS Device (arm64) ...
Abdul Malik's user avatar
1 vote
0 answers
45 views

SwiftUI: Close popover sheet return me to unexpected destination

I am developing an ios app using swift.I am on xcode 15.3 now I have a problem with NavigationView Let's say my app have 2 pages (page A,page B) and a popover sheet C I wrapped my whole app with ...
Dang Vu's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
26