Eduardo Estopiñán
Eduardo Estopiñán
I had the same issue and I've been able to workaround it by changing in "activity_main.xml": android:src="@drawable/gallery" by app:srcCompat="@drawable/gallery"
Yes, removing the -ObjC flag makes the error to disappear, but then if the SahreBunch.cs script is loaded in the project a runntime error is generated at the call: UIApplicationMain(arg...
Thanks for your answer. With the flag -force_load "$(SRCROOT)/Libraries/libShareBunch.a" I get the same linker error again.
No, I couldn't find out how to solve it