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.
Questions tagged [xcode11.3]
109 questions
0
votes
1 answer
Error installing pod with react native integration -
getting error while installing pods:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-apple-darwin-strip... no
checking for strip... strip
checking for a thread-safe…
0
votes
1 answer
Xcode 11.3.1 does not embed binary third party frameworks to the bundle (IPA)
Xcode 11.3.1 does not embed binary third-party frameworks to the bundle (IPA).
I use almofire which installed through pods and when I run the project on a real device the app crashes with this message :
dyld: Library not loaded:…

Mina Ayad
- 114
- 10
0
votes
1 answer
Getting crash in xcode 11.3 viewcontroller getting nill
Getting error :: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: ' returned nil from -traitCollection, which is not allowed.
It is crashing in this method
func carbonTabSwipeNavigation(_…

krishna solanki
- 53
- 12
0
votes
1 answer
tableview sent me an error when I tried to present a uiview in front of it
I'm new with Xcode and Swift, following a tutorial and I found a problem when I called a UIView in front of a tableview so the user can create something new
NOTE: I already tried what this link shows with no luck to resolve my issue
I am using Xcode…

dgoldfeder
- 29
- 5
0
votes
1 answer
Flutter won't run on iOS after updating to 1.15.22-pre.18. Xcode build failing
I am writing a flutter app that was working fine up until tonight. It compiled and ran on both iOS simulator and iOS device. This evening, VSCode informed me there was a new version of Flutter so I upgraded. After the upgrade, Flutter Doctor told me…

Paul Toal
- 134
- 1
- 7
0
votes
0 answers
Create Core Data. Day and Time separated
I am new with Core Data. I have a project with an Entity called Content and two Attributes: dateCreated with Type Date and text1 Type String. I Create data in Core Data:
func createData(){
guard let appDelegate =…

Nrc
- 9,577
- 17
- 67
- 114
0
votes
0 answers
Swift class extensions and categories on Swift classes are not allowed to have +load methods error | XCode 11.3 running on iOS 13.3
I got this error when compiling and run my current ios code using Xcode 11.3 on simulator ios 13.3.
objc[32297]: Swift class extensions and categories on Swift classes are not allowed to have +load methods.
However, the same code was compiled and…

Blurzschyter
- 125
- 1
- 2
- 7
0
votes
0 answers
Duplicate symbols for architecture arm64 after installing AppDynamics pod
I'm using Xcode 11.3, my app is in Swift. When I add AppDynamics pod to my project and try to build, I get "1222 duplicate symbols for architecture arm64" error. All duplicates are in several .a static libraries that are unrelated to AppDynamics and…

Sloba
- 66
- 4
0
votes
0 answers
Custom Class Sprite Kit, don't work init by name for iOS 10 (Xcode 11.3.1)
I have a parent class that is inherited from the standard SKScene, named as - SKSParent. It is created to perform the parent function of creating custom scenes by identifier. The problem is that when I launch the project on iOS 11 + everything works…

VladislavT
- 21
- 4
0
votes
0 answers
Xcode crashing immediately after archiving
This might be a duplicate of Xcode crashing after archive?, but I did not see a satisfactory answer in that one. I'm running xcode 11.3.1. My app builds and runs in the simulator just fine. However, when I do Product->Archive, the archive will…

Ashley Summy
- 11
- 2
0
votes
1 answer
Bars not showing on iOS 13 using Xcode 11.3
UITabBar not showing on iOS 13.2
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions:…

Suh Fangmbeng
- 573
- 4
- 16
0
votes
1 answer
What is the difference between TimeZone.init(identifier:"") and TimeZone(abbreviation: "")?
Can anyone help me to find out difference between :
TimeZone.init(identifier: "GMT")
TimeZone(abbreviation: "GMT")
TimeZone.init(identifier: "UTC")
TimeZone(abbreviation: "UTC")

VRAwesome
- 4,721
- 5
- 27
- 52
0
votes
1 answer
Fetching and formatting contact name and address swift 5
I'm pulling the contacts name, mailing address and organization from the contacts list and I have some questions. I'm getting the contacts identifier and storing it to the SQLite DB. I then pull the ID from the DB and pass it to the function. ie.…

Quailcreek
- 125
- 2
- 9
0
votes
0 answers
Get actual width of subview in UITableviewCell
I'm trying to get the width of one of my subviews inside a UITableview cell. Below is the storyboard layout. Here I'm trying to get the testView width programmatically.
This is my cell class.
class MyTableViewCell: UITableViewCell {
@IBOutlet…

iOSDev2013
- 67
- 1
- 6
0
votes
0 answers
Couldn't tap UITableViewCell - margin UI issue in iOS 13
Similar this
getting issue UITableVieCell alignment in iOS 13. Couldn't clickable tableviewcell. Action Item text is hidden in top.