Hi I created a very simple CMP app based on the te...
# compose-ios
s
Hi I created a very simple CMP app based on the template and then seemingly randomly I started getting about 1300 warnings that all look like this:
Object file (/Users/sschmitz/Library/Developer/Xcode/DerivedData/iosApp-fewrkxjybvhtklgesniictaprseb/Build/Products/Debug-iphonesimulator/ComposeApp.framework/ComposeApp[1899](libsksg.SkSGTransform.o)) was built for newer 'iOS-simulator' version (17.2) than being linked (16.0)
Just wondering if there is some kind of build setting that I might be missing? If I change the iOS project to target 17.2 then all of the warnings go away but I would rather not need to do that. It is important to note that yes the app still builds and runs, I would just rather not have all of the warnings.