尝试使用 apple 的 playground book 模板时出错
got error when trying to use playground book template from apple
我收到这个错误:
/Users/.../Downloads/Swift_Playgrounds_Author_Template_for_Xcode_11.3/Template/PlaygroundBook/Modules/BookCore.playgroundmodule/Sources/LiveViewSupport.swift:9:8:使用 Swift 5.1 编译的模块Swift 5.2.2 编译器无法导入:/Users/.../Downloads/Swift_Playgrounds_Author_Template_for_Xcode_11.3/Template/SupportingContent/PlaygroundsFrameworks/iphonesimulator/PlaygroundSupport.framework/Modules/PlaygroundSupport.swiftmodule/x86_64-apple-ios-simulator.swift模块
当我尝试 运行 从 Apple 下载的最新游乐场书籍模板时。
我已经设置了链接器标志
BUILD_LIBRARY_FOR_DISTRIBUTION = 是
对于所有库和项目本身 -> 没有帮助
应该在正在导入的框架上设置设置 BUILD_LIBRARY_FOR_DISTRIBUTION
。 Apple 似乎没有更新框架并应用此设置。您应该提交错误报告。
我收到这个错误:
/Users/.../Downloads/Swift_Playgrounds_Author_Template_for_Xcode_11.3/Template/PlaygroundBook/Modules/BookCore.playgroundmodule/Sources/LiveViewSupport.swift:9:8:使用 Swift 5.1 编译的模块Swift 5.2.2 编译器无法导入:/Users/.../Downloads/Swift_Playgrounds_Author_Template_for_Xcode_11.3/Template/SupportingContent/PlaygroundsFrameworks/iphonesimulator/PlaygroundSupport.framework/Modules/PlaygroundSupport.swiftmodule/x86_64-apple-ios-simulator.swift模块
当我尝试 运行 从 Apple 下载的最新游乐场书籍模板时。
我已经设置了链接器标志 BUILD_LIBRARY_FOR_DISTRIBUTION = 是
对于所有库和项目本身 -> 没有帮助
应该在正在导入的框架上设置设置 BUILD_LIBRARY_FOR_DISTRIBUTION
。 Apple 似乎没有更新框架并应用此设置。您应该提交错误报告。