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
vote
3 answers

How to scroll my UIViewController content?

I've been trying to search for a swift version of a solution to no avail. I was wondering how I can make my view controller scroll content. Right now it's just static, and there's more content below, which I'm unable to scroll. class…
user3674231
1
vote
0 answers

c++ OCR Extracting digitsfrom an Image

I have been trying to solve this issue for days. Here is an image. I want to get digits from this image. I tried background subtraction and partition image in segments so as to compare templates. But result is 111117 Along with this i tried…
Saghir A. Khatri
  • 3,429
  • 6
  • 45
  • 76
1
vote
1 answer

Branch Cutting in SVN from Xcode 7.2

I am struggling a little bit while cutting a new branch from Xcode 7.2. I have done this using Terminal command "svn copy ...". But in Xcode I have seen an option to cut a new branch. But when I used that I am getting a error message as Local,…
iOSMAn
  • 46
  • 1
  • 14
1
vote
2 answers

TableView reloadData doesn't update UI in iPad , but works in iPhone

I have a strange error . I am using UITableView which has to be reloaded when a row get selected . This works fine in iPhone simulator . While running in iPad , didSelectRowAtIndexPath is getting called but the UI isn't getting updated . I tried…
user5553647
  • 199
  • 2
  • 13
1
vote
1 answer

How to create a bridge-header file for C++ or .mm (Objective-C++) file as we do for .m and .h?

I saw in a github(https://github.com/sandym/swiftpp) project on using "cxx-Bridging-Header.h" header file for .cpp(C++) and .mm (objective-C++) file and learnt that it was build by "Run Script" but didn't got any clear idea about how to create the…
1
vote
1 answer

string localisation missing some special characters

i'm working with localisation for c++ project & got references from "this link" in "LocalizationManager.mm" file it has method getLocalizedString as : std::string LocalizationManager::getLocalizedString(const std::string& key) { NSString *str =…
1
vote
1 answer

Using Realm in Swift with generics

I am new to programming and am having trouble trying to manage data in an iOS app using Realm with generics. To separate MVC model clearly I made three swift classes as below ModelLocator.swift import UIKit import RealmSwift class ModelLocator :…
H. Tan
  • 21
  • 1
  • 6
1
vote
1 answer

Xcode Crashes abruptly when a Account is added

Hello All, I installed Xcode 7.2.1 application on El Capitan and whenever I try to add an account it crashes. However I don’t observe same issue on other MAC. I am still trying to find a solution but I was wondering if anyone…
user2801184
  • 329
  • 7
  • 27
1
vote
1 answer

Initializer for conditional binding must have Optional type, not"()"

I couldn't solve an "if let" issue in my code. Based on the error it says that I must use an optional type? @IBAction func operate(sender: UIButton) { if userIsInTheMiddleOfTypingANumber{ enter() } if let operation =…
Mohammad A
  • 11
  • 3
1
vote
1 answer

Archive validation failed with errors Due to Unknown Reasons

Archive validation failed with errors Because of these kinds of errors Show in imageError
1
vote
0 answers

xcode assistant editor is shaking

In Xcode 7.2.1 and 7.3, sometimes, when opening an assistant editor (third) or adjusting the width of the assistant editor (third), the editor shakes and I can't do anything for a few seconds. When it happens, I stop it by re adjusting the width or…
Ted
  • 22,696
  • 11
  • 95
  • 109
1
vote
0 answers

XCode 7 Swift Projects not being indexed

I'm seeing a problem with the latest released version of XCode 7, where if I create a brand new Swift project, and build it, the full index is not being created. This means things like Superclasses, Callers, and Callees in the Assistant Editor are…
Laura
  • 431
  • 2
  • 6
1
vote
0 answers

Building tvOS framework for simulator using Xcode 7.2

I am trying to a build a framework for tvOS. I am able to generate the framework but when I link against it, with a sample app there are problems. I get following errors: Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_MyTestClass",…
Vishvesh
  • 512
  • 8
  • 21
1
vote
1 answer

Swift 2 Xcode 7.2.1 Playground Error - File "Logs" couldn't be saved in the folder "Library"

When I created a new Playground file there is an error that says "The file “Logs” couldn’t be saved in the folder “Library” because a file with the same name already exists.". Same thing happens when I open an existing playground file. The error…
Chris Tope
  • 133
  • 13
1
vote
4 answers

Why am I unable to add new version for TestFlight external testing?

I have an app that I have out for external testing; I have submitted two (2) different versions without any problems. Now, I am trying to submit another new version (#3), but when filling out the Test Flight Information the "next" button is…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120