xcode9 Questions
4
Solved
I currently try to setup an Xcode Server with Xcode 9 but I stuck with this Keychain Password request.
I guess it has something to do with the previous Xcode/OS X Server Installation as there Xcod...
Scoliosis asked 18/10, 2017 at 8:35
8
We are using Jenkins for Continiuous Integration. Everything we need to do in order to compile our app is done via commandline (bash script), because we have several machines where the build has be...
Flyleaf asked 19/9, 2017 at 8:14
7
Xcode 8 or 9 started displaying runtime issues. You see a purple icon at the top of the window, and a list in Issue Navigator, next to buildtime issues like compilation warnings and errors.
T...
8
Solved
I'm using Xcode 9.0.
My pod file:
pod 'Alamofire', '~> 4.3'
pod 'SwiftyJSON'
pod 'AlamofireSwiftyJSON'
pod 'KSToastView', '0.5.7'
pod 'SDWebImage', '~> 4.0'
pod 'NVActivityIndicatorView'
p...
Antemortem asked 8/9, 2018 at 4:46
4
Solved
So I use Xcode 9.2, for a month I didn't have this problem working on the project. Today, I remember I changed the navigation bar to be "NOT" translucent in the storyboard. After I unchecked it, th...
5
Solved
How come Apple can do this:
import CoreGraphics
import GameplayKit
import simd
/**
@header
SceneKit framework category additions related to GameplayKit integration.
@copyright 2017 Apple, ...
2
Solved
In the Xcode 9 view debugger, I'd like to select a view in the 3-D exploded diagram of views, and then reveal that view in the hierarchy on the left. I know I can "focus" on that view by double-cli...
Yonita asked 6/12, 2017 at 2:15
11
Solved
Running my App in the iPhone X Simulator (GM Seed) I am noticing two strange effects:
the App does not use the full screen space (top and bottom area is black)
a strange white bar beneath the tit...
Gosney asked 12/9, 2017 at 20:30
1
I am working on a simple Document macOS application in Xcode 9 / swift 4 using XIB for the interface.
I have a TextView, the value of which I want to bind to a variable in the File's Owner's class...
2
We are trying to enable Bitcode fully in our Static Framework but we are receiving the following error while archiving the app when the framework is integrated with it though we are able to build i...
Benson asked 3/7, 2018 at 9:21
16
Solved
I am running into an issue while doing API calls to my apps backend, every connection now prompts with
CredStore - performQuery - Error copying matching creds. Error=-25300, query={
atyp = http;
...
1
I am leasing a self signed certificate using NSMutableURLRequest and when the certificate is anchored using a custom certificate with SecTrustSetAnchorCertificates IOS 11 fails with the following e...
3
Solved
I have an iOS app that is building on both xcode8 (Sierra) and on xcode9 (High Sierra).
When I'm doing exportArchive it passes on xcode8 but fails on xcode9.
I have the provisioningProfiles secti...
Kath asked 11/4, 2018 at 11:29
4
Solved
Trying to figure out how to prettyPrint the json value of my response from an API, while debugging:
let session = URLSession(configuration: .default)
let task = session.dataTask(with: urlRequest) ...
3
I encountered the following issue after upgrading to XCode9 (Well I could not completely isolate the cause because I re-generated the certificate right after upgrading for enabling Push Service) :
...
Thumbscrew asked 27/9, 2017 at 12:23
4
Solved
Looking at XCTWaiter().wait(...) I believe we can wait for multiple expectations to become true using this code
let notHittablePredicate = NSPredicate(format: "hittable == false")
let myExpectatio...
Bliss asked 19/12, 2017 at 5:15
27
Solved
When I am opening my project in Xcode 9, getting above error for Storyboard and Launchscreen.
Note: Cleaning derived data didn't help me.
Please have a look at the screenshot.
Gumma asked 5/10, 2017 at 11:58
36
Solved
This morning, Xcode 9.0 (9A235) shows a new/strange Auto Complete box that is not at all what it used to be. How do I get the full auto-complete box so that autocomplete looks like how it usually d...
Expedite asked 30/9, 2017 at 15:38
3
Solved
Project can build properly on iphone 4s simulator but trying to run UITest on it gives me the error :
The bundle “MyappUITests” couldn’t be loaded because it doesn’t contain a version for the cu...
Hipster asked 26/10, 2017 at 14:11
20
Solved
Wireless debugging was recently added as a feature in Xcode 9, iOS 11, and tvOS 11. Apple TV 4K doesn't have a USB port, so it requires wireless debugging. How do you perform this wireless debuggin...
1
I want to set shadow around a every section(group of cells) in iOS Swift.
Like this:
Mylor asked 5/11, 2017 at 7:58
3
Solved
My current project in Swift 3.2 and Xcode 8.3 this error comes today even I have successfully uploaded to iTunes before 3 days.
ERROR ITMS-90725: "SDK Version Issue. This app was built with the...
12
Solved
The iPad-simulator is really small (like one third the size of the real iPad screen) on my 23" Full-HD screen (and also on the 15" MacBook Pro).
Is there a way to resize it?
I know it must mainta...
Agentival asked 26/5, 2011 at 14:16
3
There used to be a button called "stay in front" in older versions of ios simulater. I used this often, but in recent updates it seems to be removed. Is there a any way to activate this feature ?
...
Ellary asked 4/10, 2017 at 10:49
3
Solved
@objc func launchCoreML() {
let settings = AVCapturePhotoSettings()
let previewPixelType = settings.availablePreviewPhotoPixelFormatTypes.first
let previewFormat = [
kCVPixelBufferPixelFormatTy...
© 2022 - 2024 — McMap. All rights reserved.