You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, we wanted to check out Timelane for use with our project.
The problem is that because of how our company is set up, we compile our source code as part of a cocoapods "pod".
Adding the "TimelaneCombine" package to the workspace via SPM only exposes Timelane to files specific to the workspace, which is just an example App running the code from the Pod. The real source code inside the Pod doesn't get access to the packages from SPM, which is why it can't import "TimelaneCombine".
Trying to add the package to the pods project does nothing, and it's lost upon the next "pod install" run.
Would be great if you could create a Cocoapod which we could then add as a dependency for our Dev Pods :)
The text was updated successfully, but these errors were encountered:
Hi there, we wanted to check out Timelane for use with our project.
The problem is that because of how our company is set up, we compile our source code as part of a cocoapods "pod".
Adding the "TimelaneCombine" package to the workspace via SPM only exposes Timelane to files specific to the workspace, which is just an example App running the code from the Pod. The real source code inside the Pod doesn't get access to the packages from SPM, which is why it can't import "TimelaneCombine".
Trying to add the package to the pods project does nothing, and it's lost upon the next "pod install" run.
Would be great if you could create a Cocoapod which we could then add as a dependency for our Dev Pods :)
The text was updated successfully, but these errors were encountered: