Open fatinfarzanaazizan opened 6 months ago
@fatinfarzanaazizan We will be releasing a hotfix for this. In the meantime could you try out the branch with the fix yourself?
pod 'CleverTap-Geofence-SDK', :git => 'https://github.com/CleverTap/clevertap-geofence-ios.git', :branch => 'task/SDK-3766-geofence-xcprivacy-fix'
@fatinfarzanaazizan We will be releasing a hotfix for this. In the meantime could you try out the branch with the fix yourself?
pod 'CleverTap-Geofence-SDK', :git => 'https://github.com/CleverTap/clevertap-geofence-ios.git', :branch => 'task/SDK-3766-geofence-xcprivacy-fix'
Hi @akashvercetti , tried it out with the branch above in podfile. Able to build and works great. Thanks
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: