Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Feature/podspec split #14

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

leverdeterre
Copy link

Hi,
Actually it's impossible to compile a project with target using differents subspec.
for exemple,
TARGET A
pod atinternet-ios-objc-sdk

TARGET B (an AppExtension)
pod atinternet-ios-objc-sdk/AppExtension

=> compilation failed, conflict on frameworks names.
subspec are not the right solution to compile a light framework for AppExtension because it's final name is the same has the full one integrated to app.

A good solution ? (my pull request), is to use 2 podspecs to generate 2 frameworks with distinct names.

PS : The same issue exists on the Swift version. (but the same fix could fix it)

@d-theo
Copy link
Contributor

d-theo commented Aug 3, 2017

Hi,
It's a good improvement idea, we are going to discuss about it. However it may be fixed only at the end of the months (with swift4 updates). Are there any caveats about generating multiple spec ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants