-
Notifications
You must be signed in to change notification settings - Fork 40
v3.30.0 and v3.30.1 crashes on iOS 15 devices #89
Copy link
Copy link
Open
Description
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:

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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
