forkingdog / forkingdog/FDStackView
Return nil if it's compiled as a dynamic framework
Open
- Dominant language
- Objective-C
- Stars
- 2.5k
- Forks
- 310
- PR merge metrics
- No merged PRs in 30d
Description
I use CocoaPods to manage third-party libraries.
There are some reasons causes I had to add `use_frameworks!` to the Podfile, so all of the libraries are compiled as a dynamic framework.
But I found that if FDStackView is compiled into a dynamic framework, it will return nil when it's initialized.
Is there any workaround? I don't want to add the code to my project manually.
FYI:
Objective-C-based project.
iOS 8.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.