Open huzaifaios opened 2 months ago
@huzaifaios Could you share your podfile? The privacy manifest should be bundled in the XCFramework that is used by the Cocoapod as a PrivacyInfo.xcprivacy file. It may be because you are using static instead of dynamic frameworks?
@huzaifaios Could you share your podfile? The privacy manifest should be bundled in the XCFramework that is used by the Cocoapod as a PrivacyInfo.xcprivacy file. It may be because you are using static instead of dynamic frameworks?
I have to manually add privacy file on my ios project.
We're using Dynamic Frameworks and that did not address the issue. We're going to cease being able to update as of Nov 12th. Any update on this?
@emawby sorry - realized you wanted a sample podfile. This is ours:
platform :ios, '13.0'
target 'Subterfuge' do
use_frameworks!
pod 'OneSignal/OneSignal', '5.1.6'
end
How can we help?
Only file with these names are being install not the other file which i can see when i download the project. Kindly check this for me and let me know. these files does not have manifest file other files have manifest file on them do i have to separately download it and add on my codebase.
Code of Conduct