Questions tagged [xcode9.2]

Xcode 9.2 is the release of Xcode Tool. Xcode is the complete developer toolset used to create apps for Apple TV, Apple Watch, iPad, iPhone, and Mac. The Xcode development environment bundles the Instruments analysis tool, Simulator, and the OS frameworks in the form of tvOS SDKs, watchOS SDKs, iOS SDKs, and macOS SDKs.

205 questions
-1
votes
2 answers

Change UIView frame Height and width from user input from UIText field

I am able to change height and width of UIView frame on button click by hardcoding the height and width, but i am unable change it when i get input from user in UItext field in CGFloat format. ` import UIKit class SetBorderSizeViewController:…
Ammad
  • 3
  • 3
-1
votes
1 answer

I cannot import swift 4 module's with Xcode 9.2

I have Xcode 9.2 and I am thinking I automatically have Swift 4.1. So I tried to import some modules like: import Hero import EGFormValidator but it gives me an error saying it does not recognize those modules. How can I access Swift 4.1 on my…
Perewillz
  • 73
  • 8
-1
votes
1 answer

Change button from another view controller once the back button has been pressed

I'm trying to hide/disable a button from another view controller once the back button from a nav bar has been pressed, but I can't figure it out. Basically, I have a view controller where a user can add up to 7 days of workouts (days are displayed…
-1
votes
2 answers

how do i solve NSRangeException into swift 4?

I am working on app where I using swift 4. But when I want to go from first viewcontroller to second viewcontroller I got this error * Terminating app due to uncaught exception 'NSRangeException', reason: '* -[__NSArrayI objectAtIndex:]: index…
mab
  • 195
  • 2
  • 9
-1
votes
2 answers

Xcode 9.3 Compiling Swift source project never completes

I updated my Xcode 9.2 to 9.3. Then after update, i used to compile my swift based project source, but it's not complete & no errors too.
Jvvinoth
  • 11
  • 2
-1
votes
1 answer

UITableViewCell.textLable.text does not appear on iOS11.2 simulator at xcode 9.2

TableViewController and TableViewCell are working properly for both iOS 10.2 and iOS 11.2 , which is developed with Objective C and compiled by xcode 8. Now I'd been upgraded my xcode to xcode 9.2. Then cell.textLabel.text are not appear at iOS 11.2…
Emerald
  • 3
  • 3
-1
votes
1 answer

Cant play video in my ios app

I want to have video player in my ios application (I work with xcode version 9.2 and swift version 4). It must play m3u8 video from internet. I use the code below for this: import UIKit import AVKit import AVFoundation class ViewControllerPlayer:…
Alex D.
  • 1,153
  • 12
  • 31
-2
votes
1 answer

MAC OSX Xcode 9.2 linker command failed with exit code 1 (use -v to see invocation)

Im having compiling issues with Xcode which gives the following error: linker command failed with exit code 1 (use -v to see invocation) Please advise. Im really a noob to running codes here on Mac OSX so will appreciate all the help i can…
-3
votes
1 answer

App is crashed with Google maps SDK cocoapods in Xcode 9 and iOS 11

i'm upgraded Google Maps SDK cocoapods to the latest version 2.6. but when i'm trying to run my app, it's crashed. it's happened in iOS 11 and Xcode 9.2. How to solve this problem?
-3
votes
1 answer

Swift 2 errors with slider

I got those errors using swift in Xcode Version 9.2 (9C40b) Binary operator '*' cannot be applied to operands of type 'IndexPath' and 'Float' Ambiguous reference to member 'tableView(_:numberOfRowsInSection:)' @IBOutlet weak var slider:…
S.Benten
  • 17
  • 8
1 2 3
13
14