Questions tagged [xcode11.3]

This tag should only be used for questions specific to the usage and features of Xcode 11.3. Do not use this tag just because you are using Xcode to develop your app. General Xcode questions should use the non-version specific xcode tag. Use tags appropriate for the OS such as ios or macos.

109 questions
0
votes
1 answer

Xcode11.3.1: “This app could not be installed at this time”

I installed xcode 11.3.1 on a virtual mac installed on vmware. I just created a Single View App but although I didn't change anything, I'm not able to run it because of this error : “This app could not be installed at this time” [this is the detail…
0
votes
2 answers

Convenience init not accessible for subclass if declared in extension Swift5.1 Xcode11.3

import UIKit public class MyButton: UIButton {} public extension UIButton { var someProperty: Int { 1 } // visible in xcframework convenience init(label: String) { // NOT visible in xcframework self.init() …
0
votes
0 answers

I have error in Xcode 11.3 when archive the project

My project is build successfully and I can run it on my device without any error but when I archive the project I found these errors: I am using Xcode 11.3
0
votes
2 answers

Convert localizable.string file to JSON in iOS swift

I have 3 Localizable files in my project Localizable.string(English), Localizable.string(German) and Localizable.string(French) with several keys and values of form localizationKey1 = "Text1 in english"; . I want them to be converted in a single…
iOSDev2013
  • 67
  • 1
  • 6
0
votes
1 answer

This app could not be installed on iOS simulator, Could not hardlink copy

I've noticed an odd issue that recently happened with my simulator. Whenever I change my CFBundleShortVersionString value from 2019.12 to 2020.1 this issue happens, if I put it back to 2019.12 or do 2019.13, it works just fine. I get this…
Eman
  • 1,093
  • 2
  • 26
  • 49
0
votes
2 answers

Scenekit: runAction on initial contact only

I am learning SceneKit, and have a the following code that plays a sound when my ball hits a wall. if contactNode.physicsBody?.categoryBitMask == CategoryWall { let hitSound = sounds["bump"]! …
Lynxbci
  • 71
  • 7
0
votes
1 answer

Xcode 11.3, UInavigationController and UITabbarController facing issues

Brief: I have 4 controllers embedded in UINavigationController, who are then used as tabs in UITabbarController, (No storyboards and .xib's) through code. Previously I was using Xcode 10.3, there were no issues but after I changed to 11.3 these…
Subhajit Halder
  • 1,427
  • 13
  • 21
0
votes
1 answer

Need fixed size Collection Cell

I am facing issue with UICollectionView. I want all cell should have fixed size. But I cannot achieve requirement. I want output like : And what I am getting is like : Here is my code : private var totalColumns: Int = 3 private var cellSpace:…
VRAwesome
  • 4,721
  • 5
  • 27
  • 52
0
votes
1 answer

Xcode 11.3 not opening Assets.xcassets file on all my projects

After downloading Xcode 11.3 (twice) I keep getting this message when I try to build any of my existing projects: The file “Preview Assets.xcassets” couldn’t be opened because you don’t have permission to view it. I've used "get info" to check the…
Pat Dolan
  • 41
  • 6
0
votes
2 answers

Type 'UIColor?' has no member ".myCustomColor" Swift 5.0

I have all my colors in a dedicated color asset. This allows me to define named constants that supports "Any Appearance" and "Dark Appearance". Existing color assets works (previously defined), but if I try to define new ones (eg. myCustomColor) or…
igunther
  • 87
  • 2
  • 9
0
votes
1 answer

Xcode 11.3: Framework embeding / signing problem

After upgrading to Xcode 11.3, I can no longer embed frameworks. To investigate the situation, I created a new single view project, and executed it under a simulator. Then I added in Targets / General / Frameworks, Libraries and Embedded Content a…
Reinhard Männer
  • 14,022
  • 5
  • 54
  • 116
-1
votes
1 answer

How to debug Objective C for an iOS application in Xcode 11

I am trying to debug an IOS application developed in Objective C. When using messages with NSLog or print instructions, they are ignored and my console is always empty.
Ali HAMDI
  • 365
  • 1
  • 11
-1
votes
1 answer

Not able to set constraints in XIB - Xcode 11.3.1

I created a project in Swift. I added view controller file and one XIB using right click on the project - > Add Files to projectname -> Empty (xib) file. After adding the xib file, i removed the view and added View Controller. Under the View…
cto platform
  • 191
  • 3
  • 12
-1
votes
3 answers

iOS: 13 - remove space between status bar and scrollview

Recently, I Updated my Xcode from 10.1 to 11.3, and I noticed that some of the features were change, when I ran my app on an Simulator with iOS 13, I saw that the there is a space between the status bar and the scrollview I used for the main page,…
-1
votes
1 answer

Xcode 11.3 does not have latest iOS version

Any reason the latest version of iOS is not available in the update version of Xcode ? 13.3 is missing and this allowed for me to upload a tested version of an application which was subsequently approved and then once released caused a crash.
MergatroidSA
  • 128
  • 1
  • 6