scalessec/Toast

Toast.podspec

Closed this issue · 4 comments

s.resource_bundles = {'Toast' => ['Resources/PrivacyInfo.xcprivacy']}

@scalessec check this requset please

you can refer to this issue for some clarification on why this is needed.
vonovak/react-native-simple-toast#79

I am also having the same problem that, before this fix, xcode would fail to build, stating that multiple commands are generating PrivacyInfo.xcprivacy. Based on the fix above, I opened a pull request. Please take a look, thanks.
#144

Fixed with #144