Category "xcode"

Problem with Flutter fastlane with flavors

Has anyone used fastlane with flutter and two flavors? I have a flutter application with two schemes App_A and App_B. I am trying to configure fastlane for conf

AppIcon is not displaying on SignIn with Apple login pop-up

This application is for iPhone only. This project is in flutter and AWS Cognito is used for social login. check this documentation AppIcon is not displaying in

SwiftUI how to align the view‘s leading to the most super view’s leading?

I’m new to SwiftUI and I’m making a widget. The default code included a text view which is both x-centered and y-centered in the super view(which I

How do you cache and retrieve swift packages using Azure Pipelines

I am trying to cache swift pacakages but I see a lot of examples doing the following below. This would only cache the package.resolved file but not necessarily

How can I have onclick functionality for my CollectionView cells?

I want to make it so that when I tap on a CollectionView Cell, it segues to another view. I also want to pass a user ID to this view so I can query the database

Add vibration the background for local notifications

I'm adding a video chat to my app and use PushKit to get a pushNotification when the app is in the background. I Can't use the CallKit for video as it mess up t

Azure pipeline fails on building Kotlin Multiplatform shared framework usinig embedAndSignAppleFrameworkForXcode and fastlane

I'm working on a Kotlin Multiplatform project which is building fine locally but I can't get it to work on an Azure DevOps pipeline. Some good things to know: n

Xcode Error Analyzing App Version when validating app in archive organizer [duplicate]

I am running Xcode Version 13.0 (13A233) My build process that is normally run through fastlane stopped working recently ( was working fine up

Maybe the error shown is caused by using the wrong version of Xcode

I have an already working react-native project, with bitrise and fastlane deploy also configured. I used to build the app with the xcode 12.5 version, but with

" npx cap add ios" fails with error "Updating iOS native dependencies with pod install - failed!"

I just created a brand new Ionic app, using command "ionic start myApp blank" I added the necessary angular dependencies to get "ionic serve" working properly.

ERROR ITMS-90292: "Invalid Provisioning Profile Signature"

Hi I wanted to submit an update to the Mac App Store today and got the following error message: What to do?

Flutter: How to create a new project

I installed Flutter SDK, following steps, provided from this link: Install on macOS - iOS setup. But I am unable to create a new sample project in Xcode. I can'

What is an error analyzing app version when distributing from Xcode?

I want to distribute app, but I received the error. I don't know the cause. I use Xcode Version 13.0 (13A233) An error was Encountered: Error Analyzing App Ver

SwiftUI - nested list

I'm trying to create a nested hierarchical list, so that for each task I can have subtasks like in iOS reminders app: First attempt was to embed another list

SwiftUI Create property with the application's local notification .authorizationStatus

I'm looking to create a property that will track the user's notification authorization setting for the application. (The ultimate goal here is to alert the user

gRPC-Core issue in Xcode - Value conversion issue - Implicit conversion loses integer precision

My code works perfectly fine. I have installed the Firebase Auth Package and it doesn't give me any errors. But as soon I add the FireStore Package then I start

iOS run two simulators failed: Unable to lookup in current state: Shutdown

I'm trying to run my (React native) app on more simulators. yarn run ios --simulator="iPhone SE" # also tried yarn run ios --simulator="iPhone SE (2nd generatio

iOS 15 Untrusted Developer issue

I have updated recently to a new iOS 15 and after I built and run my application in Xcode, while have been logged in with a same developer account as before iOS

xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist

I'm having xcode issues when I try to use brew and git: xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, u

Adding XCFramework to framework project gives error: Include of non-modular header inside framework module

We’ve been successfully using the ACRCloud iOS SDK in our iOS app. You simply download it, add their XCFramework to your project, and add the following to