Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

xcode9

  1. O

    macOS Can't run program from Xcode

    HI, I'm developing a cross-platform application with the help of wxWidgets. The application is a desktop one. Everything works correctly on both Windows and Linux - I can run my program from IDE (MSVC and Anjuta) and directly from the OS/WM. However, when I try to run it on OSX from Xcode...
  2. M

    macOS Command /Library/Developer/Toolchains/swift-3.1-RELEASE.xctoolchain/usr/bin/swiftc failed with exit

    I am trying to compile my code which contains some frameworks compilled with swift 3.1 which is not compatible with xcode 9. i installed toolchain pakage for swift 3.1 and tried to build the code. But I am not able to compile this code. Getting an error ' "Command...
  3. cstayade

    iOS Implicit declaration of function 'sqlite3_key' is invalid in C99

    Please help me with "Implicit declaration of function 'sqlite3_key' is invalid in c99". I am new in iOS development (Objective-c), also working on already developed project and I an unable resolve the issue. I am using FMDatabase, also found some workaround on same issue but no luck so far.