We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line: xcodebuild -scheme OpenTelemetryProtocolExporterHTTP -sdk iphoneos -configuration Release BUILD_LIBRARY_FOR_DISTRIBUTION=YES ARCHS=arm64 BUILD_DIR=./Build -destination "generic/platform=iOS"
xcodebuild -scheme OpenTelemetryProtocolExporterHTTP -sdk iphoneos -configuration Release BUILD_LIBRARY_FOR_DISTRIBUTION=YES ARCHS=arm64 BUILD_DIR=./Build -destination "generic/platform=iOS"
fails.
Looks to be a problem with SwiftProtobuf...
The text was updated successfully, but these errors were encountered:
I have the same error.
When trying to export the project, it says that the minimum iOS version need to be 17.2 for SwiftProtobuf.
Can anyone help us with how to fix it or force it to stay with the minimum iOS version the same of the project?
Sorry, something went wrong.
The issue seems to only occur when specifying BUILD_DIR. Perhaps there is another build config that needs to be specified?
Would also try -derivedDataPath ./Build instead of BUILD_DIR. This seems like xcodebuild is getting confused
-derivedDataPath ./Build
BUILD_DIR
No branches or pull requests
This line:
xcodebuild -scheme OpenTelemetryProtocolExporterHTTP -sdk iphoneos -configuration Release BUILD_LIBRARY_FOR_DISTRIBUTION=YES ARCHS=arm64 BUILD_DIR=./Build -destination "generic/platform=iOS"
fails.
Looks to be a problem with SwiftProtobuf...
The text was updated successfully, but these errors were encountered: