Hello. Drag the Appodeal Framework to the root of the project. After downloading the project, I get the error duplicate symbols for architecture arm64! If you go to Build Phases -> Link Binary and remove Appodeal.framework from there, the project is built without errors. But when I start using the Appodeal library, the project is going with the error symbol (s) not found for architecture armv7!

    1 answer 1

    Returned Appodeal.framework back to Build Phases -> Link Binary and removed the -all_load flag from the Other Linker Flags. Now the project is going without errors.