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
I have created a simple iOS project with CocoaPods and dependency injection using BloodMagic. It works perfectly. However, if I add the 'use_frameworks!' option in the Podfile, the app breaks. An error is thrown, which complains that the getter method of the dynamic property does not exist.
The text was updated successfully, but these errors were encountered:
This code searches classes in the Dynamic Lib that contains BMClassCollector. In the case of using dynamic frameworks (use_frameworks!), we have own separate framework for BloodMagic, and it
just doesn't see any classes outside.
I have created a simple iOS project with CocoaPods and dependency injection using BloodMagic. It works perfectly. However, if I add the 'use_frameworks!' option in the Podfile, the app breaks. An error is thrown, which complains that the getter method of the dynamic property does not exist.
The text was updated successfully, but these errors were encountered: