Post

Replies

Boosts

Views

Activity

Framework built with Xcode 15.4 giving error on Xcode 16.2
I have my main app that connect to multiple internal modules. These modules are built with Xcode 15.4 on Jenkins. If I use these modules as xcframework in main app and try to build main app with Xcode 16.2 it will give error. Framework built with older version of Swift. I thought we have ABI stability with new Xcode versions. Any idea what can be issue?
3
0
132
Apr ’25
Is there any script that can detect Apple Submission to TestFlight errors early? like: ".framework contains disallowed nested bundles"
Some of the errors like ".framework contains disallowed nested bundles" we find out at later stage when uploading builds to TestFlight. It will be great if we can have similar script that apple uses or some custom script to verify it during the build time. So before I reinvent the wheel is there any script I can use at build time to detect this issue?
1
0
747
Jul ’24
Full Keyboard Access - Using Tab vs Arrows
Hello, We are working on improving Keyboard Access to our app. We are confused what is difference between using Tabs to navigate and using Arrows. The reason is Tab is not navigating through every element when a view like tableView is embedded inside Navigation View or TabBarController. Tab selects the whole view and does not go inside the view and select individual selectable elements. For this arrow works fine. It will go through all the elements. Is this normal? I also checked the Reminders app it does the same. Hence confusing if should we only use Tabs or a combination of Tabs and Arrows to navigate. Thank you.
3
1
1.8k
Mar ’23