码迷,mamicode.com
首页 > 移动开发 > 详细

Adding a prefix header to an iOS project

时间:2016-02-23 11:00:43      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:

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

标签:

原文地址:http://www.cnblogs.com/qike/p/5208887.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!