Adding a prefix header to an iOS project
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Adding a prefix header to an iOS project相关的知识,希望对你有一定的参考价值。
The ios SDK API for New Relic Mobile requires modification of your project‘s prefix header. If your project does not have one, follow these steps to add it.
From your Xcode menu, select File > New > File...
From iOS template options, select Other > PCH file.
Name the file <target_name>-Prefix.pch, and then select Create.
From your target’s Build settings, select All, and then add the following to the Prefix Header field:
$(SRCROOT)/<target_name>-Prefix.pch
以上是关于Adding a prefix header to an iOS project的主要内容,如果未能解决你的问题,请参考以下文章
Adding property to a json object in C#
Adding an interactive living pivot table to Excel wtih Python
Adding a Timepicker to jQuery UI Datepicker
Laravel文档阅读笔记-Adding a Markdown editor to Laravel
Adding ASP.NET Identity to an Empty or Existing Web Forms Project