-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
Description
Describe the bug
Branch Cordova SDK doesn't work with [email protected] because of this error:
error: Multiple commands produce '/Users/user/Desktop/app_mobile/src-cordova/platforms/ios/build/Release-iphonesimulator/MyApp.app/PrivacyInfo.xcprivacy'
Branch Cordova SDK should not include PrivacyInfo.xcprivacy but should instead mention in docs that developers must add the privacy manifest manually to config.xml while we wait for Cordova to add support for specifying privacy manifest in plugins.
Steps to reproduce
- Try to build a Cordova app for iOS with [email protected] and [email protected]
Expected behavior
Build should not fail.
SDK Version
6.1.0
Make and Model
Any iOS device
OS
Any iOS version
Additional Information/Context
No response
OlehSak