Post

Replies

Boosts

Views

Activity

Reply to How can I upload an independent watchOS application that requires a privacy description in the Info.plist?
For folks who are unable to use the 2nd Info.plist file approach, I managed to upload to AppStore by configuring the Build Settings of the main target (not the watch target). There is an Info.plist Values section in the build settings (Xcode 14) and you can enter your privacy description text there. (no need for extra Info.plist file. Hope this helps.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’22
Reply to How can I upload an independent watchOS application that requires a privacy description in the Info.plist?
For folks who are unable to use the 2nd Info.plist file approach, I managed to upload to AppStore by configuring the Build Settings of the main target (not the watch target). There is an Info.plist Values section in the build settings (Xcode 14) and you can enter your privacy description text there. (no need for extra Info.plist file. Hope this helps.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Xcode 13 app archiving is modifying framework plist
If you are still stuck in 2024, this fixed the problem for me: Under Target, Info, Bundle Version String (short), instead of a fixed version string, change it to $(MARKETING_VERSION).
Replies
Boosts
Views
Activity
May ’24