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
In the current implementation, the build script for CocoaPods integration automatically precompile PowerAuthCore framework for all supported platforms (iOS, tvOS). This was great in the past while Xcode was bundled with all SDKs, but appears to be more problematic now, when all additional SDKs needs to be downloaded by the developers manually.
To improve developer experience we should detect the presence of tvOS SDK and omit such platform if SDK is not available.
The text was updated successfully, but these errors were encountered:
In the current implementation, the build script for CocoaPods integration automatically precompile
PowerAuthCore
framework for all supported platforms (iOS, tvOS). This was great in the past while Xcode was bundled with all SDKs, but appears to be more problematic now, when all additional SDKs needs to be downloaded by the developers manually.To improve developer experience we should detect the presence of tvOS SDK and omit such platform if SDK is not available.
The text was updated successfully, but these errors were encountered: