I recently downloaded the latest version of the Google Maps SDK for iOS (Ver.2.1.1) and the Firebase SDK for iOS (version 3.11.1) and manually installed them for Xcode 8.2.
The building was completed, but I received the following warnings: "Mach-O: The end of the file was reached while searching: uint32_t.".
warning: ../Frameworks/Google/GoogleMapsCore.framework/Versions/A/Headers/GoogleMapsCore.h: Failed to parse Mach-O: Reached end of file while looking for: uint32_t. warning: ../Frameworks/Google/Firebase/Database/FirebaseDatabase.framework/_CodeSignature/CodeSignature: Failed to parse Mach-O: Reached end of file while looking for: uint32_t.
I know that warnings can usually be resolved by deleting some files in the DerivedData folder, but this time they couldn’t do this.
the usual thing in files I can find is 0 bytes.
../GoogleMapsCore.framework/Titles
-r-xr-x--- 1 **** staff 0 1 20 14:42 GoogleMapsCore.h
../FirebaseDatabase.framework/_CodeSignature/CodeSignature
-r-xr-xr-x@ 1 **** staff 0 1 11 15:24 CodeSignature
I would like to know if anyone knows this solution for this problem. thanks.
ios xcode google-maps firebase
cafedeichi
source share