|
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
·
|
|
Compiling older IB documents 3 messages
I'm in the process of updating a legacy iOS6(?) iPhone app, but Xcode 9 won't build it: /* com.apple.ibtool.document.warnings */ /Users/carl/Legacy/PharmaProcess/MainWindow.xib:global: warning: This f
I'm in the process of updating a legacy iOS6(?) iPhone app, but Xcode 9 won't build it: /* com.apple.ibtool.document.warnings */ /Users/carl/Legacy/PharmaProcess/MainWindow.xib:global: warning: This f
|
By Carl Hoefs
·
|
|
Build vs Compile single file architecture issue 4 messages
My project can build just fine (Product->Run or Product->Build), but if I try to compile a single file, I get an error like this: No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=arm
My project can build just fine (Product->Run or Product->Build), but if I try to compile a single file, I get an error like this: No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=arm
|
By Rick Mann
·
|
|
Instant Crash on XCode 9.3.1 2 messages
XCode 9.3.1 Latest MacOS I have the following Groups in my project: GroupA (Associated with a folder). FileA FileB FileC GroupX (Not associated with a folder). If I try to drag GroupX to before FileA
XCode 9.3.1 Latest MacOS I have the following Groups in my project: GroupA (Associated with a folder). FileA FileB FileC GroupX (Not associated with a folder). If I try to drag GroupX to before FileA
|
By Dave
·
|
|
Am I smoking crack or is Xcode? 2 messages
Blessed be code signing.
By Alex Zavatone
·
|
|
Xcode 10 info.plist 3 messages
I’m playing with Xcode 10 beta 2. One difference I’ve noticed is the order of info.plist processing. Previous versions processed info.plist before running any custom shell scripts. This was handy for
I’m playing with Xcode 10 beta 2. One difference I’ve noticed is the order of info.plist processing. Previous versions processed info.plist before running any custom shell scripts. This was handy for
|
By Marco S Hyman
·
|
|
break on C++ exceptions in just my code?
If I tell Xcode to break on all C++ exceptions, then it sometimes breaks on an exception deep within the OS. Presumably the exception gets caught, because if I continue then all is well, but it interf
If I tell Xcode to break on all C++ exceptions, then it sometimes breaks on an exception deep within the OS. Presumably the exception gets caught, because if I continue then all is well, but it interf
|
By James Walker
·
|
|
XCode 9.3 and Project Groups? 4 messages
Hi, When I create a new Group in my project, XCode now seems to also create a folder on the hard disk. I have a folder called: Images/Game/TypeA-1.png Images/Game/TypeA-2.png Images/Game/TypeA-3.png …
Hi, When I create a new Group in my project, XCode now seems to also create a folder on the hard disk. I have a folder called: Images/Game/TypeA-1.png Images/Game/TypeA-2.png Images/Game/TypeA-3.png …
|
By Dave
·
|
|
Scripting Xcode: any way to open a list of files each in their own tab? 2 messages
Looking at the Xcode AppleScript dictionary with ScriptDebugger, and its not looking good for opening a single file in a new tab, or a list of files in their own tabs. Why do I want this? I have sever
Looking at the Xcode AppleScript dictionary with ScriptDebugger, and its not looking good for opening a single file in a new tab, or a list of files in their own tabs. Why do I want this? I have sever
|
By dhoerl
·
|
|
Problem opening separate windows
XCode 9.3.1 Hi All, How can I Command+DoubleClick on a Symbol in a Source Window and have XCode open the definition in a *separate* window? In the Preferences Navigation Pane I have: Double Click Navi
XCode 9.3.1 Hi All, How can I Command+DoubleClick on a Symbol in a Source Window and have XCode open the definition in a *separate* window? In the Preferences Navigation Pane I have: Double Click Navi
|
By Dave
·
|
|
Is there any mailing list that notifies about Xcode releases? 5 messages
How does everyone find out when a new release of Xcode is out? TIA, Alex Zavatone
How does everyone find out when a new release of Xcode is out? TIA, Alex Zavatone
|
By Alex Zavatone
·
|
|
Can I Sign A LaunchAgent The Same Way I Sign Kernel Extensions?
I have a kext signing certificate that Apple issued me so I can sign my client's drivers. I also have a LaunchAgent - a *userspace* command-line program. Xcode signs it the same way as it signed my dr
I have a kext signing certificate that Apple issued me so I can sign my client's drivers. I also have a LaunchAgent - a *userspace* command-line program. Xcode signs it the same way as it signed my dr
|
By Michael Crawford
·
|