How do I fix that problem in Xcode.

0 favourites
  • 5 posts
  • Hello guys, I want to test my build App with the Simulator on Xcode but I can't fix that Message.

    Gretes :)

  • I have the same thing. Try to go to XCode Preferences, then Components and install the latest 12.1 Simulator.

  • Hello guys, I want to test my build App with the Simulator on Xcode but I can't fix that Message.

    Gretes :)

    Unfortunately neither. This problem is due to the fact that Xcode does not support the Construct assembly. According to this, you can test only by connecting a real iPhone to the wire.

  • Try this simple method.

    Open Xcode then open supportCheck.js replace this code:

    "undefined"==typeof WebAssembly&&c.push("WebAssembly")
    

    with

    "C3_IsSupported"==typeof WebAssembly&&c.push("WebAssembly")
    

    Note: use this method only for run iOS simulator, when you build for release use the original supportCheck.js

    Video guide:

    Subscribe to Construct videos now
  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Try this simple method.

    Open Xcode then open supportCheck.js replace this code:

    > "undefined"==typeof WebAssembly&&c.push("WebAssembly")
    

    with

    > "C3_IsSupported"==typeof WebAssembly&&c.push("WebAssembly")
    

    Note: use this method only for run iOS simulator, when you build for release use the original supportCheck.js

    Video guide:

    Subscribe to Construct videos now

    BIG SANKS!)))

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)