ios - In Xcode 7 how can I have a static lib target and a framework target with the same name? -


i'm trying convert existing github repo (rmstore, apply repo) compatible carthage. requires adding framework target xcode project. want resulting framework called rmstore.framework, cannot create new target xcode project called rmstore because there target name, builds static library (and don't want rid of target).

i created new target called rmstoreframework, resulting framework called rmstoreframework.framework, not want. so, there way either:

  1. create 2 targets same name or alternatively,
  2. make name of resulting framework different target name?

you can change name of resulting framework. on build settings -> product name, can choose name want.

this pattern can seen in projects support carthage , support both ios , mac platforms.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -