Questions tagged as 'xcode'

0
answers

ionic cordova build ios

I'm trying to run an ionic app on ios, the xcode emulator runs perfectly, but when wanting to run, ionic corodova buil ios    Ionic Package: xcode-select: error: tool 'xcodebuild' requires Xcode,   but active developer directory '/ Lib...
asked by 10.07.2018 / 23:55
0
answers

Install pod for Material Design swift 4

I am doing an application with Xcode 9.4.1 with swift 4. I would like to include the MaterialDesign components, however, it is not working for me. This is my Podfile source 'https://github.com/CocoaPods/Specs.git' target 'ProbandoMDC' do...
asked by 30.06.2018 / 05:19
0
answers

Does not work cascade swift 4

I have 3 entities Places: place_id integer 16, type_place integer 16. Images: place_id integer 16, image Binary Data. Totals: place_id integer 16, total1 integer 16, total2 integer 16. In places create two relationships:...
asked by 26.06.2018 / 06:17
0
answers

Xcode with react native

help with this xcode error, I'm using native react:    duplicate symbol _OBJC_IVAR _ $ _ GTMSessionUploadFetcher._uploadFileURL       in:       /Users/luzpadilla/Library/Developer/Xcode/DerivedData/wokemobile-gkcdzkgpkllaaccsqyfotbcuyaml/Bui...
asked by 25.06.2018 / 23:29
1
answer

Uninstall Cocoapods pod in XCode

Recently I added a podfile with the references to use the google maps framework to my project with swift in Xcode 9.3.1 source 'https://github.com/CocoaPods/Specs.git' target 'MyApp' do pod 'GoogleMaps' pod 'GooglePlaces' end It wo...
asked by 29.06.2018 / 18:26
1
answer

I do not see the initial ViewController in appDelegate swift

I'm used to defining in the application appDelegate the viewController with which the application starts, for example: func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptions...
asked by 15.06.2018 / 04:41
0
answers

How to fix an error "Could not determine generated file paths for Core Data ..." is in Xcode

It turns out that I am new to IOS and they gave me the complete theory code of an application made a few years ago. As soon as I wanted to run I set up alerts about the developer team which were resolved but I could not with this error that does...
asked by 06.06.2018 / 00:53
0
answers

Value of type 'AuthDataResult' has no member 'isEmailVerification'

Good I present this code to you for the following problem:    Value of type 'AuthDataResult' has no member 'isEmailVerification' import UIKit import FirebaseAuth import SwiftLoader class Login: NSObject { static let shared = Login(...
asked by 06.06.2018 / 16:56
1
answer

how to reinstall Realmswitf in Xcode9?

I passed an old project that is in switf version 2. *, I just installed the Xcode9 but I got a notice that told me that only supports versions of 3. * and open it with Xcode 8 but I can not find the Xcode 8 only Xcode 9, and when I opened the pr...
asked by 31.05.2018 / 17:37
1
answer

How to define Vary for Traits for a button in swift3

I have problems to implement a design for a button, what I am trying to do is that my button in the vertical view only shows a centered image and when it is horizontal it shows an image and a title aligned to the right, I have been trying to use...
asked by 29.05.2018 / 18:34