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
Add use_frameworks! to the Podfile DSL, which allows to opt-in to integrate pods as frameworks.
Can appear on root level for all pods or in target definition level.
If there is an opt-in on root level, a target defintion can opt-out again by use_frameworks!(false).
This also applies if the default should change.
The text was updated successfully, but these errors were encountered:
Regarding CocoaPods/CocoaPods#2878
Add
use_frameworks!
to the Podfile DSL, which allows to opt-in to integrate pods as frameworks.Can appear on root level for all pods or in target definition level.
If there is an opt-in on root level, a target defintion can opt-out again by
use_frameworks!(false)
.This also applies if the default should change.
The text was updated successfully, but these errors were encountered: