|
Problem with Folder Associated Groups 3 messages
Hi, I’m having some problems with an older project, when I opened in XCode 9 which has the new Folder Associated Groups feature. The problem is that the Groups seem to be auto-magically associated wit
Hi, I’m having some problems with an older project, when I opened in XCode 9 which has the new Folder Associated Groups feature. The problem is that the Groups seem to be auto-magically associated wit
|
By
Dave
·
|
|
Launch screen orientation for landscape-only iPhone app 6 messages
I have a landscape-only iPhone app (Xcode 9.4.1, iOS 11.4, ObjC). Orientation and auto-rotations work properly in-app, but I always get a launch screen image that is rotated by 90 degrees. In Xcode IB
I have a landscape-only iPhone app (Xcode 9.4.1, iOS 11.4, ObjC). Orientation and auto-rotations work properly in-app, but I always get a launch screen image that is rotated by 90 degrees. In Xcode IB
|
By
Carl Hoefs
·
|
|
Mojave 3 messages
Does anyone know if Mojave requires Xcode 10?
Does anyone know if Mojave requires Xcode 10?
|
By
Alex Zavatone
·
|
|
Using external hotel TV as a monitor? 2 messages
I've started traveling a lot, and with my old DisplayPort Mac, use to just take a cable and grab a hotel flat monitor to work remote. With my new MacBook Pro and the external Apple dongle, this never
I've started traveling a lot, and with my old DisplayPort Mac, use to just take a cable and grab a hotel flat monitor to work remote. With my new MacBook Pro and the external Apple dongle, this never
|
By
dhoerl
·
|
|
How to Build for < MacOS 10.6 2 messages
HI, How to I build project for MacOS 10.4 or 10.5, do I need to install a different XCode? All the Best Dave
HI, How to I build project for MacOS 10.4 or 10.5, do I need to install a different XCode? All the Best Dave
|
By
Dave
·
|
|
Simulator settings. Touch ID. 2 messages
Does anyone know of any way to save a simulator configuration so that it always loads with those settings? I’ve created an AppleScript that turns on Touch ID for the iPhone 8 plus Simulator, but it se
Does anyone know of any way to save a simulator configuration so that it always loads with those settings? I’ve created an AppleScript that turns on Touch ID for the iPhone 8 plus Simulator, but it se
|
By
Alex Zavatone
·
|
|
FYI, Xcode 10 caveat. 4 messages
In our iOS project, we have 15 Cococpods. Xcode 10 errors out on a build by creating a 383 KB export command prior to building where it adds a bunch of build flags repeatedly to the export, trying to
In our iOS project, we have 15 Cococpods. Xcode 10 errors out on a build by creating a 383 KB export command prior to building where it adds a bunch of build flags repeatedly to the export, trying to
|
By
Alex Zavatone
·
|
|
iOS, Cocoapods and Jenkins. Build scripts to solve the hell. 4 messages
I’ve inherited an iOS project that uses a main project and also a bunch of pods in a Pods.xcodeproj. These two projects are within a workspace. Since pods are being used, there are the pod files that
I’ve inherited an iOS project that uses a main project and also a bunch of pods in a Pods.xcodeproj. These two projects are within a workspace. Since pods are being used, there are the pod files that
|
By
Alex Zavatone
·
|
|
Build vs Compile file and -Swift.h header
Why is it that I can Build my project and an Objective-C file that imports the "Module-Swift.h" header compiles just fine. But if I Compile that file only, while it seems to find the -Swift.h header j
Why is it that I can Build my project and an Objective-C file that imports the "Module-Swift.h" header compiles just fine. But if I Compile that file only, while it seems to find the -Swift.h header j
|
By
Rick Mann
·
|
|
Update an iPhone app's launch screen 10 messages
Xcode 9.4.1, iOS 11.4.1 Is there a way to force Xcode to refresh/update/replace an iPhone app's launch image to reflect the current build, other than by first deleting the app from the iPhone outright
Xcode 9.4.1, iOS 11.4.1 Is there a way to force Xcode to refresh/update/replace an iPhone app's launch image to reflect the current build, other than by first deleting the app from the iPhone outright
|
By
Carl Hoefs
·
|
|
Using image assets from Framework in Interface Builder
Everything I read online tells me I should be able to reference an image asset that's contained within a built Framework that I embed in my iOS app, but I can't seem to get IB to see the assets. In th
Everything I read online tells me I should be able to reference an image asset that's contained within a built Framework that I embed in my iOS app, but I can't seem to get IB to see the assets. In th
|
By
Rick Mann
·
|
|
In Xcode 10 GMC, does anyone know how to stop a running test?
I tried the typical command period, right clicking on the running test from the Report navigator. I just came back from lunch and 2 hours later, it still says that tests are running. If Xcode 10 says
I tried the typical command period, right clicking on the running test from the Report navigator. I just came back from lunch and 2 hours later, it still says that tests are running. If Xcode 10 says
|
By
Alex Zavatone
·
|
|
Question for those of us using Jenkins and Xcode. 2 messages
I’m working on getting a Jenkins setup at my new company and the first day, I went through following the Jenkins instructions which involve using Docker to host Jenkins. Aside from a few hiccups, this
I’m working on getting a Jenkins setup at my new company and the first day, I went through following the Jenkins instructions which involve using Docker to host Jenkins. Aside from a few hiccups, this
|
By
Alex Zavatone
·
|
|
IOKit framework 4 messages
I’m designing an iOS app that will communicate with a new hardware device (which is still being designed). We’re considering connectivity via USB, however I have not been able to find an IOKit framewo
I’m designing an iOS app that will communicate with a new hardware device (which is still being designed). We’re considering connectivity via USB, however I have not been able to find an IOKit framewo
|
By
Walter McCreary
·
|
|
Files disappeared from Xcode UI 8 messages
I think a git merge went awry, but I'm not sure how. I can't find a couple files that I added to a project, but all the references to the files seem to exist in the XML (there are 6 instances of my mi
I think a git merge went awry, but I'm not sure how. I can't find a couple files that I added to a project, but all the references to the files seem to exist in the XML (there are 6 instances of my mi
|
By
Rick Mann
·
|
|
IB object catalog stuck on Cocoa, not UIKit. 2 messages
This happens to me all the time in Xcode: the object catalog in the lower-right corner seems to think I'm looking at a Cocoa/macOS storyboard, not an iOS one, and won't show me iOS objects (or vice ve
This happens to me all the time in Xcode: the object catalog in the lower-right corner seems to think I'm looking at a Cocoa/macOS storyboard, not an iOS one, and won't show me iOS objects (or vice ve
|
By
Rick Mann
·
|
|
'stdio.h' file not found when compiling Hello World in Xcode 8.3
I'm using an old Xcode because my kernel extension will support El Capitan. That works with 8.3 by copying the 10.11 SDK from an older Xcode build. #include <stdio.h> // 'stdio.h' file not found int m
I'm using an old Xcode because my kernel extension will support El Capitan. That works with 8.3 by copying the 10.11 SDK from an older Xcode build. #include <stdio.h> // 'stdio.h' file not found int m
|
By
Michael Crawford
·
|
|
nib warning about image position in radio button 2 messages
I have a nib in which I get a warning: "Leading or trailing image position before macOS 10.12", pointing to a radio button. The attributes inspector showed the image position as "leading", which I cha
I have a nib in which I get a warning: "Leading or trailing image position before macOS 10.12", pointing to a radio button. The attributes inspector showed the image position as "leading", which I cha
|
By
James Walker
·
|
|
Xcode UI tests -- can you test a help window?
I’m playing with UI Testing for the first time. Starting simple, verifying that at startup the menus are populated as I expect in the appropriate enabled or disabled state. This is more to get me fami
I’m playing with UI Testing for the first time. Starting simple, verifying that at startup the menus are populated as I expect in the appropriate enabled or disabled state. This is more to get me fami
|
By
Marco S Hyman
·
|
|
Can't drag-create outlets
Xcode 9.4.1. I have a custom UIView subclass that contains a UIStackView, and inside that I have some views. I want to control-drag from those views to my custom UIView, and create outlets to them, bu
Xcode 9.4.1. I have a custom UIView subclass that contains a UIStackView, and inside that I have some views. I want to control-drag from those views to my custom UIView, and create outlets to them, bu
|
By
Rick Mann
·
|