Missing assets in binary framework

76 Views Asked by At

I'm fairly new to working with binary frameworks. I'm finding that assets are not being included in the binary framework even after including them in Copy Bundle Resources. I've been looking at the documentation here https://help.apple.com/xcode/mac/8.0/#/itcaec37c2a6, but not seeing anything about including assets with my build script.

If i skip the binary framework build script and pull directly from the repo using pods there is no issues.

1

There are 1 best solutions below

0
asevko On

You should build your Bundle target with xcodebuild and then copy it to your xcframework, so you final xcframework structure will look like that:xcframework structure