Giter Club home page Giter Club logo

Comments (7)

ruslo avatar ruslo commented on June 20, 2024 1

The right solution would be to implement all this stuff in CMake itself and see what should go where

Actually I think iOS framework creation is fixed in CMake. I see iOS mentioned here:

I've tried simple example and it looks good. Need to try something with complex structure.

@xsacha you can post your question to CMake bugtracker in this case.

@headupinclouds +cc

from polly.

ruslo avatar ruslo commented on June 20, 2024

As I said before, I haven't worked with Swift so can't give any advice here.

from polly.

xsacha avatar xsacha commented on June 20, 2024

@ruslo That's fine (regarding Swift usage). However, could you give me some pointers in how to find the name of these folders?
I know how to find _builds/ios-toolchain/bin/Release but not sure how to find the name Foo_0_0_0_0 (That is, the soname with version).

Also unsure of how to work out the directory _builds/ios-toolchain/Foo/Bar.build/Release-iphoneos/Bar.build/DerivedSources

If I can get some variable name for these, I could fix the create_framework.py script.

So I guess the main things I would need is:
How to find the version: eg. 0_0_0_0
How to find what Bar.build/Release-iphoneos directory is. (This is supplied as -emit-objc-header-path by CMake on the compile/link line).

from polly.

ruslo avatar ruslo commented on June 20, 2024

I really don't know what all this is about :) The right solution would be to implement all this stuff in CMake itself and see what should go where.

from polly.

xsacha avatar xsacha commented on June 20, 2024

It already is in CMake and those are the generated files.
Only Polly does iOS frameworks properly (?) though so I just wanted to know how to calculate those directories so I can copy the relevant files to the framework.

from polly.

ruslo avatar ruslo commented on June 20, 2024

Need to try something with complex structure.

Works fine.

Don't use --framework - use CMake FRAMEWORK instead. Closing.

from polly.

xsacha avatar xsacha commented on June 20, 2024

This is great news, thanks!

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.