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.
在 Swift 应用程序中使用StartApp我有这个问题(Xcode 7.3.1)。在线上:
import StartApp
我不断收到此错误消息:
No such module 'StartApp'
我设置了 StartApp.bundle 和 StartApp.framework,还设置了框架搜索路径。
我之前已经在 Objectiv-C 应用程序中使用过 StartApp,但我确实遇到了这个问题。
欢迎任何解决此问题的想法。