Questions tagged [xcode8.2]

Xcode version 8.2. _Only_ for questions about the Xcode IDE version 8.2. If you have questions about iOS, use the [iOS] tag. If you have questions about Swift, use the [Swift] tag.

Xcode version 8.2 was released December 12, 2016.

Top Answers:

Problems with Swift3: cannot understand new syntax

Use Legacy Swift Language Version - Xcode 8.2

150 questions
84
votes
4 answers

Error: Protocol not available, dumping backtrace

2016-09-17 15:16:04.386085 appDemo[2371:94976] [] __nwlog_err_simulate_crash simulate crash already simulated **"nw_socket_set_common_sockopts setsockopt SO_NOAPNFALLBK failed: [42] Protocol not available"** 2016-09-17 15:16:04.386676…
Rahul Mayani
  • 3,761
  • 4
  • 25
  • 40
56
votes
9 answers

Xcode 8.2 Code Completion Not Working

For some reason, in Xcode 8.2 my code completion has stopped working. I have cleaned my product, restarted Xcode, restarted my computer, and deleted the derived data, and still no luck. I have submitted this to Apple Support. Has anyone run into…
ethanfox27
  • 890
  • 1
  • 9
  • 25
20
votes
9 answers

Use Legacy Swift Language Version - Xcode 8.2

After updating to Xcode 8.2 the compiler throws one error for my App target: “Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…]…
Aleš Oskar Kocur
  • 1,381
  • 1
  • 13
  • 29
15
votes
9 answers

"dyld`__abort_with_payload" error on iPhone 5s device

I'm trying to run my app on device (iphone 5s) and I got this error when the device tries to run my app. Then it only shows white screen. What's wrong with my device? My code works fine when I use simulator. Any help would be appreciated!
user-unknown
  • 453
  • 2
  • 7
  • 22
10
votes
4 answers

Unexpected Replayer Termination

When i run my application in iOS 10.2 iPhone5 using Xcode 8.2.1, am getting following error message. Can any one help me to figure out why this error message is appeared
Vaisakh
  • 2,919
  • 4
  • 26
  • 44
10
votes
1 answer

Fabric - Unable to Download: APP_NAME could not be installed at this time

I'm using Fabric/Crashlytics to deploy the app for Beta Testers. Everything had been working fine for weeks, but for one build the following error message shows up when tester is trying to install the app: Unable to Download: APP_NAME could not be…
Marcelo Gracietti
  • 3,121
  • 1
  • 16
  • 24
10
votes
3 answers

Failed to load Info.plist from bundle at path

I am using xcode 8.2.1. For the first time or just after deleting the app from the simulator it's working fine. But from the second time I got the following error!!! I tried to solve my problem from the following links, but those also doesn't work…
Tapas Pal
  • 7,073
  • 8
  • 39
  • 86
9
votes
5 answers

All the alert dialog message and textField have been changed to single line. Please checkout the image

Previously all the dialog and textField are working well. But not I do not know how these TextFields are suddenly changed to single line with triple. (Like some Message here...) let alert = UIAlertController(title: "Cancel Booking !!", message:…
jazzbpn
  • 6,441
  • 16
  • 63
  • 99
8
votes
2 answers

I am not able to receive data notification iOS swift 3

I am following sampler project provided by firebase. Firebase Cloud Messaging sammple My app delegate is import UIKit import Firebase import FirebaseMessaging import UserNotifications import FirebaseInstanceID //add firebase code app delegate…
user3066829
  • 157
  • 1
  • 1
  • 12
8
votes
8 answers

xcode 8.2 swift 3 Core data -- use unresolved identifier

I have created a core data project in xcode 8.2, After that I created an entity say "TestEntity" in .xcdatamodeld I am creating entity object by using following code as per given in some tutorials for swift3. enter link description here let…
Raj Aggrawal
  • 761
  • 1
  • 6
  • 21
7
votes
3 answers

Hide Navigation Bar in Specific View - Swift 3

I have NavigationController that handles navigation through my app. According to my design, the very first view should have no visible NavigationBar. All the others after, will. In this FirstView, I'm using this so far to hide the NavBar, inside the…
7
votes
1 answer

How to create virtual printer with iOS Simulator?

In one of my application there is feature to print documents. I want to test this feature but I don’t have device, So I have to test on Simulator. With simulator how can I print documents. Do I need to connect physical printer or can I create…
VRAwesome
  • 4,721
  • 5
  • 27
  • 52
6
votes
2 answers

My AppleID is suddenly not being accepted for Application Loader

I used my credentials for create 3 api's in morning but when in noon I tried to create 4th one, application loader fire a message "The application account information was incorrect". I tried to login again button getting same error. My AppleId and…
Prerit Jat
  • 71
  • 5
5
votes
2 answers

xib files in Xcode 8.2 is not working properly.Is it a bug?

I am really frustrated since i migrated my project from Xcode 7.3 to Xcode 8.2. I am using both storyboard and Xib files in my project . While running my project I am getting this weird error. Some of my xib files are resized or reshaped(shrinked To…
Jeesson_7
  • 761
  • 1
  • 11
  • 38
5
votes
3 answers

How to dismiss keyboard when pressing Search key on tableView in swift 3?

How to dismiss keyboard when pressing Search key? I have a search bar on tableView and I used the following method. It did't work. Any Idea why? Thanks in advance. func textFieldShouldReturn(_ textField: UITextField) -> Bool { …
QQ10
  • 139
  • 2
  • 9
1
2 3
9 10