Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xamarin forms/Maui bindings #1868

Closed
randomroxks opened this issue May 29, 2024 · 2 comments
Closed

Xamarin forms/Maui bindings #1868

randomroxks opened this issue May 29, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@randomroxks
Copy link

Question

Hello:
Is there a way to generate the xcframework so that i can create a XF/Maui bindings? I tried building the iOS SDK but keep on running into errors:

<unknown>:0: error: unable to set working directory: /var/folders/tg/72zl10b10ks2z1gw2c3vmnqm0000gn/T/com.datadoghq.api-surface-F9B55FF0-20FD-4882-95D4-80D3B3AFB5BF
/Users/anuragshukla/Library/Developer/Xcode/DerivedData/com.datadoghq-bcndgibpltrhgvfwpyshjyfhlhzy/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/DatadogPrivate.modulemap:2:10: warning: umbrella directory '/var/folders/tg/72zl10b10ks2z1gw2c3vmnqm0000gn/T/com.datadoghq.api-surface-F9B55FF0-20FD-4882-95D4-80D3B3AFB5BF/DatadogCore/Private/include' not found
umbrella "/var/folders/tg/72zl10b10ks2z1gw2c3vmnqm0000gn/T/com.datadoghq.api-surface-F9B55FF0-20FD-4882-95D4-80D3B3AFB5BF/DatadogCore/Private/include"

thanks.

@randomroxks randomroxks added the question Further information is requested label May 29, 2024
@ncreated
Copy link
Member

Hey @randomroxks 👋. Unfortunately, we don't support Maui (see #1617), hence we can't look into this problem.

To give you anything useful tho, the DatadogPrivate.modulemap mentioned in the error message was removed in 2.9.0 version of the SDK. You may want to try the previous or next version (the latest is always recommended). If you are on the latest version already, then cleaning derived data might help (this file should not exist).

Because we won't be looking deeper into this, I will close this issue. Feel free to ask more questions related to the SDK itself - on this we can help 🙂!

@ncreated ncreated self-assigned this May 29, 2024
@randomroxks
Copy link
Author

I'm wondering if I can create a fat library? I can create binding from the fat library and AAR for Android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants