Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

How to get the configurations of current running XC Test plan programmatically?

Problem Statement: My Test flow will depend on the type of configuration that is currently running for a test plan. I want to get the configuration name and environment variable entries of the ...
Samarth Kejriwal's user avatar
8 votes
3 answers
15k views

Xcode error: Signing for ... requires a development team

I am trying to test my app on my iPhone 8. Since I do not have an Apple Developer Account, I have followed this tutorial: https://ionicframework.com/blog/deploying-to-a-device-without-an-apple-...
ntlarry's user avatar
  • 250
0 votes
1 answer
111 views

how to present a tabBarViewController(created in storyboard) using code when pressed a particular button in swift5?

I have a viewController called as ViewController and I have a button on it , I want to present a tabBarController (which already contains two viewControllers) when pressed a button and I want it ...
Yuvraj Agarkar's user avatar
0 votes
1 answer
98 views

Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value , Label

I just included certain firebase pods in my project , before that my project had no errors and it was running just fine , but when I added this code override func viewDidAppear(_ animated: Bool) { ...
user avatar
0 votes
1 answer
587 views

How to add a tap gesture recognizer to a SecureField such that the hit area of the recognizer is the same as the field's default tap recognizer?

Experiencing a weird bug in SwiftUI in Xcode 11.6 / iOS 13.6 with the below code. It will render two text fields with a white border around them (you can change to black border if you're not using ...
scaly's user avatar
  • 585
1 vote
1 answer
377 views

Where to find "Log Dyld API Usage" and "Log Library Loads" on XCode 11?

I want to disable the printing of Logging Dynamic loader events (dyld) in the XCode console. I found a solution here. But I couldn't find Log Dyld API Usage and Log Library Loads options in product ...
Pravalika's user avatar
  • 145
0 votes
1 answer
151 views

Contrasting Status Bar Text/Icon Colors (iOS13/Xcode11)

I'm seeing a lot of conflicting sources, and their solutions are always involving deprecated keywords that no longer work either in iOS 13, XCode 11, or both. My simulated iPhone is running iOS 13.6 ...
HeyYouPikachu's user avatar
-1 votes
1 answer
387 views

Crash IOS 13 and Xcode 11 in NSKeyValueCoding

The app crashed several times after couple of minutes of use on iPhone and iPad running IOS 13.5. Yet, it did not have issues when running IOS 12. I have analized crash log reports of devices, whether ...
秦楚豪's user avatar
0 votes
0 answers
630 views

Overriding layoutAttributesForElements(in:) in a UICollectionViewCompositionalLayout subclass

I am looking to subclass UICollectionViewCompositionalLayout with the objective of overriding layoutAttributesForElement(in:) to get the initial layout attributes using super....
Hunter Meyer's user avatar
1 vote
0 answers
129 views

Is there a way to change the spacing between tag items in SwiftUI?

I created a new Xcode project from the 'Tabbed App' template using SwiftUI. I would like to modify the spacing (margin or padding) between the tab items. Is there a way to do this?
gustavozapata's user avatar
0 votes
1 answer
299 views

Launch Image source in xcode did not show

In my xcode 11.5, I am not able to see Launch Image Source from path Target->General->App icons and Launch Images-> Launch image source I have referred following link but it does not help me....
iPhone's user avatar
  • 4,160
2 votes
1 answer
978 views

Best approach for coding a painting app on iOS / iPad

I’m trying to build a drawing/painting app for the iPad, with textured brush tips and paper. So far, all drawing app example codes I've come across seem to work by stroking a path. However, I'd like ...
RRR's user avatar
  • 185
1 vote
1 answer
3k views

Unable to install "[AppName]" Xcode 11.5, iOS 13.5

I recently updated my iPhone 6s to iOS 13.5 and I keep getting the error Unable to install "app name" with details: Details Unable to install "AppName" Domain: com.apple.dt.MobileDeviceErrorDomain ...
axelmukwena's user avatar
0 votes
1 answer
56 views

Unable to render alpha when launching app on iOS 12

I'm just learning Swift and with my first project I've encountered a strange behavior. When I run my app on iOS 13 in simulator, UIView successfully renders alpha for background view, but when I run ...
jvk's user avatar
  • 1
0 votes
1 answer
1k views

iOS 13 Xcode 11: PKPushKit and APNS in one App

After 30th April 2020, Apple is not accepting build from Xcode 10. It asks to upload the build for iOS 13 SDK. I tried same and now I am getting crashes that with following error. [PKPushRegistry ...
Sanchit Paurush's user avatar

15 30 50 per page
1
2 3 4 5
19