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 recent XCode version(12.3),
when you added the framework, and click Build or Run, the following issue might appear.
"Target Integrity: Building for iOS Simulator but the linked and embedded framework .... was built for iOS + iOS Simulator".
The text was updated successfully, but these errors were encountered:
It looks like that Apple restricts the use of a "fat" framework, and forces to build an XCFramework instead.
You can solve this problem by simply setting Validate Workspace to Yes in the Build Settings tab.
In the recent XCode version(12.3),
when you added the framework, and click Build or Run, the following issue might appear.
"Target Integrity: Building for iOS Simulator but the linked and embedded framework .... was built for iOS + iOS Simulator".
The text was updated successfully, but these errors were encountered: