Info.plist preprocessing problem with "/"

Hi!

I have enabled option INFOPLIST_PREPROCESS for all configs. Because I need to replace some variables inside info.plist which is different for all configs. And also I have key

`<key>NSAdvertisingAttributionReportEndpoint</key><string>https:example.com</string>`

After build I have incorrect "Preprocessed-Info.plist" because of after it NSAdvertisingAttributionReportEndpoint looks like:

<key>NSAdvertisingAttributionReportEndpoint</key><string>https:

Could you help? I tried to escape the character, but no result here.

Do you get the same results with just the relevant configuration and preprocessor build settings in a small test project? If so, please share a link to your test project. That'll help us better understand what's going on. If you're not familiar with preparing a test project, take a look at Creating a test project.

—Ed Ford,  DTS Engineer

Info.plist preprocessing problem with "/"
 
 
Q