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 ambly/ObjectiveC/Ambly Demo run pod install and you will get a failure regarding link_with:
$ pod install
[!] Invalid `Podfile` file: [!] The specification of `link_with` in the Podfile is now unsupported, please use target blocks instead..
# from /Users/mfikes/Projects/ambly/ObjectiveC/Ambly Demo/Podfile:9
# -------------------------------------------
# platform :ios, '8.0'
> link_with 'Ambly Demo'
# import_pods
# -------------------------------------------
$ pod --version
1.1.1
$ pwd
/Users/mfikes/Projects/ambly/ObjectiveC/Ambly Demo
The text was updated successfully, but these errors were encountered:
In
ambly/ObjectiveC/Ambly Demo
runpod install
and you will get a failure regardinglink_with
:The text was updated successfully, but these errors were encountered: