Skip to main content

Questions tagged [xcode8]

Xcode 8 is an IDE created by Apple for the development of macOS, iOS, watchOS, and tvOS applications. The first release of Xcode 8 was on June 13th, 2016 with Xcode 8 beta build 8S128d. *Do not use this tag unless your question specifically involves the Xcode IDE!*

0 votes
1 answer
65 views

Cannot start my flutter app on an Iphone device for debugging on Mac M1

When I try to start the app, I get the following error. Xcode build done. 18.7s Failed to build iOS app Could not build the precompiled application for the ...
edn's user avatar
  • 2,153
0 votes
0 answers
11 views

App not visible when share content from Apple news and Safari

We are using Mac OS 13.6.1, Xcode Version 14.2 (14C18). We have created a new target in the project for "Share Extension". After running the code our app is not visible when we share content ...
Jon's user avatar
  • 131
0 votes
0 answers
198 views

ios 17 interactive widget api call in background

An API request is being made through the Interactive Widget in iOS 17.0. The desired situation is to request an API through the widget's Intent and receive a response from the server. (Because it is ...
이주송's user avatar
0 votes
2 answers
1k views

Failed to create provisioning profile for IOS simulator

Failed to create provisioning profile. There are no devices registered in your account on the developer website. Select a device run destination to have Xcode register it.
Akash's user avatar
  • 1
0 votes
1 answer
132 views

how to auto focus editor on Xcode

I am new on Xcode and crazy using vim mode for everything. On Xcode, whenever I switch to different tab on editor view I have to use keyboard shortcut command + J to show move focus to editor and ...
jacobcan118's user avatar
  • 8,737
1 vote
1 answer
871 views

Different State Variables for New Textfields in SwiftUI

I am new to SwiftUI and there is a scenario in which I can add more than one person's data and every time I tap on the button, it will collect new person's data. The scenario is like this: I add data ...
Taimoor Arif's user avatar
  • 1,084
0 votes
0 answers
539 views

Getting Errors Installing Pods

I am having an issue with my xcode project that it is not installing any new pods. I installed the same library on another project and it is working there. the terminal give me the following error ...
Taimoor Arif's user avatar
  • 1,084
0 votes
1 answer
207 views

How to save selected option in UIPickerView

I have a PickerView which should save the selected pickerView but it is selecting only the default option.I have tried using user default but it didn't work. I am using Xcode 8. func ...
Thrinath Sirna's user avatar
0 votes
0 answers
173 views

UITableView cell deletion not working even after deleting a particular cell

I have a table view cell which should delete the particular table view cell if I swipe but the image is not deleted but the contents in the row except image are deleting. func tableView(_ tableView: ...
Thrinath Sirna's user avatar
-1 votes
1 answer
382 views

How do I pass data after reloading the cell to another view controller

I have a view controller which reorders the cell in first view controller but the reorder is not reflected in second view controller.I tried using structures to pass data but it was not possible.Using ...
Thrinath Sirna's user avatar
0 votes
1 answer
350 views

Swift: "Expected expression after operator" error in NSManaged while trying to push a record to entity

I've an entity where there are 4 string attributes. I'm trying to push a record into the entity but I'm facing 'Expected Expression after operator' error in record line. guard let ...
Anon's user avatar
  • 17
1 vote
1 answer
591 views

Ionic Capacitor in Xcode Error - [warn] Native: tried calling StatusBar.overlaysWebView, but the StatusBar plugin is not installed

Am using ionic angular application. I created mobile app using ionic with capacitor. I added status bar in my application using below steps. Install Statusbar npm install cordova-plugin-statusbar npm ...
Sathyapriya's user avatar
0 votes
1 answer
647 views

How to connect a fully functioning iOS app to a new Firebase project

I have an existing fully functioning app that connects to a Firebase project named "AppNameV1". I now want to set up separate Dev, Test, and Prod environments, so I created a new Firebase ...
ramluro's user avatar
  • 87
2 votes
1 answer
3k views

unable to install hyper kit on mac as it is showing an error during a brew intall

I am unable to install hyper kit on my mac. I am issueing the command brew install hyperkit from the terminal . the following is the logs result Kjango-MacBook-Air:~ kanan$ brew install hyperkit ...
Starbucks Admin's user avatar
0 votes
1 answer
28 views

Wait for Asynchronous request before execution of other code

I'am using [NSURLSession sharedSession] dataTaskWithRequest to get data from webserver and display it in a label & set button images according to it But my problem is first label code is executed ...
Honey's user avatar
  • 2,870

15 30 50 per page
1
2 3 4 5
281