You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This issue has been automatically marked as stale due to inactivity for 60 days. If this issue is still relevant, please respond with any updates or this issue will be closed in 7 days. If you believe this is a mistake, please comment to let us know. Thank you for your contributions.
This issue has been automatically marked as stale due to inactivity for 60 days. If this issue is still relevant, please respond with any updates or this issue will be closed in 7 days. If you believe this is a mistake, please comment to let us know. Thank you for your contributions.
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 toconfig.xml
while we wait for Cordova to add support for specifying privacy manifest in plugins.Steps to reproduce
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
The text was updated successfully, but these errors were encountered: