我正在创建一个沙盒应用程序,并且已经使用 ServiceManagement 框架自动启动。但是,由于“ServiceManagement.framework 模块映射”现在包含
requires !swift
.
这会产生错误
Could not build Objective-C module 'ServiceManagement'
,并且Module 'ServiceManagement' is incompatible with the feature 'Swift'
当我尝试导入 ServiceManagement 时。
如何在没有 ServiceManagement 框架的情况下使用 Swift 进行自动启动?