objc

  1. walterf25

    iOS Question Error with B4i Library

    Hi all, I started wrapping a library, in xcode everything compiles fine, I have generated the xml library file, copied the xml file into the Additional_Libs folder, the library wrapper only has one function as of now, but when i try to compile my app I get the following error The...
  2. Sandman

    iOS Question Rules regarding multiple inline objc code blocks?

    I've spent a couple of hours debugging why an inline code block didn't work. (It failed with "Method not found".) Then I realized I had another block earlier in the file, so on a chance I just moved them so they were together (but not in same #if objc) - and then it worked right away. After...
Top