I have a framework which is already being used by client applications. I am generating the framework on an intel based mac. I am also generating arm64 simulator arch for the framework. How do i verify that this arch is generated correctly without access to the new apple silicon mac?
2
Answers
The
info.plist
in the xcframework will contain the supported architectures. But you can also run thelipo -detailed_info
command in the binary inside the .framework.For example:
You can use
xcrun vtool -arch arm64 -show
to check, for example:You can see the
IOSSIMULATOR
platform