public overrIDe func drawRect(rect: NSRect) { super.drawRect(rect) let color = NScolor(red:0.33,green:0.78,blue:0.99,Alpha:1) color.setFill() NSBezIErPath.fillRect(rect)}
非常坦率的.我还设置了EMbedDED_CONTENT_CONTAINS_SWIFT = YES;
现在,当我去安装.saver文件时,我返回的是一条消息
You cannot use the screensaver X with this version of OS X
有任何想法吗?
解决方法 如果你在Mojave上,那么Principal类也需要包含模块名称(目标名称):<key>nsprincipalClass</key><string>[YourTarget].[YourClass]</string>
您可能还需要在Build Settings中将Always Embed Swift Standard librarIEs设置为YES,并检查上面的Principle Class.
资料来源:
https://github.com/JohnCoates/Aerial/issues/464
https://blog.viacom.tech/2016/06/27/making-a-macos-screen-saver-in-swift-with-scenekit/
以上是内存溢出为你收集整理的xcode – 您无法在此版本的OS X中使用屏幕保护程序全部内容,希望文章能够帮你解决xcode – 您无法在此版本的OS X中使用屏幕保护程序所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)