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
Describe the bug
Using the command python3 -m pbxproj file test.xcodeproj ./test/CSTRtm.xcframework --target test --no-embed --tree "<group>" -w
the correct section was not generated.
Describe the bug
Using the command
python3 -m pbxproj file test.xcodeproj ./test/CSTRtm.xcframework --target test --no-embed --tree "<group>" -w
the correct section was not generated.
46CA4EF5A69B6570B08705D9 /* CSTRtm.xcframework */ = {isa = PBXFileReference; lastKnownFileType = folder; name = CSTRtm.xcframework; path = ./test/CSTRtm.xcframework; sourceTree = "<group>"; };
From the generated result, it's clear that lastKnownFileType is incorrect; the correct value should be wrapper.xcframework.
System information
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here. e.g. Provide a sample snippet and a sample project
The text was updated successfully, but these errors were encountered: