[Solved] add Other Linker Flags -ObjC to face book SDK [closed]

[ad_1]

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

[ad_2]

solved add Other Linker Flags -ObjC to face book SDK [closed]