Closed herveweb closed 2 months ago
@elijah-semyonov Can you take a look here?
@elijah-semyonov @m-sasha Any solution to this?
@dima-avdeev-jb did you have a look at it?
Not yet. I plan to check it later on my Duty period
I think this is crucial to be able to integrate with swift package manager.
Looks like the Link Binary With Library
step is missing. As a workaround you can add it manually from the Build phases
tab, and restart Xcode (few times 😅 )
Thanks @ggajews this was the missing detail. Local integration working good now!
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Describe the bug The
Frameworks, Libraries and Embedded Content
section in Xcode is missingTherefore I cannot add any Frameworks to the iOS project
Affected platforms Select one of the platforms below:
To Reproduce Steps and/or the code snippet to reproduce the behavior:
Frameworks, Libraries and Embedded Content
section is missing. It only showsEmbedded Content
Expected behavior
Frameworks, Libraries and Embedded Content
section is present, so that you can add Frameworks to the iOS project.Screenshots
Expected:
Actual: