Questions tagged [xcode8]

Xcode 8 is an IDE created by Apple for the development of macOS, iOS, watchOS, and tvOS applications. The first release of Xcode 8 was on June 13th, 2016 with Xcode 8 beta build 8S128d. *Do not use this tag unless your question specifically involves the Xcode IDE!*

Xcode 8 is an Apple integrated development environment (IDE). This version of Xcode includes the SDKs for macOS 10.12 iOS 10, watchOS 3, and tvOS. The beta is available free for developers from https://developer.apple.com/ and will be released in the fall from the Mac App Store.

The latest production version of the IDE is Xcode 8.2.1 (8C1002) (Dec 19, 2016)

**Latest Preview : Xcode 8.2 beta 2 (8C30a) released on Nov 14, 2016.

The tag should only be used for questions about the Xcode 8 IDE itself, and not for general macOS, iOS, watchOS, or tvOS programming topics. Use for Mac programming questions, and or for iOS programming questions.

If the question is related to the Xcode IDE in general (not specific to Xcode 8), use the tag.

4206 questions
1
vote
2 answers

How to get selected index of items in more navigation controller

I use below code for get selected items of tab bar controller. My UITabbar has 7 view controllers(there are 3 items in More tab). this code work only for 5 tabs but it don`t return selected index of items on More! import UIKit class…
1
vote
0 answers

iOS: Scrolling TableView leads to NSException without details

I have a tableview and get the error libc++abi.dylib: terminating with uncaught exception of type NSException if I start scrolling the table. If I jump to other table position with help of the section indices on the right there is no problem. Only…
netshark1000
  • 7,245
  • 9
  • 59
  • 116
1
vote
2 answers

How to check vibration state is On or Off by pogramatically in iphone?

How to check a system vibration is on or off by pogramatically through App? In my case UI design is like- I set a button into viewcontroller. Which funcanality is, when I press the button it's alert me the system vibration is On or Off. Here is the…
Abir
  • 31
  • 7
1
vote
1 answer

How to Autoplay audio feature when silent push come?

I want to implement an autoplay audio feature when silent push receive. I am receiving an audio URL when silent push come.I want to play an audio when app in background via receiving silent push. But my problem is that, I am successfully receiving…
Abir
  • 31
  • 7
1
vote
1 answer

How to delete a photo from Firebase Storage

I'm developing an app when user can login, in the user profile page, the user can choose an image profile for show in my app. This image is uploaded in Firebase Database and in stored in Firebase Storage. I want to the user can decide to delete his…
user8381604
1
vote
0 answers

Unnecessary warning Missing Push Notification Entitlement

I am not using any push notification service for app. and My AppID in member centre also don't have tick on push service. when I try to submit app to appstore, every time I got below warning Missing Push Notification Entitlement - Your app appears…
1
vote
1 answer

How to re-order Relationship segues in UITabBarController in Xcode 8

Setup Xcode 8.3.3 iOS 10 Issue Once a UITabBarController's segue is linked to a view, it seems the only way to change order (which defines the tab button order) is to delete the segue and create again. How to re-order without deleting? eg: In…
Efren
  • 4,003
  • 4
  • 33
  • 75
1
vote
1 answer

open application from url - ios 10

I have an applet from which I can download another app, Through the plist that goes to ipa, It takes a lot of time from reading to url and by the time I see that the app is starting to drop, Is there a way that it will not take time to click?
Dvor
  • 17
  • 5
1
vote
0 answers

resize view controllers as we resize window in mac application

I already read so many answers for this question but still unable to resolve my issue. I am creating a mac application where I have a window and adding view controller to the same. When I resize any of the views while running other view controller…
Nupur Gupta
  • 305
  • 1
  • 12
1
vote
0 answers

How do I remove the last update to my Xamarin

How do I remove the last update to my Xamarin ? I keep getting this error Error MT0091: This version of Xamarin.iOS requires the iOS 11.0 SDK (shipped with Xcode 9). Either upgrade Xcode to get the required header files or set the managed linker…
Brandon
  • 187
  • 1
  • 3
  • 11
1
vote
0 answers

How to add media play/pause button into push notification bar?

I successfully created an apple push notification. I am receiving audio URL via push notification. I want to add media play/pause button into notification bar (custom notification bar), which functionality is that upon getting audio notification the…
Abir
  • 31
  • 7
1
vote
1 answer

Storing more than one value of something using User Defaults

I am using xcode 8 swift 3. I have a mini App where I time myself how long I can answer the given questions, I have made it pass my time to the next VC and actually save it. I am wondering how do I save all the times I get in the App. Button to save…
user6428350
1
vote
0 answers

Xcode 8, Xcode 9 fatal error: too many errors emitted

My project is properly worked in xcode 8. So I delete the xcode 8 and I install the xcode 9. Then I run the application I faced following error xcode 9 fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated.…
Puvanarajan
  • 2,786
  • 6
  • 26
  • 37
1
vote
1 answer

How to compute with Core Data

I'm trying to make a small program that keeps count of the amount of times pressed on a button. I'm using Core Data to store the information. The only problem is that I can't figure out how to compute with the information in the core data. If…
1
vote
1 answer

UIImage from camera is rotated 90 degrees - using extensions

When Image data is returned and applied to a UIImage, if the data comes from the camera then the image appears rotated 90 degrees. I tried adding the extension UIImage { func correctlyOrientedImage() -> UIImage { if self.imageOrientation ==…
Johny D Good
  • 427
  • 1
  • 8
  • 26
1 2 3
99
100