Questions tagged [xcode6.3]

Related to the specific version of the Apple's IDE, Xcode 6.3. It was released on April 8, 2015.

Version 6.3 of Apple's Xcode IDE.

238 questions
0
votes
1 answer

ld: warning: too many personality routines for compact unwind to encode

I just changed the folder structure of the IOS project in Xcode 6.3 and the warning on the image appeared.Solutions already on the internet are appropriate.I have copied the code in one folder and pasted it in another one.Is it some kin
Suraj K Thomas
  • 5,773
  • 4
  • 52
  • 64
0
votes
1 answer

WatchKit App Scheme Warning Icon

Xcode won't let me run my watchkit app. See screenshot. I added my watchkit app using the standard New > Target > WatchKit App and disabled the Notification and Glance Scenes (I just want an app). Has anyone experienced and resolved this?
Cameron Little
  • 3,487
  • 23
  • 35
0
votes
1 answer

touchesBegan not being called sometimes

I have touchesBegan in my initial Login ViewController to dismiss the keyboard and cancel a custom AlertView. Though it works initially, touchesBegan is not being called after I logout with performSegueWithIdentifier. //to resign keyboard override…
Dinesh Jeyasankar
  • 1,043
  • 3
  • 10
  • 24
0
votes
1 answer

Chartboost + Swift + Xcode 6.3 : didFailToLoadInterstitial giving syntax error

I used below chartboost swift code in Xcode 6.3 and getting error for didFailToLoadInterstitial line. I don't had this problem in Xcode 6.2. How to fix this in Xcode 6.3 ? func applicationDidBecomeActive(application: UIApplication) { …
Guru
  • 21,652
  • 10
  • 63
  • 102
0
votes
1 answer

NSDateFormatter does not format date and time correctly

In my app, I setup local notifications for some events. However, NSDateFormatter does not format date and time correctly. When I format a date, It gives 3 hours earlier. Similarly, when I get the current time using NSDate(), it gives 3 hours earlier…
saksut
  • 673
  • 1
  • 7
  • 14
0
votes
0 answers

Use of unresolved identifier QR Reader

I have a barcode reader code was working well with Xcode 6.2 but when you upgraded to Xcode 6.3 I got this error message Use error message of unresolved identifier 'qrCodeFrameView' this my code func captureOutput(captureOutput: AVCaptureOutput!,…
Dev ios
  • 13
  • 4
0
votes
2 answers

removeFromParent() does not remove a node, but makes it invisible

I have a restartButton that must appear when two bodies collide and when it happens for the first time, all goes great - bodies collide--> restartButton appears--> I restart level by touching restartButton. It was a "good, right restart" And here…
0
votes
1 answer

XCode strange behavior

I have strange behavior of XCode, if someone could explain it to me it would be very useful. So the thing is that I've updated XCode 6.2 to 6.3 at 10th April. Mac App Store app says that my Xcode is 6.3 now, but Xcode itself says that it is still…
pulp
  • 1,768
  • 2
  • 16
  • 24
0
votes
1 answer

Swift 1.2 subscript is unavailable

In function, that perfectly worked in Xcode 6.2, now I have a mistake 'subscript' in unavailable: Indexing a String's UTF16View requires a String.UTF16View.Index, which can be constructed from Int when Foundation is imported. This is the code:…
pomo_mondreganto
  • 2,028
  • 2
  • 28
  • 56
0
votes
3 answers

Swift for object in objects Xcode 6.3 '[AnyObject]?' does not have a member named 'Generator'

Xcode 6.3 '[AnyObject]?' does not have a member named 'Generator' Error from this line "for object2 in objects2{" let findImage:PFQuery = PFQuery(className: "_User") findImage.whereKey("objectId", containedIn: self.userlist…
0
votes
2 answers

IOS 8.3 Any UISegmentedControl in UIPopoverController tint is white and unadjustable

In 8.3 Simulator I have UIViewController which contains a UISegmentedControl. The segmented control's appearance is managed by an appearance proxy. If I display this custom controller in a UIPopoverController, the segmented control's tint is ALWAYS…
MweyaMutsvene
  • 543
  • 4
  • 15
0
votes
2 answers

xCode 6.2 project won't archive with xCode 6.3 and Swift 1.2 (swiftc failed with exit code 1)

I faced to pretty ugly thing with xCode 6.3 and Swift 1.2 I have existing project started in xCode 5. It uses Swift since it was released (Swift Beta 1). Now I need to be able to produce App Store and Test Flight updates, but I can't do that with…
iiFreeman
  • 5,165
  • 2
  • 29
  • 42
0
votes
1 answer

Swift filter UITableView with out search bar

I have a UITableView that I want to filter based on a selection from slide panel view controller. This is the function that gets the returned value form the panel. func itemSelected(type: Item) { self.selectedItem = Item.title …
MwcsMac
  • 6,810
  • 5
  • 32
  • 52
0
votes
1 answer

How to cast AnyObject? to String in Swift 1.2

Everything good until, I've downloaded the new version of Xcode 6.3 and Swift 1.2. But when I compile my app again, a lots of error came out. I've dealt with most of them but there is a specific error that I couldn't figure it out the solutions…
0
votes
2 answers

Latest xcode 6.3 update gives me a warning

Recently I have updated my xcode to version 6.3. I am getting the following warning message. Auto property synthesis will not synthesise property 'name'; It will be implemented by its superclass, use @dynamic to acknowledge intention. Can…
Sheik_101
  • 770
  • 1
  • 8
  • 24
1 2 3
15
16