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
How does iOS generate dynamic libraries to solve the problem of having a copy of both app and app Extension when importing a project as a static library?
Problem Description
I use go code to implement key functions in iOS, Android, macos, Windows and then use commands to generate XCframework
The command is as follows: gomobile bind -v -ldflags=' -s-w '-trimpath -target ios,iossimulator, macos-iosversion 15.0-o ./output/xvpnsdk.xcframework ./xvpn-mobile-sdk
After the generated framework is detected using the file command, the output is identified as a static library
file Xvpnsdk
Xvpnsdk: Mach-O universal binary with 1 architecture: [arm64:current ar archive]
Xvpnsdk (for architecture arm64): current ar archive
How do I generate an iOS dynamic library
The text was updated successfully, but these errors were encountered:
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
How does iOS generate dynamic libraries to solve the problem of having a copy of both app and app Extension when importing a project as a static library?
Problem Description
I use go code to implement key functions in iOS, Android, macos, Windows and then use commands to generate XCframework
After the generated framework is detected using the file command, the output is identified as a static library
How do I generate an iOS dynamic library
The text was updated successfully, but these errors were encountered: