How to open Archive build list in Xcode

Hello Friends 👋, Welcome To Infinitbility! ❤️ After build archive, Xcode auto open Archive list but this article will help you to open Archive list using xcode. Let’s start today topic How to open Archive build list in Xcode Xcode Provide organizer menu to open Archive build list. Organizer Path Xcode Menu -> Window -> Organizer Organizer Short Cut Option + Shift + Command + O Thanks for reading… May be you are looking for it...

June 13, 2021 · 1 min · Infinitbility

Archive uploading error to App Store using Xcode

Hello Friends 👋, Welcome To Infinitbility! ❤️ When you trying to upload IPA more then one time in App Store using Xcode archive, and you didn’t change Marketing version at building project archive then you definitely get below error when you start uploading ipa to App Store. ERROR ITMS-90189: “Redundant Binary Upload. You’ve already uploaded a build with build number ‘24’ for version number ‘1.0.1’. Make sure you increment the build string before you upload your app to App Store Connect....

June 12, 2021 · 1 min · Infinitbility

Build failed after update Xcode 12.5

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article help you to solve **Build failed after update Xcode 12.5 beta Cannot initialize a parameter of type ‘NSArray> ’ with an rvalue of type ‘NSArray ’ and no matching function for call to ‘rctbridgemodule name for class’ problems getting after update xcode to 12.5. Let’s start today topic Build failed after update Xcode 12.5 This isssue is resolved when you update react native version but if you want to solve on your current version then you have add below code on your Podfile....

June 1, 2021 · 2 min · Infinitbility

How to debug swift code in react native xcode

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article help you to debug your swift code many times we are write print() in swift but we don’t where we get logs. Let’s start today topic How to debug swift code in react native xcode Or how to check logs of swift in xocde Follow below points’ to debug your swift code. open your project.xcodeworkspace file. clean build folder and run your application after successfully launch your clicked icon ( mark in below image ) After click you will see something like below image you will see all your swift print logs marked on big rectangle area marked on image Thanks for reading…...

May 6, 2021 · 1 min · Infinitbility

how to run react native project in xcode

Hello Friends 👋, Welcome To Infinitbility! ❤️ this article explain run react native project using xcode and provide good practice to use xcode. Steps go to your project/ios and click on project.xcodeworkspace. ( after click project open on xcode like provided image ) select your desired simulator ( mearked on image ) Find product tab in xcode menu. first clean your build folder ( product->clean build folder ) click on run ( product->run ) Thanks For Reading…...

April 18, 2021 · 1 min · Infinitbility

how to add background mode in xcode

Hello Friends 👋, Welcome To Infinitbility! ❤️ when devs on start to use xcode then they find difficult to use xcode because lot of option. In this article, you get guidence to add background mode on your xcode project step by step. For Enable background mode first we have to add + Capability of background mode like on below example image of xcode. Steps First click on your target ( project name )....

April 17, 2021 · 1 min · Infinitbility

React native application release testing using xcode

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article explains how to test react native ios apps using Xcode. we have to change some configuration for testing in release mode and the below steps explain configuration changes with a screenshot. Steps open xcode menu and click on Product tab. Select Schema -> Edit Schema Select Run tab and change build configuration Debug to Release Select your appropriate simuletter, Clean build follder your project, and Run your application....

April 13, 2021 · 1 min · Infinitbility