Category "xcode"

SnapSDK integration not working properly, Snapshot shows error: Something went wrong. Please try again later

I followed all the steps from documentation and integrated SnapSDK in my iOS app but when I click the share button in my app it directs me to the snapchat but e

Preview not changing device to iPhone SE when using SwiftUI

I am new to SwiftUI and I was trying to change my preview device to iPhone SE but the device does not change. When I update the text "Hello, world!" to somethin

Module 'path_provider' not found

I have used several times the Xcode simulator for my flutter app. One time I tried to change the simulator to iPhone 11 Pro (don't know if it did or did not cau

How to add gradient color to UIView using Custom Class and UIAppearnace() in swift

Hello Everyone I want to add Gradient Background Color to UIView using UIAppearnce() with CustomView Class.I am facing an error - Thread 1: " Illegal axis type,

Possible to use Push notifications without developer account? [duplicate]

Is it possible to use push notification without developer account just for testing!

Requested but did not find extension point with identifier Xcode.IDEFoundation.IDEResultKitSerializationConverter

exeute xcrun xccov view --archive --file #{file_path} #{xcresult_path} > result.txt console log: 2020-09-17 15:33:01.346 xccov[80302:9272810] Requested but

error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65

I've build a react-native application and suddenly I get this error message on my terminal during run of the command react-native run-ios. The same code work fi

Build input file cannot be found in Xcode 12.5.1

I am using m1 mac machine, Now I am getting the below error. Tried: I have added erm64 and x86_64 in the Excluded Architechtures. But still it fails with the be

Xcode 11.5 Rename Refactor failed when trying to rename variable

When I try to re-name any variable, Xcode give me the following error: I have tried restarting Xcode but the same thing happens. Any ideas how to fix?

XCode Build fails with rsync error: "rsync error: received SIGINT, SIGTERM, or SIGHUP"

When i try to run clean build with xcode 12.5 build fails with rsync error as below rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at /AppleInternal

Xcodebuild: Unable to find a destination matching the provided destination specifier

I want to test same unit test on various platform versions. However, I can't due to a xcodebuild error. I built my project xcodebuild build-for-testing \

UIStepper - start counting from 1

I have successfully implemented core data and UISteppers. Every time I try to edit a saved record the UI Stepper starts over from 0. Please help me to figure pu

Undefined symbol when I build an installed cocoa pod of Mediation Test Suite

We are trying to implement the Mediation Test Suite but, we are getting the following error message: Undefined symbols for architecture arm64: "_kGADSimulato

Same bundle identifiers

This is the first time I am working with a remote team. The team added me to their existing apple developer account as a member. My apple id is non paid develop

RealityKit Collaborative Session Debugging

I want to make AR Apps with RealityKit Collaborative Session. It seems needed to use multiple device, not simulator for me. I have an actual device only one. Ca

SwiftUI app doesn't run when supporting iOS 13

App was working fine when the deployment target was 15.2, but then I needed to change the deployment target to iOS 13 to support more devices. Still works fine

iOS Vision framework with only ARKit import

I hope it's not a silly question, but why this iOS Swift code compiles successfully? import UIKit import ARKit class ViewController: UIViewController {

Will changing the info.plist of custom framework manually create problems in installing on device?

I made a custom framework from a xcode project with "example.com.a" bundle identifier using lipo -create command by joining simulator and iphone architecture f

How do I select a build in App Store Connect

I tried to publish the app to Apple Store Connect. Normally there is a "+" button but I don't see one right now because Apple have updated iTunes Connect and in

Build problem in Xcode - library not found for -liconv

I have a problem when building in xcode - library not found for -liconv Please help me solve this problem enter image description here