SDK 10, Mac OS xcode project build Issue

Hello All,
I have an issue in xcode project build.
I m using SDK 10, Mac OS 10.14.6, Xcode 10.2
Here exactly what happens in the process, the build for iOS from the terminal is successful. then I have executed the comman: ./sdk build --scheme debug --platform ios. After that, It shows me a success result but when I open Xcode and run my Nomad.xcodeproj, It gives build failed.
Anyone knows how can I fix this issue.

Parents Reply
  • Hi guys
    I've just tried to reproduce your use case
    The only difference was that I was using newer SDK, which is 11 at this moment. You can get it from usual download page as well

    I've genereted new app with sample code

    Then inside the app I've run 

    ./sdk init-native -p ios -s debug

    ./sdk build -p ios -s debug

    (these 2 commands should be identical to running ./sdk build -p ios -s debug --init-native)


    And build went just fine for me
    Could you try my exact use case on your machine?
    Also did you do any modifications/Xcode project before running the build?

Children