You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
We're seeing this warning along side the GoogleMaps SDKs:
ld: warning: Some object files have incompatible Objective-C category definitions. Some category metadata may be lost. All files containing Objective-C categories should be built using the same compiler.
Unfortunately the version of their that reproduces the issue is not public. We're trying to narrow this down, and we're assuming it's possibly caused by the version of Xcode the newest version of CardIO was compiled with (we've been told by Google they're building the SDK that reproduces this with Xcode 9.3.1).
Is there any way you could provide binaries built with a newer version of Xcode to help us test that theory?
The text was updated successfully, but these errors were encountered:
We are using CardIO (5.3.2) installed through CocoaPods and seeing same warning.
Based on the way of finding which static lib was build with a too old Xcode described here, it suggests that libCardIO.a was built with an old version of Xcode which didn't support HasCategoryClassProperties which triggers this warning.
General information
Issue description
We're seeing this warning along side the GoogleMaps SDKs:
Unfortunately the version of their that reproduces the issue is not public. We're trying to narrow this down, and we're assuming it's possibly caused by the version of Xcode the newest version of CardIO was compiled with (we've been told by Google they're building the SDK that reproduces this with Xcode 9.3.1).
Is there any way you could provide binaries built with a newer version of Xcode to help us test that theory?
The text was updated successfully, but these errors were encountered: