Questions tagged [xcode6.3.2]

Version 6.3.2 of Apple's Xcode IDE.

17 questions
29
votes
4 answers

Could not cast value of type 'UIView' (0x112484eb0) to 'SKView' (0x111646718)

Could not cast value of type 'UIView' (0x112484eb0) to 'SKView' (0x111646718). I keep on getting this error. Can anyone help me because the line of code is there by default. I converted the SK game into the latest swift syntax using the xcode 7…
Aryaman Goel
  • 538
  • 1
  • 4
  • 15
13
votes
4 answers

ios appid '' does not support changes to the 'Maps' feature

so i'm in codesigning, app id, certificate with 6.3.2 and I get that error. so I go to the app in developer.apple.com and I don't see a "Maps" selection on the choices for the application. Does anyone know how to fix this ?
user2027502
  • 149
  • 2
  • 4
8
votes
2 answers

Xcode crashes on selecting tab in color panel

I am facing this strange issue from few hours and it started suddenly. Whenever I try to select different tab in color panel in Xcode,the whole Xcode crashes with the error, UNCAUGHT EXCEPTION (NSRangeException): Cannot remove an observer…
5
votes
2 answers

Segmentation Fault: 11 - Xcode 6.3

Can't archive My app runs fine (Xcode 6.3.2, swift based) on Simulator and on multiple devices. But when I try to archive it I get the error Command failed due to signal: Segmentation fault: 11. Others face same problem Segmentation Fault 11 when…
Peder Wessel
  • 646
  • 1
  • 9
  • 23
3
votes
1 answer

Swift 1.2 Upgradation

I have updated my Swift project to version 1.2 and the build times have been improved after using Build Setting option Whole Module Optimization=Yes. But even if there is a small change in Swift file the entire Objective C files are getting compiled…
3
votes
1 answer

iAd banner position not updating

I am currently adding iAd banners into my SpriteKit game, and I have successfully got the ads showing. But when I go to remove the banner by pushing it off the bottom it does not move, even though it is the exact opposite to the code to get it to…
Antony
  • 199
  • 1
  • 12
2
votes
1 answer

xcode 6.3.2 - simulator wrong screen size

I have very weird bug with simulator in xcode 6.3.2 yosimite 10.10 when I open simulator\run app in it sometimes it's opens normal simulator, and sometimes... well look at picture below it's like simulator screen dimensions are different from…
Nikita Kurtin
  • 5,889
  • 4
  • 44
  • 48
1
vote
0 answers

Update iOS SDK version to 8.4

I had a version of the Xcode I believe It was 6.1 with iOS SDK version 8.3. Apple store showed that an Xcode update is available with SDK 8.4. I updated Xcode and the new update version was 6.3.2. I have a iPad with iOS 8.4 on it. so to run the app…
hasan
  • 23,815
  • 10
  • 63
  • 101
1
vote
2 answers

Unable to run Xcode 6.3.2 on 10.11 Beta 2

I installed the second Beta of 10.11 and Xcode 6.3.2 has stopped running. The error is: In order to open "Xcode", you need to update to the latest version. The version of Xcode installed on this Mac is not compatible with OS X El Capitan. You have…
Ankit Jain
  • 1,858
  • 22
  • 35
1
vote
2 answers

Xcode 6.3.2, Not able to select Provision profile

I have install latest Xcode 6.3.2, and create new project.But, now I am not able to see dropdown into "Provisioning Profile". Instead of showing drop down, it show me text area to type into it. Please help me.
girish_pro
  • 838
  • 9
  • 18
1
vote
0 answers

Why Xcode6.3.2 Compiling swift source files TOO SLOW, When I write down this code

When I write down these codes snippets: import UIKit class HomeViewController: UIViewController, UITableViewDelegate, UITableViewDataSource { var homeCellArr: [Dictionary ] = [ ["name": "eee", "pic": "newsIcon"], …
Su Cheung
  • 155
  • 2
  • 11
1
vote
4 answers

Error after update to Swift 1.2

I updated shortly to Swift 1.2 which comes with Xcode 6.3.2 and wrote a few lines of code: let originView:UIView! override init() { super.init() } init(sourceView:UIView, menuItems:Array){ super.init() …
Vpor
  • 147
  • 1
  • 1
  • 7
1
vote
1 answer

Xcode 6.3.2 "Export for Localization" Cancelled Newline Characters

Xcode 6.3.2 introduced a new bug in the "Export for Localization" parser: Newline characters (e.g. "\n") included in source language strings, are cancelled out in their corresponding target language strings (e.g. "\n"). This causes the symbol for…
josephap
  • 2,075
  • 17
  • 24
0
votes
1 answer

Setting rowHeight equal to UITableViewAutomaticDimension not working

I'm using XCode 6.3 to build a TableView of the different Fonts in iOS 8. First, per the book I'm reading, it said that nothing needed to be done regarding the height of the table rows, given that iOS8 takes care of that for you, so once I had…
modsoussi
  • 137
  • 11
0
votes
1 answer

definition conflicts with previous value - Xcode 6.3.2

I'm developing an iOS application in swift, which socket.io library classes written in objective C. When I updated the Xcode to 6.3.2, I'm getting lot of errors @protocol SocketIODelegate @optional - (void) socketIO:(SocketIO *)socket…
Dev
  • 3,885
  • 10
  • 39
  • 65
1
2