Xcode 12 beta 4 Building for iOS Simulator, but the linked library 'libssl-tvOS.a' was built for tvOS + tvOS Simulator.

Hi everyone,

I got an issue when running my project in Xcode 12 beta 4.
But running perfect in Xcode 11.

error message like below:

Code Block
/Users/a/Documents/iOS/Project/project.xcodeproj Building for iOS Simulator, but the linked library 'libssl-tvOS.a' was built for tvOS + tvOS Simulator.
/Users/a/Documents/iOS/Project/project.xcodeproj Building for iOS Simulator, but the linked library 'libcrypto-tvOS.a' was built for tvOS + tvOS Simulator.


I had google it, but I can't find the answer.
Does anyone can help me to solve this problem?

Thanks~
Xcode 12 beta 4 Building for iOS Simulator, but the linked library 'libssl-tvOS.a' was built for tvOS + tvOS Simulator.
 
 
Q