c++ - Can I compile an iOS static library from Windows/Linux -


i have c++ code, have managed compile ios static library ("library.a") using xcode. including in project (xamarin.ios, though shouldn't matter) , have managed working expected. code c/c++ , doesn't reference code iosframeworks. wondering if possible find way build (just compile library) without mac computer.

something download clang compiler on windows machine , build "library.a" compatible arm architectures , work if include in ios project.

i have tried doing reading on web suggests wouldn't work, might not working in exact circumstances etc.

the reason behind need because c++ part of code base maintained else, , require them build ios compatible library without having access code. not have access mac.

thanks help.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -