myTrackerSDK / mytracker-ios

ios myTracker sdk
4 stars 4 forks source link

Missing Info.plist value. A value for the key 'MinimumOSVersion' in bundle ... is required. #5

Open lolkekabcqqq opened 1 month ago

lolkekabcqqq commented 1 month ago

Hello! You have a problem like some other frameworks. For example, Firebase. Could you please fix it? https://github.com/firebase/firebase-ios-sdk/issues/12441

aserrr commented 1 month ago

Hi, There is an issue in Xcode 15.3 I believe. Please use 15.2 or 15.4 version for app distribution.

imurashov-belkacar commented 3 weeks ago

Same with Xcode 15.4. I cannot upload build to AppStore Connect because Asset validation failed Invalid MinimumOSVersion. Apps that only support 64-bit devices must specify a deployment target of 8.0 or later. MinimumOSVersion in 'Frameworks/GoogleAppMeasurementIdentitySupport.framework' is ''. (ID: 21bf50fb-9e30-46a9-b40a-1e8386835622) (90530)

aserrr commented 3 weeks ago

This looks like an issue in GoogleAppMeasurement framework

imurashov-belkacar commented 3 weeks ago

@aserrr Thanks, that's true. Some versions of Google's packages are incompatible with Xcode 15.4. In my case the problem was with firebase package dependencies. Latest version of Firebase works fine.