Quantcast
Channel: Questions in topic: "xcode"
Viewing all articles
Browse latest Browse all 1047

RemoveFrameworkFromProject is not work

$
0
0
Hi. I should remove CoreLocation FrameWork for IOS policy.(https://forum.unity.com/threads/nslocationwheninuseusagedescription-required-for-unknown-reasons.528654/) So, I tried to use RemoveFrameworkFromProject function but it is not work. My unity project version is 5.6.3p2 and Xcode version 10.1. What am I miss? here is my code. var projPath= PBXProject.GetPBXProjectPath(in_buildPath); var proj = new PBXProject(); proj.ReadFromFile(projPath); var targetName = PBXProject.GetUnityTargetName(); var targetGuid = proj.TargetGuidByName(targetName); proj.RemoveFrameworkFromProject(targetGuid , "CoreLocation");

Viewing all articles
Browse latest Browse all 1047

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>