Trying to automate using post process from unity to xcode.
Looked through and tried all relavent parts of PBXProject library including:
PBXProject.AddFrameworkToProject
PBXProject.AddFileToBuild
and others but still the the frameworks are not add like when dragged manually
PBXProject.AddFileToEmbedFrameworks - did manage to the frameworks to the embedded binaries but not in to linked frameworks.
The build is successful when done manually.
Also having problems automatically adding a second run script in build phases.
Thanks for the help
↧