开发者

Adding a build dependency in iOS

How is a build dependency added to an iphone application?

If a .xcodeproj is added to an application, how is it added as a build de开发者_开发问答pendency?


  1. right-click ( or ctrl-click ) on the appropriate target ( under Targets )
  2. go to the General tab
  3. Click on the plus button under "Direct Dependencies"
  4. Select your desired target to make a dependency, and hit add target


Ctrl+click on the app's target, click Properties and go to the first tab. Then, add a dependency and select the xcodeproj's target which you'd like as dependency.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜