xcode9 Questions

4

Solved

I have an iOS xcode project that builds fine when I have Generic iOS Device selected as my destination. However, when I select any of the simulator options I the build fails with many Redefinition ...
Eames asked 29/8, 2018 at 15:24

2

I have an app for which I allow the user to enable 'open at login' via a preference using a launcher app (see https://en.atjason.com/Cocoa/SwiftCocoa_Auto%20Launch%20at%20Login.html). However, when...
Gaultheria asked 5/10, 2017 at 3:30

42

Solved

I'm looking for more information on the message below. Xcode 9 seems to be hanging for a couple minutes already... How can I tell Xcode 9 to quickly recognize my previously used device updated to i...
Lapboard asked 20/9, 2017 at 7:55

6

Solved

There is a new privacy NSFaceIDUsageDescription Info.plist key in the Xcode 9 GM where a developer supplies the usage description for the permissions alert. Does anyone have a link to docs on it? T...
Cornellcornelle asked 19/9, 2017 at 20:41

6

Solved

I am building an iOS app using PJSIP library with H264 support. When building H264, I get 1 .a file and 2 .dylib files. I tried to use the .dylibs in my project by adding as "Embedded Libraries" an...
Mcgrath asked 9/2, 2018 at 8:28

28

Solved

I'm struggling to release a new version of our app using Xcode 9 built with iOS 11 SDK. Archiving and uploading the binary goes well without any issue. The build appears in iTunes Connect under Act...
Surveillance asked 14/9, 2017 at 10:30

5

Solved

Creating some new view controllers with xcode 9 so now I have a few safe areas to deal with. I am currently trying to do something fullproof, meaning keeping the unsafe area as it is (since I alwa...
Inadvertency asked 3/10, 2017 at 10:8

4

I am aware that command + ' brings you to the next issue, but is there a way to bring you to the next compiler error and ignore the warnings? (xcode 9)
Gallinacean asked 11/10, 2017 at 20:8

7

Solved

How to collapse all methods in a class in Xcode? Collapsing one by one is not an option anymore.
Ormond asked 14/5, 2010 at 13:49

14

I am using Xcode 9 and I am trying to do Refactoring on my Swift based file but every time I am getting below error: Refactoring engine ranges didn't match initial ranges Why isn't it matching t...
Swank asked 27/9, 2017 at 7:6

6

Solved

I've recently updated to OSX Sierra (from El Capitan) and to Xcode 9. I removed all compatibility issues (like autolayout issues) and would like to commit to my local gitrep now. the following err...
Digged asked 6/10, 2017 at 14:16

11

Solved

I’ve been working on an app for a client using my own Apple Developer account so far while waiting for them to register a Developer account themselves. They have done this— and the time has come f...
Margay asked 2/2, 2018 at 14:1

6

Solved

struct Task: Codable { var content: String var deadline: Date var color: UIColor ... } There are warnings saying "Type 'Task' does not conform to protocol 'Decodable'" and "Type 'Task' does no...
Suzan asked 19/6, 2018 at 12:12

9

Solved

However I have recompiled the framework using the same Xcode and it still gives me this error. Base SDK iOS 11.1 for both Swift Language Version Swift 4.0 for both Not using Pods/Carthage I ho...
Retrieve asked 13/10, 2017 at 8:53

4

Solved

I just download Xcode 9 and was going through wireless debugging tutorials . I went through this link Wireless debugging but could not make out why my wireless debugging icon is not showing. My dev...
Villar asked 23/9, 2017 at 11:57

2

I use UIColor.named("myColor") throughout my app since Xcode 9 came out. While having a shot at a custom implementation of UITextField as an IBDesignable class, I kept getting the following error: ...
Pope asked 1/11, 2017 at 8:36

7

Solved

I have a source code of a swift application which developed for iOS using swift 3. I want to run it inside Xcode however it remains in loading state forever. I have tried solutions provided in que...
Danley asked 22/4, 2019 at 10:4

5

Solved

I am trying to run my iOS app via wifi network. But its not working as I expected. Connected Network sign is not displaying. I am using: macOS Sierra - 10.12.6 (in Mac mini) Xcode - 9.0 (9A23...
Diadem asked 20/9, 2017 at 11:16

16

Solved

I have saved some screenshots in the iPhone Simulator running iOS 5, but I can't find them. I had this problem before, and it took me frickin' ages to find them in the file system. Is this so sim...
Sardis asked 27/11, 2011 at 14:5

2

Safe area layout guides can be disabled in Interface Builder by unchecking the Use Safe Area Layout Guides. How can this be done in code? I didn't notice an iOS11-available boolean that directly c...
Elburt asked 10/11, 2017 at 18:25

3

Solved

I worked on a project in Xcode 11 Beta 4 and then downgraded to Xcode 10 and can't open the project. I want to submit my app to the app store, but I kept getting error messages in Xcode 11 beta 4....
Martinemartineau asked 19/7, 2019 at 0:34

13

Solved

When I try to launch an iOS Simulator from Xcode 9, the following error pops up:
Surround asked 10/10, 2017 at 17:57

5

Solved

I am making an app in Xcode 9.2 and trying to run it on my iPhone (5S running iOS 11.2.1), Xcode compiles the application fine (I can run it in the simulator) but it does not run on my iPhone. Whe...
Barina asked 27/12, 2017 at 1:25

14

Xcode 9.1 Simulator 10.0 OSX 10.12.6 I would like to upload a new build of my sticker pack to iTunes Connect. But Product > Archive is grayed out. So I ran the Simulator and got ""Failed to set pl...
Doubleedged asked 17/11, 2017 at 5:57

6

I run multiple simulator and I need to close one of them. How can i do this? Because I tried to close it like we does in older version of Xcode but can't close.
Marlo asked 18/7, 2017 at 11:33

© 2022 - 2024 — McMap. All rights reserved.