Questions tagged [xcode6gm]

38 questions
0
votes
2 answers

Xcode 6 GM Seed error - NSMachError Domain 5

Screen shot of error is attached.
Zubair
  • 5,833
  • 3
  • 27
  • 49
0
votes
2 answers

Cannot link my table view controller on storyboard to my code

I am writing an app in XCode6. Currently I have "SelectionTableViewController.h" and "SelectionTableViewController.m" such that you could add/remove checkmarks on select. Also, I have a table view controller segue in the storyboard, that is…
0
votes
2 answers

Xcode 6.0 crashes when trying to open .xib file from previous versions

I am using Xcode version 6.0. When i try to open .xib file xcode crashes. In previous version of Xcode i.e Xcode 5.1 or 5.1.1 it was working fine. Error is: dyld: problem loading iOS simulator dyld 2014-09-15 17:31:07.823 ibtoold[1971:507] Init…
Tejas Bharambe
  • 672
  • 1
  • 12
  • 27
0
votes
2 answers

show details of filtered array Xcode 6

i made UIsearch bar to search in my tableview and everything is ok, but the problem when i want to pass data from filtered array to another controller ,after i made the search, here my prepare override func prepareForSegue(segue: UIStoryboardSegue,…
user3045517
  • 61
  • 1
  • 8
0
votes
1 answer

Xcode 6 GM not launching on OS X Yosemite

Xcode 6 GM isn't running on my Yosemite Build 7. The Icon bounces up and down on the dock until I quit the application. I have tried re-installing and the issue persists. I have also tried Xcode 5.1.1 and Xcode 6 beta. Any ideas?
Manesh
  • 528
  • 6
  • 20
0
votes
2 answers

LLVM 6 errors linking OpenSSL

Xcode 6 GM and its LLVM 6 give this linking error: Undefined symbols for architecture i386: "_fopen$UNIX2003", referenced from: _BIO_new_file in libcrypto.a(bss_file.o) _file_ctrl in libcrypto.a(bss_file.o) _open_console in…
Blaz
  • 3,548
  • 5
  • 26
  • 40
0
votes
3 answers

Swift compile error in XCode 6 GM

I'm using a new Swift language for develop IOS application. Suddenly i got an error from my XCode. Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1 CompileSwiftSources…
Slavik Voloshyn
  • 647
  • 10
  • 20
0
votes
1 answer

Assigning array property is always going to crash EXC_BAD_ACCESS

I cannot understand why following code every time crashes on Xcode 6 GM using Swift. Could you help me to understand this issue? Thank you in advance. OptionsToSelect.swift import Foundation struct OptionToSelect { var value : Any var desc…
Tomasz Szulc
  • 4,217
  • 4
  • 43
  • 79
1 2
3