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
0
votes
3 answers

unable to connect ios 9.1 device to xcode 7.1

I am trying to run application in a device with iOS 9.1 from xcode 7.1. xcode is keep crashing. I am unable to install the application in any ios 9.1 devices. I have tried 3 different devices and getting the same problem. My code is in objective-c.
0
votes
1 answer

Xcode 7.1 complains about adHoc provisioning profile for iOS

I've upgraded to Xcode 7.1 with no updates in the adHoc provisioning profile I was using. Now, when I archive and export the adHoc binary, I get a warning in Xcode saying that some of the devices I have registered in my account are not in the…
AppsDev
  • 12,319
  • 23
  • 93
  • 186
0
votes
2 answers

error: execution was interrupted, reason: breakpoint 1.2. Xcode 7.1, Swift

So the context is that I made a realm object and is giving one of it's variables a value, to do this I go ahead and call an instance of this object, then I connect to my server, get some value, then say something like let someObject =…
Tonton
  • 68
  • 1
  • 7
0
votes
0 answers

Metal Game project not working on OS X 10.11 El Capitan

I have installed the latest OS X 10.11 (El Capitan) with Xcode 7.1, and created a simple Mac Metal Game project. The program does not render an animated cube, but instead writes "Metal is not supported on this device" to the log, due to the…
Steve Sheets
  • 447
  • 2
  • 10
0
votes
1 answer

Argo Error: Ambiguous reference to member ‘curry’

I'm new with Argo on Github (cause cannot use JSonModel in Swift). I got an error when create a new model but don't know how to fix.Please see image for more detail.
lee
  • 7,955
  • 8
  • 44
  • 60
0
votes
2 answers

iOS 9.1 Images and Videos not displaying in app

I have develop one application in which there are so many photos and videos. I have develop this app in xcode6.3 and it will work perfectly but now i have installed new xcode7.1 and when i'm trying to run this app in xcode7.1 it will run perfectly…
Tejas Patel
  • 850
  • 10
  • 26
0
votes
1 answer

Sort 2D Array in New Swift, previous sort not working

Hi and thank you very much for your help. I'm new to swift and have thoroughly researched the other answers but they all are not working for me. I have sample data in the format: ["10-24-2015", "124", "Yes", "No", "No", "Yes", "Yes", "NA",…
0
votes
0 answers

This application is modifying the autolayout engine from a background - Why?

Since then I have updated Xcode(7.1) I receive (after calling the Game Center leaderboard) this error: This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This …
SteV8
  • 79
  • 6
0
votes
1 answer

RealmSwift and Swift 2.1 (module file was created by older version of compiler)

I searched and got answers on using CocoaPods but really i couldn't manage to use it because i didn't what they mean 1- Install CocoaPods 0.39.0 or later. -> i did install it using sudo command "I stopped here, didn't know what to do" 2- In your…
RGB
  • 7
  • 6
0
votes
1 answer

App Transport Security has blocked a cleartext HTTP Xcode7.1

guys. I set my info.plist as the picture however,there is still the problem there:" App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist…
LianGu
  • 3
  • 4
0
votes
0 answers

Xcode fails to run tests

After upgrading to Xcode 7.1 yesterday, I got a new bug (yay!). When I try to run a test by clicking on the test diamond icon, it builds, "runs", nothing actually runs and the test passes after a second. Also when I run tests with cmd-u. Does…
aledalgrande
  • 5,167
  • 3
  • 37
  • 65
0
votes
1 answer

AFHTTPRequestOperation setCacheResponseBlock Cannot convert value of type

I’m using AFHTTPRequestOperation in swift like this : let operation : AFHTTPRequestOperation? = manager.GET(requestURL, parameters: nil, success: { (operation:AFHTTPRequestOperation!, responseObject:AnyObject!) -> Void in ... ... ... …
MGY
  • 7,245
  • 5
  • 41
  • 74
-2
votes
1 answer

upload App Icon for iPad Pro in xcode 7.1

I am uploading app to iTunes store. When i am uploading my app using application loader the error appears.
Ben Rockey
  • 920
  • 6
  • 23
-2
votes
1 answer

Xcode 7.1 crash if you disable Auto Layout on tvOS storyboard - How to fix?

Xcode 7.1 crash if you disable Auto Layout on tvOS storyboard. Any idea how to fix this?
Damian
  • 245
  • 2
  • 11
-4
votes
1 answer

Opencv2 cannot compile with Xcode7.1

Opencv2 cannot compile with Xcode7.1
1 2 3 4 5 6 7
8