简体   繁体   中英

How to access one project classes from other project While using multiple project with one Workspace

I am using two different project within one workspace. I have one base(Say Unity-iPhone) project and i drag and drop another iOS project (Say InnerApp). Each file and folder are visible in base project as attached screenshot. I have also added the dependency in build phase of base project, and set the other linker flag and header search path.

Now I want to access the InnerApp classes and storyboard file in base project.

另一个项目中的一个项目

在基础项目中添加了依赖项

设置其他链接器标志

设置标题搜索路径

Now My problem is that, I want to launch the Inner App Main.storyboard into base project. But InnerApp classes are not accessible into base project.

Please guide me. Thanks.

You can follow some great step-by-step instructions on how to add static library dependencies while using multiple projects.

Use below urls -

Include one project into another one

Include static libraries into another one

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM