Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用于 livecode iOS 外部的 xcode 项目。当我构建并运行时,它说成功但是我可以在哪里找到 dylib 和 lcext 文件?我看到了二进制文件夹,但看起来它没有更新。
如果您在单击目标产品时按住“控制”键,您将能够在 Finder 中显示它的位置。
像这样:
我知道这听起来很奇怪,但是在 Xcode 说它成功之后你有没有得到任何错误?如果是这样,那么您需要检查 .ios 文件是否包含您的所有框架。有一个重新链接外部的 shell 脚本。