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
0
votes
1 answer

If I create iOS application in XCode 7.2 with SDK 9.2 using swift will that work in iPhone 4 with iOS 6?

If I create iOS application in XCode 7.2 with SDK 9.2 using swift and set application compatibility to SDK 6, will that application work in iPhone 4s with iOS 6? OR is there any compatibility cheat sheet?
Cruiser KID
  • 1,250
  • 1
  • 12
  • 26
0
votes
2 answers

Xcode 7.2 error inspectors showing empty

Xcode 7.2 error, xcode shows all inspectors are empty even after selecting any element. What kind of error is this and how to solve this? (Problem arose instantly after I installed a CocoaPod)
Bibek
  • 3,689
  • 3
  • 19
  • 28
0
votes
2 answers

swift 2.1, xcode 7.2. simple NEWBIE about why it works in Playground but not in application

This code works in Playground, but I get a compile error when I define this in my project in Xcode 7.2 Here is my Playground screenshot https://goo.gl/yJ4Q75 Error is: method does not override any method in the super class public class A { …
jcalloway
  • 1,155
  • 1
  • 15
  • 24
0
votes
2 answers

Xcode 7.2 Failed to import bridging header

I have a new configuration(Duplicate of debug) which is showing the error "Failed to import bridging header". But the debug configuration is compiling and running without fail. Following are the details Xcode 7.2 iOS SDK 9.2 Cordova pluggins in…
Binoy
  • 1
  • 2
0
votes
1 answer

What is the default design size for Xcode storyboard?

If we do not change any settings, in which inch (3.5, 4, 4.7, 5.5) our design will look as we see in the storyboard?
iwsnmw
  • 602
  • 1
  • 6
  • 11
0
votes
1 answer

app written in swift 2.1, xcode 7.2.1, uploaded to itunes with symbols but crash logs not available

I have submitted an app to itunes for Beta Testing in TestFlight. I followed the submission guidelines and I submitted the app with Symbols. One of the testers reported that the app is crashing. In organiser, I can see all my build and the build…
zevij
  • 2,416
  • 1
  • 23
  • 32
0
votes
1 answer

code=exc_i386_invop subcode=0x0 nib xcode7.2

I have created a custom cell through nib and applied some constraints on it. Moving forward, I replaced that nib file with some old state of nib by replacing it in finder. Also all outlets and constraints are removed; Means, there is no any…
msmq
  • 1,298
  • 16
  • 28
0
votes
1 answer

localize UIAlertView & offline notifications in project with no storyboard

I'm working on a project that doesn't have any storyboards. So I can't use "base internationalization" I've created localizable.string then turned on localization for each required languages. Then tried doing - UIAlertView * messageBox =…
0
votes
1 answer

XCode 7.2 crashes when protocol extension implements function incorrectly

Not sure if anyone else has run into this, but the following code will cause XCode to immediately error out with 'SourceKitService quit unexpectedly' and sometimes causes XCode to crash completely. I ran into this scenario in my project when I had…
Villarrealized
  • 867
  • 1
  • 6
  • 13
0
votes
1 answer

CollectionViewCell Alignment XCode 7.2

As you can see in the screenshot below, when I add the collectionview to this view controller, the cell appears in the lower left, or actually if I expand the collectionview it's center left basically. Why? Normally it appears in the top left by…
Nathan McKaskle
  • 2,926
  • 12
  • 55
  • 93
0
votes
1 answer

no suitable image found. Did find in xcode 7.2

I am able to run app in simulator but when i am trying to run app in devoce getting this error at time of launch dyld: Library not loaded: @rpath/ActionSheetPicker_3_0.framework/ActionSheetPicker_3_0 Referenced from:…
user4238267
0
votes
1 answer

ios watchkit app not able to install into iwatch using Xcode 7.2

I'm new to working with Apple watch. I'm trying to install the hello world watchkit app into iwatch OS Version(1.0) that has been paired with my iPhone5c OSversion(9.1). When I try to choose the Build target device from the list of devices in Xcode…
Sathish
  • 416
  • 1
  • 6
  • 20
0
votes
1 answer

iOS9 - Xcode 7.2 Crash Warning issue

How to resolve this issue This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release. I know this means some UIKit code is…
PrasathBabu
  • 4,716
  • 4
  • 19
  • 35
0
votes
3 answers

How to programmatically move to tableViewController or viewController based on condition

I have a root view controller called A and a table view controller called B. And when the user selects a row in B it opens another ViewController. What I am trying to say is that when there is only one row is present in the tableview it should be…
Chandan Anand
  • 179
  • 1
  • 11
0
votes
2 answers

Different list of iOS simulator Xcode 7.1 and Xcode 7.2

I've recently installed Xcode 7.2. I've opened one project in Xcode 7.1 and same on Xcode 7.2. The simulator list in Xcode 7.2 is strange as compared to Xcode 7.1. When I try to run app on Xcode7.2 simulator it runs and quits silently. Why this…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177