Note that there are some explanatory texts on larger screens.

plurals
  1. POCompiler warnings with BlocksKit 1.8.1 / Xcode 4.5 / iOS
    primarykey
    data
    text
    <p>I'm getting warnings when using BlocksKit 1.8.1 in Xcode 4.5 with an iOS project.</p> <p>The warning is:</p> <p><img src="https://i.stack.imgur.com/h9VgR.png" alt="enter image description here"></p> <p>And the details are:</p> <blockquote> <p>GenerateDSYMFile /Users/john/Library/Developer/Xcode/DerivedData/AppName-epvlodroaifdsbacdbbxnlhuptrh/Build/Products/Debug-iphoneos/AppName.app.dSYM /Users/john/Library/Developer/Xcode/DerivedData/AppName-epvlodroaifdsbacdbbxnlhuptrh/Build/Products/Debug-iphoneos/AppName.app/AppName cd /Users/john/Documents/AppName_iphone setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/john/Library/Developer/Xcode/DerivedData/AppName-epvlodroaifdsbacdbbxnlhuptrh/Build/Products/Debug-iphoneos/AppName.app/AppName -o /Users/john/Library/Developer/Xcode/DerivedData/AppName-epvlodroaifdsbacdbbxnlhuptrh/Build/Products/Debug-iphoneos/AppName.app.dSYM</p> </blockquote> <p>When compiling with device target.</p> <p>When compiling with the simulator as target, the warnings are a bit different:</p> <p><img src="https://i.stack.imgur.com/nPAHg.png" alt="enter image description here"></p> <p>I've followed the instructions on the Git page:</p> <ul> <li>Download a release of BlocksKit.</li> <li>Move libBlocksKit.a and Headers to your project's folder, preferably a subfolder like "Vendor".</li> <li>In "Build Phases", Drag libBlocksKit.a into your target's "Link Binary With Libraries" build phase.</li> <li>In the build settings of your target or project, change "Other Linker Flags" to -ObjC -all_load. Make sure your app is linked with CoreGraphics, Foundation, MessageUI, and UIKit.</li> <li>Change (or add) to "Header Search Paths" the relative path to BlocksKit's headers, like $(SRCROOT)/Vendor/Headers.</li> <li>Insert #import ` in your project's prefix header.</li> </ul> <p>What can be wrong?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload