Questions tagged [xcode7.1]

Related to the specific version of the Apple's IDE, Xcode 7.1. It was released on October 21, 2015.

120 questions
1
vote
2 answers

iOS 10 Push notifications in Xcode 7.1

Is there any way at all to handle iOS 10 notifications without having to upgrade to Xcode 8 and, possibly, have to rewrite whole swathes of code and re-instate all constraints (plus all the other scare stories)?
RobertyBob
  • 803
  • 1
  • 8
  • 20
1
vote
0 answers

Error in Mapbox : Only factory methods can have the 'swift_name' attribute

I am integrating the Mapbox iOS SDK using pod. I am following the instruction to integrate the SDK from its developer site. But the problem is after installing the pod While tryingt to build, I can see the error as Only factory methods can have…
Janmenjaya
  • 4,149
  • 1
  • 23
  • 43
1
vote
0 answers

Run Xcode Server bots in simulator

I have created some Bots to build, analyze and run unit tests, but I have not been able to make it work in a simulator. All integrations always finish with 12 errors, one for every simulated device. Assertion: Test target MyAppTests encountered an…
quant24
  • 393
  • 6
  • 22
1
vote
0 answers

Illegal Configuration: The Value outlet from the TableViewController3 to the UILabel is invalid. Outlets cannot be connected to repeating content

I'm trying to connect my code to UI. It's not the first time I do it but a get a weird error saying: Illegal Configuration: The Value outlet from the TableViewController3 to the UILabel is invalid. Outlets cannot be connected to repeating…
vahidgr
  • 81
  • 10
1
vote
1 answer

unable to get user location on map in swift xcode 7.1

I try to get the accurate location of the user on map but i only received the city name not exact location. Here is the code. import UIKit import MapKit import CoreLocation class ViewController: UIViewController, MKMapViewDelegate,…
fmas
  • 13
  • 4
1
vote
1 answer

iOS XCtest accessing App View Controllers/UI

I am new to iOS development. I want to write unit tests for an app which uses an SDK where the authenticate method is of the form: (void)authenticate:(UIViewController *)presentingViewController clearCookies:(BOOL)clearCookies…
SKFelix
  • 13
  • 3
1
vote
2 answers

How to fix missing constraint while restarting xcode 7.1

I have made two storyboards: one for iPhone and another for iPad. To create the iPad storyboard I have used size class wRegular hRegular. After fixing all my constraint issues, it works perfectly in preview, but when I restart Xcode some constraints…
M BLR
  • 73
  • 8
1
vote
1 answer

xcode 7.2 couldn’t communicate with a helper application

When i create an xcode project getting following error, this error appears every time when i create a new project can any one help me to figure out the reason
Vaisakh
  • 2,919
  • 4
  • 26
  • 44
1
vote
1 answer

How to get foursquare user information after getting auth token in iOS using swift

I am trying to integrate foursquare api in application , logged in successfully and getting authtoken . Now i need to get loggedin user information using authtoken, how to get userinfo(like username and emailId and etc) . Please help me.
1
vote
2 answers

Run button in xcode 7.1 is changed

My run button in Xcode 7.1.1 has changed and now when I run , the UItests are running . Is there any way to revert it ? Thanks in advance .
user5553647
  • 199
  • 2
  • 13
1
vote
2 answers

google places autocomplete ios swift integrate with uitextfield

I am trying to implement google places auto complete api in swift 2.0 project by using the following library: https://github.com/watsonbox/ios_google_places_autocomplete the only thing i am not able to figure out is that i want to integrate this…
1
vote
1 answer

Fatal error Error Domain=NSCocoaErrorDomain Code=3840 "Invalid value around character 0 while uploading image in swift

I'm trying to upload an image to server and it works fine, but occasionally I receive an error at try statement in my below code. This is what the error says fatal error: 'try!' expression unexpectedly raised an error: Error …
Francis F
  • 3,157
  • 3
  • 41
  • 79
1
vote
1 answer

Navigationbar background image not fill navigationbar Objective-C

I need to add background image to navigationbar, I done the code but it shows below the status bar.How to display the image fully on navigationbar.(iOS 8). What actually I need to achieve is like the image below The code I used for navigationbar…
1
vote
0 answers

Xcode 7.1.1 break point

I had downloaded XCode 7.1.1 When I put the break point and run the application, instead of going to breakpoint line of the code, its showing something like in the screen and also when there is a crash at that time debug is coming like this. I…
Subramanian Raj
  • 389
  • 2
  • 5
  • 16
1
vote
0 answers

Xcode 7.1, Swift 2 UIWebView Load Error

I have a project that has a ViewController that loads a saved NSURL from memory. This NSURL is saved using NSCoding. When I run my app initially, my print log says: Saved URL File: …
ChallengerGuy
  • 2,385
  • 6
  • 27
  • 43