Questions tagged [xcode7.2]

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

144 questions
-1
votes
2 answers

Will iOS Application created in XCode 7.2 with SDK 9.2 be compatible with iOS 6 in iPhone 4?

If i create an iOS application in XCode 7.2 with SDK 9.2, will that application work in iOS 6 in iPhone 4?
Cruiser KID
  • 1,250
  • 1
  • 12
  • 26
-1
votes
1 answer

NEWBIE can I use my own SFSafariViewController and preload a url. Then use it on storyboard

I am trying to designate on a storyboard a UIViewController as my own custom class SimpleSafariViewController. The compiler won't let me override init() method to preload http://news.google.com Compile error is "Override of init method is…
jcalloway
  • 1,155
  • 1
  • 15
  • 24
-1
votes
1 answer

Alamofire 1.2.2 in Xcode 7.2 errors

I have Xcode IDE 7.2 on iMac I checked out a project from svn with alamofire version is 1.2.2 Now i'm getting 34 issues all related to alamofire ios (33 issues) and alamofire osx (1 issue) What is the problem of these errors? Any idea how can i fix…
Maha
  • 519
  • 2
  • 11
  • 23
-2
votes
1 answer

viewcontroller conform to protocol "UITableViewDataSource, Video Mode Delegate"?

import UIKit import Alamofire protocol VideoModelDelegate{ func dataReady() } class VideoModel: NSObject { let API_KEY = "" let UPLOADS_PLAYLIST_ID = "" var videoArray = [Video]() var delegate:VideoModelDelegate? func getFeedVideos() ->…
Manee ios
  • 1,112
  • 11
  • 14
-2
votes
1 answer

xCode 7.3.1 beta - Appstore submission error

I have developed application with 3d touch features and am trying to upload into itunes but I couldn't perform that with my xcode7.3.1 beta software an di tried with xcode 7.2.1 also. can any one help me to out of this issue.
Vetri
  • 25
  • 6
-2
votes
1 answer

Binary operator += cannot be applied to operands of the type

I have this error: Binary operator += cannot be applied to operands of the type. How can I fix? func parser(parser: NSXMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) { if elementName ==…
-3
votes
1 answer

Calculator error

I made a calculator and I'm trying to put a = on the top after I hit a operator button, but everytime I run it like that, it crashes. var equal = Double("=") var DisplayValue: Double? { get { return…
-4
votes
1 answer

Why does autolayout not work anymore in xcode 7.2?

See the photos below, am I missing a big memo about these changes or is this just more evidence of Tim Cooks lacking focus and neglect of product? What is the solution? (notice how my table-view cell does not show up on the storyboard, I can't add…
ChuckKelly
  • 1,742
  • 5
  • 25
  • 54
-7
votes
1 answer

'Super' cannot be used outside of class members in XCode7 swift2

Iam getting a number of errors, please help me out. I am budding developer...
Manee ios
  • 1,112
  • 11
  • 14
1 2 3
9
10