Cocoapods dependencies on dynamic framework module

I have an application that has three goals:

  • Application purpose
  • General dynamic structure
  • Keyboard extension

An Xcode project defines a shared as a target dependency in the app and keyboard (the library has the code that is required by both).

My subfile has a "target" block for each target where I define dependencies. My guess now was that any libraries included under "Shared" as Cocoapods dependencies would also be available to Xcode's App and Keyboard targets thanks to this. This does not seem to be the case at this point. If I instead try to import the specified dependency for all three targets, I get duplicate characters.

Can someone explain to me the correct way to achieve what I am looking for?

+3
ios objective-c xcode cocoapods


source to share


No one has answered this question yet

Check out similar questions:

1348
How to "add existing frames" in Xcode 4?
441
How do I remove CocoaPods from a project?
48
How to structure your Xcode project with Frameworks, Extensions and CocoaPods
7
Cocoapods: bundling a package with multiple tasks
five
Unable to use Parse library in WatchKit extension (CocoaPods)
1
Shared Cocoapods Between Application Projects and Shared Library
1
Cocoapod in library for use in app and extension
1
Cocoapods: Framework not found for architecture error
0
Cocoapods: Two Apps with a Shared Private Platform in WorkSpace



All Articles
Loading...
X
Show
Funny
Dev
Pics