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:
/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~
Post
Replies
Boosts
Views
Activity
I had tried to run the widgetKit demo code from official developer website.
when I build extension, I found a problem, timeline function has been called several times.
If I put api request code into timeline function, it just called all the time like loop.
Is anybody knows what the problem is?
or what I miss??
Thanks everybody~