Posts

Post not yet marked as solved
0 Replies
247 Views
I was working on the landmarks tutorial (https://developer.apple.com/tutorials/swiftui/creating-and-combining-views), and I noticed the preview used in the tutorial seems to be device neutral. However, my version in Xcode 13.2.1 seems to default to iPod touch 7th generation. Is the tutorial just showing a neutral display, or is there a way to select the neutral display? I tried the build for any device, but the preview stays on iPod touch.
Posted Last updated
.
Post marked as solved
1 Replies
2.5k Views
I'v searched and it seems all the answers are from are from many years ago. I'm working on a network security command line research tool for Linux/Mac that currently uses a Makefile. I wanted to use the Xcode debugger, so I tried to build an Xcode project, but I'm having some final difficulties. I created a new project of type command line tool with external build target in the project directory. The default was to use /usr/bin/make. It ended up in a subdirectory, and based on several older web resources, I moved the project file up to the folder with the makefile. I added the source files in the folder to the project and right now I can edit and build from Xcode without difficulty. The issue is that the final executable ends up in a subfolder called bin, and I can't seem to discover how to tell Xcode that that is the final executable. All of the resources I've found talk about adding a custom executable to the target from the project menu, but that menu no longer exists. Searching project help doesn't seem to point to any setting for the executable produced by an external build process. The closest build setting I could find was PROJECT_NAME, but changing that didn't seem to help. Thanks.
Posted Last updated
.
Post not yet marked as solved
0 Replies
562 Views
I was working on an app that does some specialized data lookup/calculation in network connectivity/security.I was thinking about adding a siri voice lookup to the app. e.g. Siri "what is the efficiency of *** with parameterYYY in myapp." I was looking at the intents in SiriKit, and there doesn't seem to be any siri intent that is reasonable.The closest seems to be the note taking intent, if I model each piece of data as a note?Thanks.
Posted Last updated
.