Related to the specific version of the Apple's IDE, Xcode 7.2. It was released on December 8, 2015.
Questions tagged [xcode7.2]
144 questions
0
votes
3 answers
iOS keyboard issue - Keyboard not closed when click Done or when click update button
I'm building an .api file for iOS app that is made with Xcode 7.2, i have two fields in my page - email and phone. When i try to edit the email or phone in textfield the keyboard appears.
Handle to hide keyboard in
keyboard Done button
Update…

PrasathBabu
- 4,716
- 4
- 19
- 35
0
votes
1 answer
Running on Selecting Generic iOS Device in Xcode 7.1 always fails
In xcode 6.4, i was able to build Build the project by selecting "iOS Device" and can use the .app file to test the same using diawi.com, however i have just shifted to xcode 7.2, and i can see the new option of "Generic iOS Device" which i thought…

Deep Rathod
- 69
- 3
- 14
0
votes
2 answers
"downcast from CLplacemark? to Clplacemark only unwraps optional"(swift2)
how to fix this error :
"downcast from CLplacemark? to Clplacemark only unwraps optional"
so i use this code :
if let p = CLPlacemark(placemark: placemarks.first as? CLPlacemark){}
and change placemarks[0] array but not work
and my code is :…

user1707895
- 13
- 1
- 4
0
votes
3 answers
Tapping on custom UIView fires wrong selector
I have 2 custom-drawn subviews on a superview and 2 gesture recognisers to call 2 different methods. Problem is, when I tap on any of the views, tap on the second subview still fires the first method! Here's my code:
- (void)…

Mion Kovalski
- 19
- 1
- 7
0
votes
3 answers
On iOS 9.2, Google Sign-In can not be presented, but pushed?
After upgrade xcode to 7.2, google sign-in controller can no longer be presented but pushed in on iOS 9.2. It's still presented on iOS 9.1 or 8. There seems to be no way to set this. Has anyone come across this?
Google sign-in version: 2.4.0

Bonan
- 709
- 4
- 18
0
votes
0 answers
swift array read/write data to file
I'd like to read data from an array and write data to a file and viceversa. The file itself has a known path.
The BTTableCell class manages and populates the tableView.
I'm using dati_Riga class in order to have a single array. I thought it would be…

C. Piersigilli
- 11
- 3
0
votes
0 answers
Swift SIGBART threat CoreData
I have the problem about SIGBART. i did google it and try to solve it.
but i only have it on one of my buttons.
This is how my tool bar said.
CoreData: error: -addPersistentStoreWithType:SQLite
configuration:(null)
…

DMRAD
- 1
- 1
0
votes
1 answer
XCode7.2 keep crash
My XCode7.2 keep crash after open an project.
Below is the crash report. Any suggestion?
I think it's similar to Why does xCode crash when I open a project?
Process: Xcode [4687]
Path: …

JerryZhou
- 4,566
- 3
- 37
- 60
0
votes
0 answers
How to apply autolayout to UISegmentedControl in tabelviewcell without coding in xcode?
How to apply autolayout to UISegmentedControl in tabelviewcell (Storyboard) without coding in xcode?
Attached image below
Attached image for reference

Rakesh Baviskar
- 1
- 2
0
votes
0 answers
Getting error while Installing GMP 6.1.0 in iOS9.2 Xcode7.2
I have tried to install GMP Library Version 6.1.0 for iOS9.
I need to compile GMP in iOS for a math project. My configuration command was like this.
./configure CC=clang…

eNipu
- 25
- 1
- 8
0
votes
1 answer
Swift delegate for 2 container views to communicate
In the storyBoard "parent" scene with its parentVC.swift, there are 2 containerVC with embedded segues with their containerVC.swift for each.
In container1, a button action calls the parent custom method.
(self.parentViewController as?…

Fred J.
- 5,759
- 10
- 57
- 106
0
votes
0 answers
Same view with valid reference which becoming nil when referenced from delegate
The func yesBtSetTextTo prints not nil when called from the grey button in the pink area, but the same func print nil when is called from the yellow button. I am lost on this one.
My main veiwController.swift does not have a prepareForSegue since…

Fred J.
- 5,759
- 10
- 57
- 106
0
votes
2 answers
create a webview in a view controller to open a url with swift 2 xcode 7.2
I have created a viewcontroller called communityViewController and connected it to its class with the same name. Then I added a webview in man.storyboard. How do i configure it now in the .swift file?

Alessandro Gregolin
- 69
- 13
-1
votes
1 answer
Build Meteor/React mobile app with OSX 10.10
I use Windows and want to build a mobile app for both Android and IOS with Meteor and React. However, the Meteor website says, "Currently, Meteor on Windows does not support mobile builds."
I want to buy a cheap Mac that can do the compiling, so I…

Randy
- 105
- 1
- 1
- 9
-1
votes
1 answer
Embedded ios-charts into project, now project will not build. 24 errors in ios-charts files?
I am following along with "How to Use iOS Charts API to Create Beautiful Charts in Swift" from Appcoda. I have downloaded their project template and then downloaded latest version of ios-charts. I have dragged the Charts.xcodeproj into my project…

Stephen Coyle
- 111
- 1
- 5