如何从现有的xcode项目中创建用于unity的静态iOS库

时间:2021-01-18 13:23:59

I have a fully functional iOS project. I would like to create a static library from it, that I can use some of the methods in Unity. Is that even possible? Or do I have to create a new Xcode project as a static library and copy paste everything? I am using the latest versions of unity and Xcode.

我有一个功能齐全的iOS项目。我想从它创建一个静态库,我可以在Unity中使用一些方法。甚至可能吗?还是必须以静态库的形式创建一个新的Xcode项目并复制粘贴所有内容?我正在使用unity和Xcode的最新版本。

nice greets

美好的问候

1 个解决方案

#1


0  

This should help: http://www.technetexperts.com/mobile/creating-static-library-in-ios-app-development/

这应该有助于:http://www.technetexperts.com/mobile/creating-static-library-in-ios-app-development/

Let me know if there are some other issues related to this. Copying the whole code doesn't make sense, the static library will reduce the complexity.

如果还有其他相关的问题,请告诉我。复制整个代码没有意义,静态库将降低复杂性。

#1


0  

This should help: http://www.technetexperts.com/mobile/creating-static-library-in-ios-app-development/

这应该有助于:http://www.technetexperts.com/mobile/creating-static-library-in-ios-app-development/

Let me know if there are some other issues related to this. Copying the whole code doesn't make sense, the static library will reduce the complexity.

如果还有其他相关的问题,请告诉我。复制整个代码没有意义,静态库将降低复杂性。