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
I used xcodebuild to build xcframework. xcodebuild archive \ -scheme MyScheme \ -destination "generic/platform=iOS Simulator" \ -sdk iphonesimulator \ -archivePath ./build/ios.xcarchive archive \ SKIP_INSTALL=NO \ BUILD_LIBRARY_FOR_DISTRIBUTION=YES
The error at file:
Injections.swift:357:95: error: 'ObservableObject' aliases 'Combine.ObservableObject' and cannot be used here because 'Combine' was not imported by this file
@MainActor @frozen @propertyWrapper public struct InjectedObject<T>: DynamicProperty where T: ObservableObject {
But when I set BUILD_LIBRARY_FOR_DISTRIBUTION=NO, it works fine. Please help to take a look at the issue or any suggestion. Thank you!
The text was updated successfully, but these errors were encountered:
I used xcodebuild to build xcframework.
xcodebuild archive \ -scheme MyScheme \ -destination "generic/platform=iOS Simulator" \ -sdk iphonesimulator \ -archivePath ./build/ios.xcarchive archive \ SKIP_INSTALL=NO \ BUILD_LIBRARY_FOR_DISTRIBUTION=YES
The error at file:
But when I set BUILD_LIBRARY_FOR_DISTRIBUTION=NO, it works fine. Please help to take a look at the issue or any suggestion. Thank you!
The text was updated successfully, but these errors were encountered: