Node is saved as draft in My Content >> Draft
-
How to add Linker Flag (-objc) in Xcode

Please follow some steps and attached file as well for adding a linker flag in Xcode.
- Select the project file from the project navigator on the top left side of the window.
- Select the target for where you want to add the linker flag.
- Select the "Build Settings" tab
- Choose "All" to show all Build Settings.
- Scroll down to the "Linking" section, and double-click to the right of where it says "Other Linking Flags".
- A box will appear, Click on the "+" button to add a new linker flag.
- Type "-ObjC" (no quotes) and press enter.
0 Comment(s)