Category "xcode"

ITMS-90426: Invalid Swift Support

ITMS-90426: Invalid Swift Support, Dear Developer, We identified one or more issues with a recent delivery for your app, "KxSwift" 1.0.0 (58). Please correct t

Replaykit - Recording not starting Error- 5803

I want to start recording in my App, I am using ReplayKit func startRecordn(){ recorder.startRecording{ [unowned self] (error) in //2

Why am i getting an error after resetting the default keychains

I keep on getting this error when i try to deploy my app onto my iPhone from Xcode. I tried a lot of the solutions on stack overflow but nothing seems to work.

Health Kit: How to set 'totalEnergyBurned' for workout?

Today I worked for the first time with Apple Health Kit and successfully saved a workout in Health with the basic informations (activityType, start and end). My

Why does SwiftUI View background extend into safe area?

Here's a view that navigates to a 2nd view: struct ContentView: View { var body: some View { NavigationView { NavigationLink {

How can I get Xcode to remember my Git credentials?

Does anyone know how to get Xcode to remember Git credentials for a Git repository that is not hosted on Github or Bitbucket or Gitlab? My company uses Beanstal

My view doesn't update after modifying an object of a list inside an ObservableObject

I am new to SwiftUI. Imagine I am building an app for a shop. I have a view that is a list of the details of a product, and two buttons: Pin (add to favorites)

Xcode 13.3 Apple Watch app targets ((null)) CFBundleShortVersionString

Since updating to Xcode 13.3 (13E113), out WatchKit target fails to build in the ValidateEmbeddedBinary step with the error message: error: The value of CFBund

Xcode version 13.3.1: Update to recommended settings

I'm using the newest version of Xcode, version 13.3.1 (13E500a). Xcode currently shows a yellow warning sign Update to recommended settings. When I click on thi

App works fine on device and simulator, but Apple review sends me this crash log

Here is the crash log Apple Review sent me. I've never had this issue previously, and it seems like the issue is coming from old code I've been using for months

Could not find module 'RxSwift'

I imported BitcoinKit.swift which worked fine but get now the error: Could not find module 'RxSwift' for target 'x86_64-apple-ios-simulator'; found: arm64, arm6

How to import Facebook's Chisel fbchisellldb.py depend on the chip type(M1/Intel)?

I add the following shell code in the ~/.lldbinit. if [[ $(uname -p) == 'arm' ]]; then command script import /opt/homebrew/opt/chisel/libexec/fbchisellldb.p

`Executed 0 tests, with 0 failures (0 unexpected)` when running individual test cases in Xcode

When I run tests in Xcode, as long as I run all the tests collectively they execute normally. However, if I run only one individual test class or one individual

How to Add file .a to project by xcodegen swift

I want to add 5 file have extension .a to project. I click "+" button then choose 5 file .a add to project is success. But my project use xcodegen so I want to

Force ViewController light mode but keep WKWebView mode adaptable

I'm using the newest version of Xcode for my iOS app. I'm stuck with one small task since hours: I want to force my View Controller to always stay in light mode

Failed to log metrics

There is no Buildtime or runtime error on my code. however, when I run the code it says succeeded and a black screen comes up. I get the following on my console

Why is are the images being cut off?

The images in my 'tiles' are being cut off at the sides. I am trying to create a tile for each 'product' that displays an image, name and subtitle. Everything n

Trying to stop APNS custom sound from finishing playing

We are playing a custom when we deliver a push notification like so. { "aps" : { "alert" : { "body" : "User 1 started a Meeting",

Xamarin.iOS can I have one class that some buttons can inherit from so they get the same looks?

I'm very new to Xamarin and I am currently working on a Xamarin.iOS project where I have added buttons in Xcode. How would I go about it if I want to style some

overrideUserInterfaceStyle not working in AppDelegate

I'm building an iOS app with the newest version of Xcode. If I set overrideUserInterfaceStyle = .light to a View Controller, it will get set to light mode, als