-ObjC linker required by Cloudinary but breaks build
We have been successfully using Cloudinary for some time. When we switched to AWS from parse.com we were required to remove the -ObjC linker so that the project would build. However, the app crashes when Cloudinary methods are called.
How do I handle this?
Is there a -force_load that can be used instead that might allow both libraries to work in a single project?
0
-
I figured it out:
-force_load
$(PROJECT_DIR)/libCloudinary.a0
Post is closed for comments.
Comments
1 comment