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
#### Fix error that occur when creating XCFramework
15
+
16
+
Background
17
+
18
+
- Public header issue occurs when using Objective-C package in [Tuist](https://github.com/tuist/tuist)'s Dependency. To resolve this issue, I want to provide xcframework.
19
+
- Resolve the issue that occurs when creating xcframework due to duplicate 'postfix operator %'.
20
+
21
+
Contents
22
+
23
+
- remove unnecessary files and headers
24
+
- Modified to manage yoga directly in FlexLayout. Buck dependency is now unnecessary.
25
+
- remove duplicated postfix operator
26
+
- update Podfile.lock
27
+
- remove Info.plist
28
+
- move `FlexLayout.h` to public header directory
29
+
30
+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#244](https://github.com/layoutBox/FlexLayout/pull/244)
0 commit comments