Questions tagged [xcode8-beta3]
21 questions
0
votes
0 answers
What is the updated syntax for data.writeToFile(localPath, atomically: true) in Swift 3.0?
I am creating an app where a user signs in and uploads a profile image from the photo library, the image displays fine where i want it to but as soon as the simulator is stopped and the app is run again the image dissapears. I have done a lot of…

Fontaine Denton
- 11
- 1
0
votes
1 answer
My viewcontroller does not conform to GMSFetcherAutocompleteDelegate protocol
I'm trying to build an app where I input text into a textField and get the auto predict that google provides with its Fetcher GooglePlaces API. I have copied the code and altered it for my app but I can not figure out what I am doing wrong. I am…

Fontaine Denton
- 11
- 1
0
votes
2 answers
Building success then "Thread 1: signal SIGABRT error" pops up
I'm on the initial way of building a calculator. Currently, the code is doing nothing but printing the digits and Pi into the calculator's label when user taps them.
1) Che Code
import UIKit
class ViewController: UIViewController {
@IBOutlet…

SLN
- 4,772
- 2
- 38
- 79
0
votes
1 answer
Initialization Errors with React Native Tutorials
I just installed React Native, and am attempting to follow tutorials on the React Native website to get accustomed to it. However every tutorial I end up doing just gives me a big red error screen in the iOS Simulator.
As an example, I followed the…

bmoneruxui
- 303
- 7
- 17
-1
votes
1 answer
Xcode 8.0 Beta 3 vs. Xcode 8.0
I am not sure what the difference is between the Xcode 8.0 Beta 3 I have been using and the regular Xcode 8.0 that is now available to download but I have been running fine in the Beta but if I open my project in the regular version I get like 50…

Timmy Sorensen
- 570
- 6
- 16
-4
votes
3 answers
Why is print() text displaying in the middle of the console instead of the end?
In an instructional video I recently watched, entering print() in viewDidLoad() caused the print() text to appear at the end of the text displaying in the console. But when I run the same code, the text appears in the middle of the console (as in,…

jedillon
- 21
- 4