Post

Replies

Boosts

Views

Activity

Reply to Xcode 15 beta 8 not handling assembly code for iOS
This is the latest error code. missing input '/Users/gene/Library/Developer/Xcode/DerivedData/volk-neon-asm-fmqioscvzlcgqjferhnlcfrdltsi/Build/Intermediates.noindex/volk-neon-asm.build/Debug-maccatalyst/volk-neon-asm.build/Objects-normal/x86_64/volk_16i_max_star_horizontal_16i' and no rule to build it I see that the URL include "Debug-maccatalyst" when it should be "Debug-iphoneos". Also, there is a "Debug-iphoneos" directory with content. The problem is that adding assembly files to a project is not getting them copied into the "Objects-normal/arm64" directory. If I copy a source file manually and then use Xcode to assemble it, it works.
Sep ’23
Reply to Getting Xcode to create an app bundle
When I do that, it sets up a pair of swift files. I have C code that I want to use which currently compiles and runs on the command line in macOS. I am trying to get this "function" to run in iPadOS. I have destinations, etc set up for iOS and it compiles the code for iOS but does not wrap it up as an app. I have seen C++ used in an app target. Do you have any suggestions for how to include the code into an app for iOS?
Sep ’23
Reply to Example "com.example.apple-samplecode.dext-to-user-client" grief
I have a followup question. When I add my iPad Air gen 5 as a potential destination, I get the error message "Ad Hoc signing is not allowed with SDK iOS 17". When I replace "Sign to Run Locally" with iOS development, I get the following Xcode error: "Showing Recent Messages /Users/gene/Desktop/DriverKitExsample_Unsigned/CommunicatingBetweenADriverKitExtensionAndAClientApp/DriverKitUserClientSample/DriverKitUserClientSample.xcodeproj: Provisioning profile "iOS Team Provisioning Profile: *" doesn't include the com.apple.developer.driverkit.userclient-access entitlement." Xcode pops up a bow saying to submit the error (which I Will do). Should this entitlement be part of automatic signing? If yes, then it is a bug. If no, then it seems liker there is a "catch-22" scenario trying to run "locally" on an iPad. What am I missing? Gene
Aug ’23