getsentry/sentry-cocoa

Xcode 15.4: Invalid version number in -target arm64-apple-ios9999-simulator

theedov opened this issue · 1 comments

Platform

iOS

Environment

Develop

Installed

Swift Package Manager

Version

8.25.2

Did it work on previous versions?

No response

Steps to Reproduce

Intitalize sentry sdk in Xcode 15.4 and try to run on an iOS17.5 simulator.

Expected Result

Should build/run the project.

Actual Result

Getting error when trying to build on an iOS17.5 simulator:

/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -dynamiclib -Xlinker -adhoc_codesign -x c /dev/null -o /Users/theo/Library/Developer/Xcode/DerivedData//Build/Products/Debug-iphonesimulator//Frameworks/Sentry.framework/Sentry -target arm64-apple-ios9999-simulator

image

Are you willing to submit a PR?

No response

Didn't realise there was a new version released.