Post

Replies

Boosts

Views

Activity

What settings should I make if I want to use the required reason API for reasons not listed?
Hi Apple team. Our library calls stat/fstat to get the file size, not the timestamp. In this case there is no applicable reason for NSPrivacyAccessedAPITypeReasons. Will the app still be rejected if I don't set something for NSPrivacyAccessedAPIType? Or should I write a reason for lying? The documentation seems to be contradictory.
1
0
861
Sep ’23
Xcode 14 and skip install setting
I found strange behavior on Xcode 14. Suppose you have a iOS project with two targets: app and a static library. Static library is in target dependencies of app, so when an app is built, static library is also automatically built and linked. At this time, if the library's "skip install" is set to NO, the archived data will not be recognized as an iOS app and will be classified as Other Item in Organizer.(therefore, uploading is not possible) I don't think this behavior existed in previous Xcode versions, is this a bug?
1
1
2k
Sep ’22