Questions tagged as 'xcode'

1
answer

Thread1: EXC_BAD_ACCESS (code = 1, address = 0x68)

I'm having this problem on ide Xcode. In line 8 the warning    Thread1: EXC_BAD_ACCESS (code = 1, address = 0x68) The .txt file is in the same folder where main is. void construir1(struct elemento **P_inicio){ FILE *arq;...
asked by 27.03.2018 / 02:42
1
answer

Input type file in webview - Xcode

I created a webview of a page that contains an input type file to upload photos, however, in the webview of the Iphone, when I click the button to upload the photo, it opens a menu only with the option "Photos of the gallery", and does not give...
asked by 06.03.2018 / 16:49
0
answers

Error importing External Framework for Xcode 9

Hello, I'm building an integration for bosch's MySpin system and they provide a framework to be used in the process. I imported this framework into Xcode 9 by clicking and dragging into the project's frameworks folder, and it was added to...
asked by 24.02.2018 / 00:08
1
answer

When trying to install app it hangs in the message "Preparing debugger support for iPhone" [closed]

I can not install my app on iPhone and I get stuck on this message:    "Preparing debugger support for iPhone" Illustrative image: I've tried all the answers to this question and nothing has resulted Following this message gives...
asked by 13.11.2017 / 18:17
1
answer

Create entity programmatically and save in core data

Hello, I was wondering how I can save an entity in the core data programmatically. I tried the following procedure: Passing Parameter MatchCoreData().createEntity(name: "Partidas123") Func creating entity (I believe it's missing sa...
asked by 17.10.2017 / 18:41
1
answer

Problem with changing screens with Navigation Controller

I'm having a little problem, my App uses the Navigation Controller and a View Controller, I have declared strings that bridge the cells. When you run the app it starts in the Navigation Controller and when I click on the items on the cell it...
asked by 24.06.2017 / 14:20
1
answer

Database created with Core Data in Swift

I need to create an app that is a form with basic data (name, age, email, etc) and save the data for access later, but save it in the tableView, create the database file or worksheet. I saw that CoreData and Realm generated a DB file. Can you...
asked by 22.05.2017 / 17:44
1
answer

How do I insert a specific date into the Swift3 Calendar?

I need to insert a specific date in the Calendar, but I'm only able to add values based on the current date (maybe because when I instantiate, I give a Calendar.current). Does anyone know how to insert (day, month and year) separately?     
asked by 17.05.2017 / 16:29
1
answer

How to use SafariViewController on all App URLs

I have an App that initially presents with a TableViewController where each cell leads to a ViewController simple. However, each ViewController displays many URLs that are automatically recognized within TextViews and it would...
asked by 25.05.2017 / 00:32
1
answer

Xcode update - loss of all simulators

I was running version 7 of Xcode and just upgraded to version 8.2.1 and all iOS simulators were gone. Is there any way I can get them to show up again in Xcode without having to download all of them again?     
asked by 12.05.2017 / 17:33