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
I have successfully did step 1 and 2. But I don't have any clue how to do step 3 and 4. and without doing them, I got lots of link errors in my build (which probably because I didn't do step 3).
I have successfully integrated other packages into my project, but all of them needed steps like step 1 and 2 and no steps like step 3 and 4.
The text was updated successfully, but these errors were encountered:
For step 3, I believe that they are just saying that you need to reference the package in your project. The equivalent in Bazel is to reference the Bazel target for a product in the package in one of your swift_xxx targets.
For step 4, I believe that this is about how the resource bundle is packaged in the output. What are you building? iOS app?
Hi
I want to integrate a package into my project. here are the steps:
https://github.com/yandexmobile/yandex-ads-sdk-ios
I have successfully did step 1 and 2. But I don't have any clue how to do step 3 and 4. and without doing them, I got lots of link errors in my build (which probably because I didn't do step 3).
I have successfully integrated other packages into my project, but all of them needed steps like step 1 and 2 and no steps like step 3 and 4.
The text was updated successfully, but these errors were encountered: