Post

Replies

Boosts

Views

Activity

Support lower IOS versions with RealityKit feature
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
0
0
619
Jan ’22
Add to apple wallet demo fails
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
1
1
750
Jun ’23