|
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
·
|
|
pngcrush error? 11 messages
Xcode 9.2, iOS 11.2 Suddenly Xcode is raising an error with a certain .png file: While reading /Users/carl/Projects/ProteinHBR/images/stimcolor.png pngcrush caught libpng error: \363\2468p\363\246Z\26
Xcode 9.2, iOS 11.2 Suddenly Xcode is raising an error with a certain .png file: While reading /Users/carl/Projects/ProteinHBR/images/stimcolor.png pngcrush caught libpng error: \363\2468p\363\246Z\26
|
By Carl Hoefs
·
|
|
The current state of private distribution of iOS IPAs 12 messages
We used to distribute IPAs internally by emailing them or hosting them on an internal website and people would download and install the apps through iTunes by synching them to their devices. IIRC, App
We used to distribute IPAs internally by emailing them or hosting them on an internal website and people would download and install the apps through iTunes by synching them to their devices. IIRC, App
|
By Alex Zavatone
·
|
|
Use self-> or self. ? 6 messages
Xcode 9.3, Objc, iOS 11.3 For the compiler warning: Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior I have declarations like this in the class: @proper
Xcode 9.3, Objc, iOS 11.3 For the compiler warning: Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior I have declarations like this in the class: @proper
|
By Carl Hoefs
·
|
|
C++17 support? 2 messages
Xcode 9.3 supports C++17 according to the “C++ Language Dialect” build setting, but libc++ doesn’t seem to be up to date — for example, the header <variant> doesn’t exist. On closer examination, the “
Xcode 9.3 supports C++17 according to the “C++ Language Dialect” build setting, but libc++ doesn’t seem to be up to date — for example, the header <variant> doesn’t exist. On closer examination, the “
|
By Jens Alfke
·
|
|
Xcode 7: "Unknown type name 'size_t'" 3 messages
My clients marketing people want my product to support 10.11. This seems to be a reasonable request however it's giving me some trouble. I'm actually using Xcode 7.3.1; if I understand correctly that
My clients marketing people want my product to support 10.11. This seems to be a reasonable request however it's giving me some trouble. I'm actually using Xcode 7.3.1; if I understand correctly that
|
By Michael Crawford
·
|
|
Xcode signing issue 9 messages
I've been trying to set up a(nother) Mac Mini as a Bamboo build agent. Our Mac apps build fine, but when I try to build the iOS products I get a code-signing error. macOS 10.13.4, Xcode 9.2 (we're not
I've been trying to set up a(nother) Mac Mini as a Bamboo build agent. Our Mac apps build fine, but when I try to build the iOS products I get a code-signing error. macOS 10.13.4, Xcode 9.2 (we're not
|
By Sak Wathanasin
·
|
|
Bug with xliff export in Xcode 9.2? 6 messages
Hi there, In preparation for localising my new macOS app, I've been playing around with exporting localisations via the xliff format from Xcode. This works great for strings within my .m files that us
Hi there, In preparation for localising my new macOS app, I've been playing around with exporting localisations via the xliff format from Xcode. This works great for strings within my .m files that us
|
By Mark Allan
·
|
|
Xcode and command click. 6 messages
A long time ago, one of the list members mentioned what needed to be done to convert command clicking on a method to jump directly to its definition, instead of pressing command control and clicking.
A long time ago, one of the list members mentioned what needed to be done to convert command clicking on a method to jump directly to its definition, instead of pressing command control and clicking.
|
By Alex Zavatone
·
|
|
FYI, Xcode 9.3 was just released.
https://download.developer.apple.com/Developer_Tools/Xcode_9.3/Xcode_9.3.xip
https://download.developer.apple.com/Developer_Tools/Xcode_9.3/Xcode_9.3.xip
|
By Alex Zavatone
·
|
|
Is anyone on this group using React Native seriously for projects?
I’m just digging in to it today and wanted to profit from the experience of the group to see what the lay of the land is like. Thanks in advance. Alex Zavatone
I’m just digging in to it today and wanted to profit from the experience of the group to see what the lay of the land is like. Thanks in advance. Alex Zavatone
|
By Alex Zavatone
·
|
|
What is the "domain" that launchctl refers to? 2 messages
Trying to Google it results in being overcome by hits on Windows Active Directory and DNS. If I try to load a user agent as a regular user, launchctl complains: $ launchctl load /Library/LaunchAgents/
Trying to Google it results in being overcome by hits on Windows Active Directory and DNS. If I try to load a user agent as a regular user, launchctl complains: $ launchctl load /Library/LaunchAgents/
|
By Michael Crawford
·
|