Questions tagged [xcode-6.2]

Related to the specific version of the Apple's IDE, Xcode 6.2. This version features the WatchKit SDK, that lets you build apps for the Apple Watch.

Related to the specific version of the Apple's IDE, Xcode 6.2. This version features the WatchKit SDK, that lets you build apps for the Apple Watch.

126 questions
95
votes
13 answers

Download Xcode simulator directly

I have downloaded Xcode 6.2 today which replaced previous Xcode 6.1 now to use simulator 7.1 & 8.1 it asks to download both simulators , but for some reason after trying 4-5 times it shows network issues in downloading or request time out (note: in…
HardikDG
  • 5,892
  • 2
  • 26
  • 55
57
votes
13 answers

Invalid Device State - Xcode/iOS Simulator error

Problem: I cannot simulate an Apple watch interface. Whenever I try and test my Apple watch app on the iPhone 6 simulator, Xcode successfully finishes and builds the app, attempts at opening simulator and fails with an error message which reads…
KeeperOfKale
  • 711
  • 1
  • 7
  • 10
39
votes
5 answers

Facebook SDK 4.0 IOS Swift Log a user out programmatically

In some cases in my application i need to log the user out, but i only have the FBSDKLoginButton instance in my view controller and implementing the FBSDKLoginButtonDelegate using func loginButton(loginButton: FBSDKLoginButton!,…
Mina Kolta
  • 1,551
  • 2
  • 12
  • 22
32
votes
2 answers

Xcode configuration text fields lose focus

I recently upgraded to Xcode 6.2. It seems like there is a weird bug. For example, if I want to change the bundle id, the textfield will lose focus after any character I type. Is anyone having the same issues? Does anyone know how to fix that? It's…
ppalancica
  • 4,236
  • 4
  • 27
  • 42
20
votes
7 answers

How to export shared container of an iOS App with Xcode6.2?

In our iOS app we utilize a shared container to share files between our main iOS app and its extension (specifically WatchKit Extension), using [NSFileManager containerURLForSecurityApplicationGroupIdentifier:] method. For debugging purposes we need…
Sagi Iltus
  • 1,130
  • 10
  • 21
18
votes
7 answers

library not found for -lPods-AFNetworking

I am getting the following error when using AFNetworking: ''library not found for -lPods-AFNetworking'' "linker command failed with exit code 1 (use -v to see invocation)." I checked for all missing frameworks,and they are all present…
LoveMeow
  • 3,858
  • 9
  • 44
  • 66
18
votes
7 answers

"Install of Apple Watch Application never finished" Error when deploying watch kit app to device

So I got my new watch (yay!). I manually added its UDID to the developer portal and refreshed the provisioning profiles and I was able to push an archive to ITC for testing but now I want to run the app in debug on my watch itself. I try deploying…
valheru
  • 2,552
  • 3
  • 20
  • 40
15
votes
2 answers

With Xcode 6.2 Update, Find in Workspace Crashes

After updating Xcode to 6.2 (6C131e), doing "Find in Workspace" crashes with "UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Could not find class named UIImage". I tried "Clean Build Folder" to no avail. Are there other Xcode caches or…
Glenn
  • 325
  • 2
  • 9
14
votes
8 answers

iOS simulator crash in iOS 8.2 and Xcode 6.2 with "Failed to lookup the process ID of #ID after successful launch."

iOS simulator crash in iOS 8.2 and Xcode 6.2 with an error below "Failed to lookup the process ID of xxx.xxx.xxx after successful launch. Perhaps it crashed after launch. No such process". And I cannot try to simulate my app. I uploaded the image…
Kentaro
  • 149
  • 1
  • 3
13
votes
6 answers

Apple Store submit fails with Error ITMS-90046, but Associated Domains is not among entitlements

When I first built my app & Watchkit app, I had the "Associated Domains" capability enabled. I've disabled it in the "Capabilities" panel of both the watchkit extension and the companion app, and confirmed that the key is gone from each info.plist.…
brianfit
  • 1,829
  • 1
  • 19
  • 34
12
votes
3 answers

Xcode iOS Development signing identity

I have a problem getting a iOS Development signing identity into Xcode. I have tried loads of things to get it working but I keep failing. I have went the automatic way and let Xcode do it all but I kept going in circles where Xcode kept saying: No…
12
votes
2 answers

Xcode 6.2 - Expected type after 'as'

First time seeing this error, can't i put '!' after 'as' in swift? Or just bug after updating my Xcode to 6.2? let url = notification.userInfo![CallbackNotification.optionsURLKey] as! NSURL It shows error : Expected type after 'as' P.S: You can…
Chris Suen
  • 312
  • 3
  • 8
10
votes
2 answers

Simulator build for Apple Watch

I want to know if anyone could suggest that how can I create Simulator build for Apple Watch. I'm following the steps in this [link to create simulator build](https://developers.facebook.com/docs/iOS /creating-iOS -simulator-build-for-review) but…
Amit Singh
  • 2,698
  • 21
  • 49
9
votes
4 answers

Apple Watch App Fails Submission Invalid Info.plist and Icon

I am trying to submit my Apple Watch App to Apple. When validating, it always fails with various info.plist issues. One of these says: The key ‘CFBundleIcons~ipad’ in bundle iPrayed.app/PlugIns/iPrayed WatchKit Extension.appex/iPrayed WatchKit…
user717452
  • 33
  • 14
  • 73
  • 149
8
votes
3 answers

Running the app on a real Apple Watch and infinite spinner

I wanted to make a clickable prototype of an app on (storyboard only). I have just added two interface controllers and some images and buttons. I filled xcassets with several images (overall less than 150kB) and tried to run the app. When there was…
matthewfx
  • 1,244
  • 1
  • 9
  • 14
1
2 3
8 9