You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the frameworks won't compile for UIKitForMac. I believe they are gonna have to be packed into the new XCFramework format. This is in regards to bring iPad apps to the mac.
XCFrameworks make it possible to bundle a binary framework or library for multiple platforms —including iOS devices, iOS simulators, and UIKit for Mac — into a single distributable .xcframework bundle that your developers can use within their own applications. An .xcframework bundle can be added to an Xcode target’s Link Libraries phase and Xcode uses the right platform’s version of the included framework or library at build time. Creation of XCFrameworks is supported from the command line using xcodebuild -create-xcframework. Frameworks or libraries bundled in an XCFramework should be built with the Build Libraries for Distribution build setting set to YES. (49948269
Looks like the frameworks won't compile for UIKitForMac. I believe they are gonna have to be packed into the new XCFramework format. This is in regards to bring iPad apps to the mac.
)https://developer.apple.com/documentation/xcode_release_notes/xcode_11_beta_release_notes
The text was updated successfully, but these errors were encountered: