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'm trying to integrate the ByteDance Ads SDK into my Tauri iOS project. The SDK requires CocoaPods for installation, but I'm not sure how to properly set this up in a Tauri project structure.
Current situation:
I have a working Tauri iOS project
The SDK's official integration guide requires using CocoaPods
I can't find documentation about using CocoaPods in Tauri iOS projects
What I've tried:
Manually adding the SDK files (got compilation errors)
Looking for Tauri documentation about CocoaPods integration (found nothing specific)
Using pod install directly:
Successfully generated Pods folder
But then got error: Cannot find Pods-<project name>_iOS when running the project
This error seems to indicate that Tauri's build system is incompatible with the project structure generated by CocoaPods
Questions:
Is it possible to use CocoaPods in a Tauri iOS project?
If yes, how should we set up the Podfile and where should it be placed?
How to resolve the Pods-<project name>_iOS not found error?
What's the recommended way to integrate third-party iOS libraries in Tauri?
Any guidance or documentation references would be greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to integrate the ByteDance Ads SDK into my Tauri iOS project. The SDK requires CocoaPods for installation, but I'm not sure how to properly set this up in a Tauri project structure.
Current situation:
What I've tried:
Pods-<project name>_iOS
when running the projectQuestions:
Pods-<project name>_iOS
not found error?Any guidance or documentation references would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions