Change your linker flags to remove -ObjC. Instead, add:
-force_load $(BUILT_PRODUCTS_DIR)/libBoxSDK.a
to load only the Box SDK contents that are required (without affecting Parse SDK).
1
solved add Other Linker Flags -ObjC to face book SDK [closed]