Skip to content

how can I build cmake with arm64 architecture? #143

@jhyoo2

Description

@jhyoo2

I saw the tutorial and I can make libsioclient_tls.a file .

and it works when I use iphone simulator in my mac.

but there is some problem when I compile project with my iphone.

After I searching I found it because of build architecture.

when I use file

cmake -DBOOST_INCLUDEDIR=/Users/David/Desktop/Developement/projects/asio/boost_1_63_0 -DBOOST_LIBRARYDIR=/Users/David/Desktop/Developement/projects/asio/boost_1_63_0/stage/lib -DBOOST_VER:STRING=1.63.0 -DTARGET=sioclient_tls -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include

there is only x86_64 architecture available.

I need arm64 or armv7 architecture. How can I make libsioclient_tls.a and libboost.a file with arm64 architecture..?

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs infoInformation has been asked and we are waiting for a reply

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions