Closed rolfbjarne closed 1 year ago
From @dotnet-issue-labeler[bot] on Thu, 09 Mar 2023 18:19:30 GMT
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
From @msftbot[bot] on Fri, 21 Jul 2023 12:49:00 GMT
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos See info in area-owners.md if you want to be subscribed.
Author: | dodikk |
---|---|
Assignees: | - |
Labels: | `untriaged`, `area-VM-meta-mono`, `os-ios` |
Milestone: | - |
From @steveisok on Fri, 21 Jul 2023 12:50:49 GMT
@dalexsoto I believe this needs transferred to the xam ios repo.
From @SamMonoRT on Fri, 28 Jul 2023 13:42:56 GMT
Transferring back to runtime repo (since Xamarin isn't the correct repo to move this issue to).
From @msftbot[bot] on Mon, 31 Jul 2023 15:28:49 GMT
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos See info in area-owners.md if you want to be subscribed.
Author: | dodikk |
---|---|
Assignees: | - |
Labels: | `untriaged`, `area-VM-meta-mono`, `os-ios` |
Milestone: | - |
From @steveisok on Mon, 31 Jul 2023 15:33:48 GMT
Transferring back to runtime repo (since Xamarin isn't the correct repo to move this issue to).
Did you find this is something we can fix in runtime?
From @SamMonoRT on Mon, 31 Jul 2023 23:21:07 GMT
Transferring back to runtime repo (since Xamarin isn't the correct repo to move this issue to).
Did you find this is something we can fix in runtime?
No, moved it to xamarin repo and not the right XI repo. Not sure how to do so.
From @SamMonoRT on Mon, 31 Jul 2023 23:22:05 GMT
@dalexsoto @mandel-macaque - please take a look again. Doesn't seem like a runtime issue.
@dodikk
The provided test project builds fine for me, both for device and the simulator.
Could you please provide a binlog that shows the build error on your side?
See https://github.com/xamarin/xamarin-macios/wiki/Diagnosis#binary-build-logs for how to get a binlog.
Hi @rolfbjarne. We have added the "need-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
For the people encountering this issue, here is my observation that will take you one step forward till you encounter the next thing. In my opinion, the issue is related to the binding project not compiling (linking) all external frameworks into the binding DLL. Earlier in Xamarin, the binding DLL used to be 12MB which is now 45KB.
As a temporary step, you should copy all the following three into your Maui project
This will at least allow you to compile your head projects. Once you go through this, you may encounter https://github.com/xamarin/xamarin-macios/issues/18761
Hi @rolfbjarne. We have added the "need-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
@rolfbjarne Not sure if this is the same issue, but https://github.com/unoplatform/uno/issues/13416 has a binlog.
@Youssef1313 no, that's a different issue (I commented on that issue).
Re-marking as need-info from @dodikk, re: https://github.com/xamarin/xamarin-macios/issues/18688#issuecomment-1672589130
Hi @rolfbjarne. We have added the "need-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
Hi @rolfbjarne. Due to inactivity, we will be closing this issue. Please feel free to re-open this issue if the issue persists. For enhanced visibility, if over 7 days have passed, please open a new issue and link this issue there. Thank you.
I have the same issue with binding xcframework library, when building the binding library everything works fine but as I want to use it in my project, I get the same error above, is there any workaround for this?
@akghasemi please file a new issue and attach an MSBuild binlog and we'll have a look.
@rolfbjarne Thanks for your response . I have created #21142
From @dodikk on Tue, 07 Mar 2023 20:05:04 GMT
Description
Steps to Reproduce
Expected Behavior The build succeeds.
Actual Behavior The build fails with Undefined symbols for architecture arm64
Steps to Reproduce
Steps to Reproduce
Link to public reproduction project repository
https://github.com/dodikk/themis-maui-prototype
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, I was not able test on other platforms
Affected platform versions
ios 16
Did you find any workaround?
No
Relevant log output