Questions tagged [xcode6.3]

Related to the specific version of the Apple's IDE, Xcode 6.3. It was released on April 8, 2015.

Version 6.3 of Apple's Xcode IDE.

238 questions
1
vote
1 answer

"unexpectedly found nil while unwrapping an Optional value" in Swift 1.2

I have an Objective C class SomeClass which has a nullable property: @property (nonatomic, strong) __nullable ClassA* clsAProperty; In a Swift 1.2 (Xcode 6.3 beta 3) file, I attempt to assign the property to a nullable property: private var…
Léo Natan
  • 56,823
  • 9
  • 150
  • 195
0
votes
1 answer

iOS Swift - Declare external function inside @IBAction func

I need to call some other function when UIButton is pressed (in my case pass data from UIDatePicker and UITextField to EKCalendar to create an event, so I can not just write it inside IBAction func {}) Here is my function: func insertEvent(store:…
0
votes
0 answers

Xcode 7.2 - unable to execute command: Segmentation fault: 11

I am migrating from xcode 6.2 to xcode 7.2 and while i am trying to Archive my app to upload build i got this error Ld…
Sakthi
  • 71
  • 1
  • 8
0
votes
1 answer

iOS on archiving Found an unexpected Mach-O header code: 1918975009

I am getting the "Found an unexpected Mach-O header code: 1918975009" warning while archiving the project. I am using GoogleMaps framework and copying the GoogleMaps.Bundle to Copy Bundle Resources. Referring to this I tried to remove the binary…
TechSavy
  • 797
  • 2
  • 8
  • 22
0
votes
1 answer

UIScrollview frame only updating correctly after scrolling

So I have created a UIScrollView as a subview of the view controller's view in Interface builder and set all auto layout constraints so that it resizes to fill its superview (Trailing, leading, bottom and top constrains set to zero with regards to…
plawres
  • 313
  • 4
  • 19
0
votes
1 answer

Custom fonts in Interface Builder XCode 6

I want to use custom Fonts in a mac desktop application. I am using XCode 6. is there any way after including custom fonts (.ttf files) in the resources folder and making necessary changes in info.plist file that these fonts will show up in IB? I…
Subrat
  • 175
  • 3
  • 13
0
votes
2 answers

How to use Image Sets to set Viewcontroller background image for different device?

I have used background image for view controller in my previous applications. That time I was using If..Else Ladder to detect the device on ViewDidload and based on that I was displaying different size of background image for the View…
Parth Pandya
  • 1,460
  • 3
  • 18
  • 34
0
votes
1 answer

How to customise the search feature in UITablView

In the search bar result I want to do comparison using the AnchoredSearch option first and if I don't get a value in this then I want to do comparison using CaseInsensitiveSearch option only. I have attached my code below for searchBar. func…
Karlos
  • 1,653
  • 18
  • 36
0
votes
1 answer

Compare API value to a local stored value at each request to API

OK, total brain freeze. I have a response from the CI Jenkins API. The result contains a successful build number for my project at Jenkins which increments each time a successful build on the Jenkins platform runs. Now I want my app to check with a…
user2707185
0
votes
1 answer

Dial passcode from bridge conference call using objc

I need to dial passcode automatically after dialing conference number from an iPhone app. I tried to make the call and the call gets connected. How can I dial the passcode automatically after the call get connected?
Vineesh TP
  • 7,755
  • 12
  • 66
  • 130
0
votes
1 answer

During Ad Hoc distribution Xcode Crashed

During Ad Hoc distribution Xcode app was crashed. I have tried doing Ad Hoc using different system but still Xcode app is still crashing. I have attached the crash log below. Crashed Thread: 17 Dispatch queue: NSOperationQueue…
Karlos
  • 1,653
  • 18
  • 36
0
votes
1 answer

Font Changes On running app

I am making a Profit and loss calculator. I assigned a custom font to text field and ran the app in the simulator. when the app ran it for no reason changed the font. Here are the images: While building the interface And When i run the app, Font…
Dreamjar
  • 197
  • 2
  • 9
0
votes
3 answers

shows blank screen when click on button in iOS

I have added a UIBarButtonItem in the main screen and created a b.xib, b.h and b.m files for it. when i click on the button it should open the respected screen but it doesn't and opens blank screen. I am very new to iOS programming.... below is the…
Anjali
  • 1,623
  • 5
  • 30
  • 50
0
votes
1 answer

Xcode 6.3.2 unexpectedly crashing on App Store submission

I was about to submit my app for TestFlight testers , the Xcode has crashed for 6th consecutive time and it is still crashing , I'm just hanged in the middle . Any suggestions what to do ? Thank you in advance for the help. Process: …
Sabhay Sardana
  • 876
  • 1
  • 10
  • 27
0
votes
3 answers

my VC has no initializers

When I had XCode 6.1 everything worked well. After having XCOde 6.3 I am having problem with delegate methods. Before: protocol MainPageLoaderViewControllerDelegate{ func changeCategoryOfSingelTopicViewController(category: Int!) } class…
Yestay Muratov
  • 1,338
  • 2
  • 15
  • 28