Questions tagged as 'xcode'

1
answer

Link storyboard with viewcontroller without using the drag and drop

Is there a way to link a storyboard element with a variable using code, without having to use the drag and drop from the storyboard to the controller?     
asked by 07.11.2017 / 23:05
0
answers

Problem with UIPageViewController

I'm doing a project, and I started with one that Xcode gives you by default, it works fine, but I want to leave the login box that is static so when you scroll it always stays, just change some content of the label above, but the UIViewControlle...
asked by 23.10.2017 / 23:50
0
answers

Image does not appear in the iOS simulator

I hope someone can help me. When I add an image to my Xcode project, it does not appear to me in the iPhone simulator. I receive the message: "Could not load the" photo.png "image referenced from a nib in the bundle" I'm going crazy looking for...
asked by 16.10.2017 / 21:19
1
answer

Error PLA 1.2 when trying to publish an application on ios

I am trying to publish my application, but in the revision I get the following error in itunnesconnect: Does anyone have any idea what the reason for the error is? PLA 1.2 The author and company names associated with your app do not ref...
asked by 14.09.2017 / 02:25
0
answers

Unity4.7.2f1 Mac. Problems with UnityEditor.iOS.Xcode

Good morning, I am trying to compile a project that we have in Unity for Mac, in Windows it works perfectly and we can extract the corresponding .apk for Android, but when we try to export the project in xCode we jump the following message:...
asked by 31.08.2017 / 11:48
1
answer

How to set up a custom B2B app so that it is available to a customer?

I have an app developed and I want to distribute it through Apple's private B2B system. The steps I have followed are the following: Upload the app to iTunnes connect. (Xcode - Product - Archive - Upload to App Store ...) With the ID...
asked by 30.08.2017 / 16:20
0
answers

Error when wanting to parse JSON

Hello I have a query to run my application gives me the following error and I'm not discovering that you should greatly appreciate your help !. From already thank you very much! I attach part of my code import UIKit import Alamofire extensi...
asked by 27.08.2017 / 17:18
1
answer

How to transfer a TableView from another TableView using segue?

I know how to transfer information from a TableViewController to a ViewController, but now I need to switch to another TableViewController using the function prepare(for segue: UIStoryboardSegue, sender: Any?) , plus I think you need to mo...
asked by 19.08.2017 / 05:31
1
answer

Fastlane - Missing required icon file

I'm trying to execute the command fastlane deliver However, after trying all the answers from all the forums I found, I still get the same error that is the following:    [13:44:26]: [Transporter Error Output]: ERROR ITMS-90022: "Missing...
asked by 22.08.2017 / 13:52
1
answer

swift 4 decoder STRUCT MAPPING JSON

I have this json structure and what I want to do for now is just print it on the console, I'm learning to map a json my struct: struct Buscajson: Decodable { let status: Int? let mensaje:String? let empresas: emp...
asked by 24.08.2017 / 00:57