Cocoapods install running on device
oligriffiths opened this issue · 3 comments
oligriffiths commented
Hi
The +(void)load; method does not get called when running on a device if the library is installed via cocoapods.
I believe the issues is the library is not included as a static library, see
Any ideas?
Oli
angelolloqui commented
Interesting... I have all my projects with Pods and I do not have the issue. Have you tried with the -force_load
?
oligriffiths commented
No, how does force_load work?
angelolloqui commented
I am closing this issue as it quite old and I am using it in different projects with Pods with no issues. Please feel free to reopen if any new findings...