Skip to content

v3.30.0 and v3.30.1 crashes on iOS 15 devices #89

@roman-suvorov-onseo

Description

@roman-suvorov-onseo

The binary is targeting iOS 17, hence causing a crash when running on iOS 15.

Symbol not found: _objc_release_x19
  Referenced from: /Users/rsuvorov/Library/Developer/CoreSimulator/Devices/8D248417-C861-48D4-A274-F11C51343583/data/Containers/Bundle/Application/7AEE95B0-F94D-43ED-B63E-6190E14F38A1/SomeApp.app/Frameworks/GoogleInteractiveMediaAds.framework/GoogleInteractiveMediaAds
  Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 15.5.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib

No upgrade to minimal target iOS version is declared in changelog

Podpec still targets older iOS version:
Image

As does Package.swift:
Image

Info.plist, since 3.30.0 (crashes)

	<key>DTXcodeBuild</key>
	<string>16F6</string>
	<key>MinimumOSVersion</key>
	<string>17.0</string>

Info.plist, in 3.28.10 (no crash)

	<key>DTXcodeBuild</key>
	<string>16F6</string>
	<key>MinimumOSVersion</key>
	<string>15.0</string>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions