I have an IOS app with IOS version 10+ , i need to add some feature that depend only on RealityKit to appear with users whom their IOS version is 13+ , the app compiles and runs successfully on real device but the problem is when archiving for upload to app store it generates a swift file and says
"No such module RealityKit"
Sure the reason is related to versions < 13 but i can't edit that file (To add canImport to RealityKit) it's readonly
My question is how to cross this problem and make it archive successfully with lower versions support
Here is a demo that shows the problem when archiving
https://github.com/ShKhan9/RealTester
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I need to ask wether Apple App Store Small Business Program 15% is for individual enrollment only or for organizations also that is < $1 million per year profit ?
I'm trying to use Apple wallet to permit users for a coupon usage so I followed apple demo
Here
When it comes to this part
To get the signpass tool, do the following:
Download this book’s companion file (from The developer downloads area), and locate the signpass project.
Open the project in Xcode, and build it.
Right-click on the signpass executable (in the Products folder in Xcode) and select Show in Finder.
Move the signpass executable to the Documents folder.
When i try to run the demo project i got this error
usage: signpass -p <rawpass> [-o <path>] [-c <certSuffix>]
signpass -v <signedpass>
-p Sign and zip a raw pass directory
-v Unzip and verify a signed pass's signature and manifest. This DOES NOT validate pass content.
Program ended with exit code: 0
Any help is extremely appreciated