Questions tagged [xcode13.2]
24 questions
1
vote
0 answers
0
votes
1 answer
LLVM Profile Note: Profile data not written to file: already written. - Unit test real device
I'm trying to add test cases for my project having the cocoa pods library dependency. The test runs successfully in simulator but are failing in the real device.
This is the error printing to the console:
LLVM Profile Note: Profile data not written…

THEJAS
- 41
- 8
0
votes
0 answers
How to replace reactnative existed ios app with newly created reactnative project ios app
actually i have old RN-IOS project 0.59,I tried to upgrade react-native IOS project because of environment issues i had to created new react native project and copied all files and run the application as separate project , and i tested through test…

saikumar
- 1
- 1
0
votes
1 answer
Image from bundle loads ok in SwiftUI but not in UIKit
I have developed a framework that consists of some colors in the asset catalogue. I packaged it in the cocoapod and integrated in another project where I try to access the assets from the framework. Everything works correctly as long as I'm in the…

lawicko
- 7,246
- 3
- 37
- 49
0
votes
0 answers
How to replace reactnative existed ios app with newly created reactnative ipa
actually i have old RN-IOS project 0.59,I tried to upgrade react-native IOS project because of environment issues i had to created new react native project and copied all files and run the application as separate project , and i tested through test…

saikumar
- 1
- 1
0
votes
2 answers
flutter_offline library issue: Conflicts of library for Reachability in iOS
My flutter app was running well even with Xcode 13.2.1. After making some changes to the code, I tried to build it with iOS. It's building alright. But when I try to Archive the project for Testflight I am having the following error.
Multiple…

Hasan Sawan
- 391
- 2
- 14
0
votes
1 answer
Animation is animating entire circle and not the progress Xcode 13
In xCode 11.4 the circle animation was behaving correctly. It was causing a delay in the progress ring (the circle inside the border) a few seconds after the bottom sheet was presented. Now it is delaying the presentation of the entire circle in…

Simon McNeil
- 293
- 1
- 13
0
votes
2 answers
How to integrate Razorpay in SwiftUI without storyboard
I was looking at integrating the Razorpay checkout feature with iOS in Xcode and found the official documentation at https://razorpay.com/docs/payment-gateway/ios-integration/standard/. The documentation helps with integrating the Razorpay with…

vikram
- 3
- 3
0
votes
3 answers
Xcode 13.2 “Second Editor”
I have Xcode configured so that option-click on a file will open it in the “second” editor.
This worked in Xcode 13.0 and earlier, but in Xcode 13.2.1 (13C100), I cannot get it to use the second editor at all. Before I file a bug report, are others…

Rob
- 415,655
- 72
- 787
- 1,044