Questions tagged [xcode11.5]

11 questions
7
votes
5 answers

Xcode 11.5 Rename Refactor failed when trying to rename variable

When I try to re-name any variable, Xcode give me the following error: I have tried restarting Xcode but the same thing happens. Any ideas how to fix?
5
votes
1 answer

Transform ASN. 1 signature to IEEE P1363 signature

I did generate a signature using the below code but, I want a signature in IEEE P1336 (length 80) format guard let signData = SecKeyCreateSignature( key, SecKeyAlgorithm.ecdsaSignatureMessageX962SHA256, …
2
votes
0 answers

ForceTouch: control the amplitude of the feedback

I'm coding an macOS app with Xcode (11.5 under MacOS Catalina) that triggers an haptic feedback on my Macbook Pro's trackpad with the command NSHapticFeedbackManager.defaultPerformer.perform(NSHapticFeedbackManager.FeedbackPattern.generic,…
BBrslt
  • 31
  • 2
2
votes
0 answers

Saving to local storage Swift

//: Save Button Button (action: { if self.name != "" { let task = Task(context: self.managedObjectContext) task.name = self.name task.priority =…
1
vote
2 answers

Xcode 11.5 Assistant editor show any file

I want to be able to open any file in the assistant editor. Right now it is forcing me to open "counterparts", "test classes" and other stuff that i dont need. I need two different classes to look at. In previous xcodes it was possible Where is this…
Lena Bru
  • 13,521
  • 11
  • 61
  • 126
0
votes
1 answer

Not able to connect firebase crashlytics in iOS

I have followed the proper steps to add the SDK and run script still getting the same messages every time I run the application. Please suggest me. Here is the code. pod file : target 'Forecupdate' do use_frameworks! # Firebase pod…
tapashR
  • 11
  • 3
0
votes
2 answers

Cannot add Output because more than one output of the same type is unsupported

I am a beginner at Swift, using Swift 5 and XCode 11.5 This is my code for creating my camera. I hope it's enough! override func viewDidAppear(_ animated: Bool) { setupCaptureSession() setupDevice() setupInputOutput() …
Gryffin
  • 99
  • 1
  • 8
0
votes
2 answers

Unknown type name 'NS_ASSUME_NONNULL_BEGIN' in NSZone.h

I am trying to build a Framework and make it run in iOS Simulator. It builds fine with No Custom Frameworks added to it. I am adding a Framework via CocoaPods and it starts throwing Semantic Issues and Parse Issues errors related to Foundation…
Pradeep Reddy Kypa
  • 3,992
  • 7
  • 57
  • 75
0
votes
1 answer

How to force a macOS app to update while being in the background?

I'm coding a macOS app with Xcode (XCode 11.5 under MacOS Catalina), the goal being to send through UDP the coordinates of fingers in contact with my Macbook Pro's trackpad, and trigger an haptic feedback when a UDP message is received. Being a…
BBrslt
  • 31
  • 2
0
votes
1 answer

Dynamic pictures for splash iOS 13

I am using xcode 11.5. I need to show different picture every time on launch screen. I tried so many things but nothing worked. I created a different view (Custom Splash) but it always displays the splash first and my custom view second. How can i…
Navneet Kaur
  • 264
  • 2
  • 14
-1
votes
1 answer

Xcode won't close

I am currently a student using Xcode on Mac. Every time I try to close or quit Xcode, I get a message that says: "You don’t have permission to write to the folder that the file “unordered_set” is in. You can duplicate this document and edit the…