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
Hi, it seems that having the same file name: PrivacyInfo.xcprivacy from clevertap geofence sdk and our local app project is throwing error as below:
Multiple commands produce '/Users/app/PrivacyInfo.xcprivacy'
There's a workaround where we can download the source code and modify the resource path in podspec (tried it out and it works fine) but I would like to avoid this.
Hope you guys can have a look at it and let me know if more details are required. Thanks
Steps to reproduce:
Create a PrivacyInfo.xcprivacy file in project file
pod install (where podfile contains CleverTap-Geofence-SDK)
build app
Actual Result: Xcode fails to build with error Multiple commands produce '/Users/app/PrivacyInfo.xcprivacy'
Clevertap sdks in podfile:
pod "CleverTap-iOS-SDK", '~> 5.1.1', :modular_headers => true, :inhibit_warnings => true
pod 'CleverTap-Geofence-SDK', :inhibit_warnings => true
The text was updated successfully, but these errors were encountered:
fatinfarzanaazizan
changed the title
Same PrivacyInfo.xcprivacy file name is causing Multiple commands produce PrivacyInfo.xcprivacy error
Same PrivacyInfo.xcprivacy file name is causing' Multiple commands produce PrivacyInfo.xcprivacy' error
Apr 22, 2024
fatinfarzanaazizan
changed the title
Same PrivacyInfo.xcprivacy file name is causing' Multiple commands produce PrivacyInfo.xcprivacy' error
Same PrivacyInfo.xcprivacy file name is causing 'Multiple commands produce PrivacyInfo.xcprivacy' error
Apr 22, 2024
Hi, it seems that having the same file name: PrivacyInfo.xcprivacy from clevertap geofence sdk and our local app project is throwing error as below:
There's a workaround where we can download the source code and modify the resource path in podspec (tried it out and it works fine) but I would like to avoid this.
Hope you guys can have a look at it and let me know if more details are required. Thanks
Steps to reproduce:
Actual Result: Xcode fails to build with error Multiple commands produce '/Users/app/PrivacyInfo.xcprivacy'
Clevertap sdks in podfile:
The text was updated successfully, but these errors were encountered: