pmusolino / PMAlertController

PMAlertController is a great and customizable alert that can substitute UIAlertController
MIT License
2.53k stars 186 forks source link

Build error when not using dynamic framework in podfile #87

Closed Patrick3131 closed 5 years ago

Patrick3131 commented 5 years ago
Screenshot 2019-05-30 at 18 23 24

I am not using dynamic frameworks at my pod settings and I get an error while building. My Podsetup:

target 'JournalRecognition' do

Comment the next line if you're not using Swift and don't want to use dynamic frameworks

use_frameworks!

Should the framework not also work as a static framework?