Giter Club home page Giter Club logo

Comments (5)

novocodev avatar novocodev commented on May 25, 2024

I tried building with '--framework-device' to skip simulator target but the same error persists.

from polly.

novocodev avatar novocodev commented on May 25, 2024

I have updated to latest hunter and polly and CMake 3.5.0

I have tried the new --ios command line options, not sure if they should be used instead of or in conjunction with the --framework option e.g.

build.py --clear --toolchain ios-9-2 --ios-combined --ios-multiarch --config Release

I'm still getting the same error for the iOS toolchain with all permutations.

from polly.

ruslo avatar ruslo commented on May 25, 2024

I have Xcode 7.2.1 installed and it appears I am seeing the following issue

This error is about simulator as far as I can see. You're trying to build simulator + device?

I'd like to try this, but I'm not sure which is the right .cmake to add the option

You can't do it in CMake code. Flags should be added to build step. So you can call build step without build.py wrapper like cmake --build _builds -- -sdk iphonesimulator ... or I can add extra option to build.py, like --iossim.

they should be used instead of or in conjunction with the --framework option

In conjunction. multiarch for fat arm*, combined for fat simulator + device, framework for creating frameworks.

from polly.

novocodev avatar novocodev commented on May 25, 2024

I have been unable to resolve this issue using any of the suggested fixes in various Q/A threads.

But today the issue has gone away!

I think upgrading to hunter 0.14.1 was the solution.

I had also gone back to a point in my git commit history where the iOS build was working and then gone back to HEAD on master.

Closing this out, if I experience the error again I'll open a new ticket.

from polly.

ruslo avatar ruslo commented on May 25, 2024

Closing this out, if I experience the error again I'll open a new ticket

Cool, good to know.

from polly.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.