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
I am encountering an issue while archiving my project after integrating the Mixpanel framework into my custom iOS framework. The issue seems related to the verification of the Swift module interfaces (Mixpanel.swiftinterface and Mixpanel.private.swiftinterface). This occurs when archiving the project, specifically with the Mixpanel framework.
** ARCHIVE FAILED **
The following build commands failed:
SwiftVerifyEmittedModuleInterface normal arm64 Verifying\ emitted\ module\ interface\ Mixpanel.swiftinterface
SwiftVerifyEmittedModuleInterface normal arm64 Verifying\ emitted\ module\ interface\ Mixpanel.private.swiftinterface
(3 failures)
Environment:
Xcode Version: 16.1
Swift Version Installed: 6.0.2
Swift version using in Framework: Swift 5
Mixpanel Version: 4.3.0
Build Setting: BUILD_LIBRARY_FOR_DISTRIBUTION is set to YES
Additional Notes:
Cleaning the build folder and clearing Derived Data did not resolve the issue.
Disabling BUILD_LIBRARY_FOR_DISTRIBUTION allows the archive to succeed but is not a viable solution since module interface generation is needed for framework distribution.
The issue might be related to a mismatch in Swift versions or compatibility issues in the Mixpanel code when generating module interfaces.
The text was updated successfully, but these errors were encountered:
I am encountering an issue while archiving my project after integrating the Mixpanel framework into my custom iOS framework. The issue seems related to the verification of the Swift module interfaces (Mixpanel.swiftinterface and Mixpanel.private.swiftinterface). This occurs when archiving the project, specifically with the Mixpanel framework.
** ARCHIVE FAILED **
The following build commands failed:
SwiftVerifyEmittedModuleInterface normal arm64 Verifying\ emitted\ module\ interface\ Mixpanel.swiftinterface
SwiftVerifyEmittedModuleInterface normal arm64 Verifying\ emitted\ module\ interface\ Mixpanel.private.swiftinterface
(3 failures)
Environment:
Additional Notes:
The text was updated successfully, but these errors were encountered: