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

How to solve "ERROR ITMS-90086: Missing 64-bit support" in iOS App submission from Xcode 6.3.1?

I have seen that same question and its not working for me. When I tried to upload my app to app store, I am getting below error: ERROR ITMS-90086: Missing 64-bit support and I have attached screenshot of full error and my Build Settings…
abhi bangalore
  • 101
  • 2
  • 10
0
votes
1 answer

Not able to run once renaming is done in Xcode 6

I renamed a project in Xcode 6.3 and I found the Active Schema in the tool bar has changed to settings kind of Icon and I can't run the project in simulator as well as in device. How can I get rid of this. Please clarify..
Icoder
  • 330
  • 3
  • 25
0
votes
3 answers

How to submit two copies of same iOS app to the itunesconnect (app store)

Thanks, I want to upload the two copies iPhone application to the app store. 1) One with iwatch extension included. 2) One without iwatch extension. If I include iwatch extension. I can't keep the deployment target below 8.0. Is it possible and…
Ganesh
  • 101
  • 1
  • 11
0
votes
2 answers

iOS skipping login view with rootViewController causing black bar bug in nested TableViews

I'm skipping my initial view controller (a login page) once a user successfully logs into my app and chooses to store their credentials. My new root view controller is a TabBarController because my app's navigation uses a TabBar. However, within…
Mary Martinez
  • 314
  • 5
  • 12
0
votes
2 answers

Implement Search bar and search display for the table view with sections

I am trying to implement search bar with search display feature in swift for the table view given below. Screenshot of the table view I am getting issue because my string array is in the following format. ["section name1" : ["list1", "list2"]…
0
votes
1 answer

App crashes with NSInternalInconsistencyException', reason: 'Could not load NIB in bundle'

Everyone I'm working on a iOS Static Library. when I use this static library in sample app and run it, it crashes with below exception... *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB…
Suryakant Sharma
  • 3,852
  • 1
  • 25
  • 47
0
votes
2 answers

How to create Glance similar to the one in the BBC news app?

I am studying the BBC news App for Apple watch. Here is how the glance looks like: However, when I look into the storyboard for the Glance controller I can see only these options available for the top part of the glance: The one that looks more…
mm24
  • 9,280
  • 12
  • 75
  • 170
0
votes
1 answer

One storyboard not seeing localization .strings while the other one localizes perfectly

I have two storyboards in my app, and I'm trying to add Turkish language option to both using localizable strings. My main storyboard maps just fine; when I change simulator language to Turkish, it loads the Turkish strings and displays them…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
0
votes
1 answer

Suppress Value Conversion warning

What flag should i use to suppress Value Conversion Warning in Xcode? These Warnings are just annoying. Don't do anything harmful in compiling or execution of program.
Bilal
  • 558
  • 8
  • 18
0
votes
3 answers

On Updating XCode 6.3.2 Simulators vanished

On updating XCode6.3.2 all my simulators vanished. now simulators aren't being listed any more to run app. Further more I tried adding simulators from Window->Devices, its not working as well, its just keep spinning and XCode is hanging on…
Aqib Mumtaz
  • 4,936
  • 1
  • 36
  • 33
0
votes
0 answers

iOS Swift UITableView Auto Cell Scrolling

I need a bit of help. I am new and still learning. But I was wondering if anyone has a bit of an idea of how to get the text that is going off the screen in the cell to get it so that it will auto scroll?
0
votes
1 answer

Flurry Ads causing linker errors

I have imported libFlurryAds_6.4.0.a in my project along with FlurryAdInterstial.h and FlurryAdInterstitialDelegate.h. Then I added Security.framework and SystemConfiguration.framework under Build Phases > Link with Binary Librarires Then I added…
rgamber
  • 5,749
  • 10
  • 55
  • 99
0
votes
1 answer

How to I extract a PHAsset's Location property?

Xcode says that PHAsset doesn't have the 'location' member. What's the remedy for Swift?
Frederick C. Lee
  • 9,019
  • 17
  • 64
  • 105
0
votes
1 answer

using ALAssetsLibrary-CustomPhotoAlbum to save photo in specific Album

I'm using XCode 6.3 and Swift 1.2 and when runing the code: ALAssetsLibrary().saveImage(screenshot, toAlbum: "myAlbum", completion:nil, failure:nil) I get the error: *** Terminating app due to uncaught exception 'NSInvalidArgumentException',…
flo bee
  • 830
  • 2
  • 11
  • 20
0
votes
1 answer

Editing Video Effects panel on VLC for Mac

Ok so this question is actually in two parts. I coded a video filter for VLC and I would like to add a control to the Video Effects panel on the OS X UI. So far I've been able to link my plugin the the UI by hijacking one of the existing controls,…
Roberto
  • 267
  • 4
  • 10